diff options
| author | jacqueline <me@jacqueline.id.au> | 2022-10-25 17:03:22 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2022-10-25 17:03:22 +1100 |
| commit | 43b04074a817d7e78105ae5b0a1fec66f67bbd40 (patch) | |
| tree | 04ab7970699f88f61afc28f971199f0db9dd373b /lib | |
| parent | 5a8df4f2b93061f53e883578ed85d575d0d52d7a (diff) | |
| download | tangara-fw-43b04074a817d7e78105ae5b0a1fec66f67bbd40.tar.gz | |
WIP most of a basic display driver + lvgl, but not yet working :(
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/lv_conf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lv_conf.h b/lib/lv_conf.h index 7b23498a..a32b33d5 100644 --- a/lib/lv_conf.h +++ b/lib/lv_conf.h @@ -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. |
