From 43b04074a817d7e78105ae5b0a1fec66f67bbd40 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Tue, 25 Oct 2022 17:03:22 +1100 Subject: WIP most of a basic display driver + lvgl, but not yet working :( --- lib/lv_conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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. -- cgit v1.2.3