mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-04 05:39:05 +00:00
graphics/littlevgl: Correct color depth description
Signed-off-by: Qi Huang <huangqi3@xiaomi.com> Change-Id: Ice795f62179d5762cd46c5c9495997ccde0d021e
This commit is contained in:
parent
94b8dbe7aa
commit
1775ccde1b
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue