fix(kconfig) remove dependency for LV_COLOR_CHROMA_KEY_HEX

forward port of #2234
This commit is contained in:
embeddedt
2021-05-05 11:16:21 -04:00
committed by GitHub
parent 012d00a3eb
commit a4f5e14302

View File

@@ -55,7 +55,6 @@ menu "LVGL configuration"
config LV_COLOR_CHROMA_KEY_HEX
hex "Images pixels with this color will not be drawn (if they are chroma keyed)."
depends on LV_COLOR_SCREEN_TRANSP
range 0x000000 0xFFFFFF
default 0x00FF00
help