k210-sdk-stuff/rust/k210-console/scripts
Wladimir J. van der Laan 4f2c51e00d rust: Unswizzle framebuffer for ST7789V display
By swapping the endian in RAMCTRL as well as in the SPI driver,
the frame format can be coerced into the "normal" order of pixels in
little endian, `0xBBBBAAAA` instead of `0xAAAABBBB`. This allows
seamless casting from an array of `u16`.

Accessing as 32-bit units might still be desirable for performance, but
it is a lesser worry now.

Note that a 32-bit alignment constraint still does hold for DMA.
2020-11-06 07:26:24 +00:00
..
create_tables.py rust: Add weather 2019-05-27 07:51:21 +00:00
gencolorfont.py rust: Unswizzle framebuffer for ST7789V display 2020-11-06 07:26:24 +00:00
honeybadger160_24.png rust: add colorfont support to k210-console 2020-02-03 15:00:33 +00:00