Sync up Kconfig with lv_config_template.h (#3508)
* fix(config): remove LV_COLOR_16_SWAP related stuff follow commit5369d7d473Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> * fix(config): remove LV_COLOR_SCREEN_TRANSP related stuff follow commit5369d7d473Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
@@ -70,7 +70,6 @@ set(LVGL_TEST_OPTIONS_NORMAL_8BIT
|
||||
|
||||
set(LVGL_TEST_OPTIONS_16BIT
|
||||
-DLV_COLOR_DEPTH=16
|
||||
-DLV_COLOR_16_SWAP=0
|
||||
-DLV_MEM_SIZE=65536
|
||||
-DLV_DPI_DEF=40
|
||||
-DLV_USE_DRAW_MASKS=1
|
||||
@@ -97,7 +96,6 @@ set(LVGL_TEST_OPTIONS_16BIT
|
||||
|
||||
set(LVGL_TEST_OPTIONS_16BIT_SWAP
|
||||
-DLV_COLOR_DEPTH=16
|
||||
-DLV_COLOR_16_SWAP=1
|
||||
-DLV_MEM_SIZE=65536
|
||||
-DLV_DPI_DEF=40
|
||||
-DLV_USE_DRAW_MASKS=1
|
||||
|
||||
Reference in New Issue
Block a user