On Sat, Jul 29, 2017 at 10:17 PM, David Lechner wrote:
> This adds helper functions and support for ST7586 controllers. These
> controllers have an unusual memory layout where 3 pixels are packed into
> 1 byte.
>
> +---+-+
> | bit | 7 6 5 4 3 2 1 0 |
> +---+--
This adds helper functions and support for ST7586 controllers. These
controllers have an unusual memory layout where 3 pixels are packed into
1 byte.
+---+-+
| bit | 7 6 5 4 3 2 1 0 |
+---+-+
| pixel | 0 0 0 1 1 1 2 2 |
+---+-+
So, the
2 matches
Mail list logo