WIP most of a basic display driver + lvgl, but not yet working :(

This commit is contained in:
jacqueline
2022-10-25 17:03:22 +11:00
parent 5a8df4f2b9
commit 43b04074a8
6 changed files with 301 additions and 216 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
#define LV_COLOR_DEPTH 16
/*Swap the 2 bytes of RGB565 color. Useful if the display has an 8-bit interface (e.g. SPI)*/
#define LV_COLOR_16_SWAP 0
#define LV_COLOR_16_SWAP 1
/*Enable features to draw on transparent background.
*It's required if opa, and transform_* style properties are used.