This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
commit 1775ccde1bcc7b19d4e5ea1aa80b399169fcf310 Author: Qi Huang <huang...@xiaomi.com> AuthorDate: Wed Apr 15 06:57:10 2020 +0000 graphics/littlevgl: Correct color depth description Signed-off-by: Qi Huang <huang...@xiaomi.com> Change-Id: Ice795f62179d5762cd46c5c9495997ccde0d021e --- graphics/littlevgl/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/littlevgl/Kconfig b/graphics/littlevgl/Kconfig index d8387d6..3b95206 100644 --- a/graphics/littlevgl/Kconfig +++ b/graphics/littlevgl/Kconfig @@ -129,7 +129,7 @@ endmenu menu "Color settings" config LV_COLOR_DEPTH - int "Color depth (8/16/24)" + int "Color depth (8/16/32)" default 16 config LV_COLOR_16_SWAP @@ -138,7 +138,7 @@ config LV_COLOR_16_SWAP default 0 config LV_COLOR_SCREEN_TRANSP - bool "Enable screen transparency." + bool "Enable screen transparency.(If disabled, 32-bit color depth fall to 24-bit)" default 0 config LV_COLOR_TRANSP