boards: remove Kconfig option LVGL_DISPLAY_DEV_NAME
Remove Kconfig option LVGL_DISPLAY_DEV_NAME. Also remove it from mimxrt10xx_evk boards to have consistent configuration, even if they do not benefit from it that much. Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
This commit is contained in:
parent
bf0b879067
commit
18420650c2
|
@ -53,9 +53,6 @@ endif # NETWORKING
|
|||
|
||||
if LVGL
|
||||
|
||||
config LVGL_DISPLAY_DEV_NAME
|
||||
default "ELCDIF_1"
|
||||
|
||||
config LVGL_POINTER_KSCAN
|
||||
default y
|
||||
|
||||
|
|
|
@ -53,9 +53,6 @@ endif # NETWORKING
|
|||
|
||||
if LVGL
|
||||
|
||||
config LVGL_DISPLAY_DEV_NAME
|
||||
default "ELCDIF_1"
|
||||
|
||||
config LVGL_POINTER_KSCAN
|
||||
default y
|
||||
|
||||
|
|
|
@ -47,9 +47,6 @@ endif # NETWORKING
|
|||
|
||||
if LVGL
|
||||
|
||||
config LVGL_DISPLAY_DEV_NAME
|
||||
default "ELCDIF_1"
|
||||
|
||||
config LVGL_POINTER_KSCAN
|
||||
default y
|
||||
|
||||
|
|
|
@ -28,9 +28,6 @@ endif # DISPLAY
|
|||
|
||||
if LVGL
|
||||
|
||||
config LVGL_DISPLAY_DEV_NAME
|
||||
default "SSD16XX"
|
||||
|
||||
choice LVGL_COLOR_DEPTH
|
||||
default LVGL_COLOR_DEPTH_1
|
||||
endchoice
|
||||
|
|
|
@ -30,9 +30,6 @@ endif # KSCAN
|
|||
|
||||
if LVGL
|
||||
|
||||
config LVGL_DISPLAY_DEV_NAME
|
||||
default "ILI9340"
|
||||
|
||||
config LVGL_HOR_RES_MAX
|
||||
default 320
|
||||
|
||||
|
|
|
@ -27,9 +27,6 @@ endif # KSCAN
|
|||
|
||||
if LVGL
|
||||
|
||||
config LVGL_DISPLAY_DEV_NAME
|
||||
default "DISPLAY"
|
||||
|
||||
config LVGL_HOR_RES_MAX
|
||||
default 240
|
||||
|
||||
|
|
|
@ -27,9 +27,6 @@ endif # KSCAN
|
|||
|
||||
if LVGL
|
||||
|
||||
config LVGL_DISPLAY_DEV_NAME
|
||||
default "DISPLAY"
|
||||
|
||||
config LVGL_HOR_RES_MAX
|
||||
default 320
|
||||
|
||||
|
|
|
@ -13,10 +13,6 @@ config LS0XX
|
|||
|
||||
if LVGL
|
||||
|
||||
config LVGL_DISPLAY_DEV_NAME
|
||||
string "Display device name"
|
||||
default "LS0XX"
|
||||
|
||||
config LVGL_HOR_RES_MAX
|
||||
int "Horizantal resolution"
|
||||
default 128
|
||||
|
|
|
@ -28,9 +28,6 @@ endchoice
|
|||
|
||||
if LVGL
|
||||
|
||||
config LVGL_DISPLAY_DEV_NAME
|
||||
default "SSD1306"
|
||||
|
||||
config LVGL_HOR_RES_MAX
|
||||
default 128
|
||||
|
||||
|
|
|
@ -14,9 +14,6 @@ config ST7735R
|
|||
|
||||
if LVGL
|
||||
|
||||
config LVGL_DISPLAY_DEV_NAME
|
||||
default "ST7735R"
|
||||
|
||||
config LVGL_HOR_RES_MAX
|
||||
default 160
|
||||
|
||||
|
|
|
@ -18,9 +18,6 @@ endchoice
|
|||
|
||||
if LVGL
|
||||
|
||||
config LVGL_DISPLAY_DEV_NAME
|
||||
default "ST7789V"
|
||||
|
||||
config LVGL_HOR_RES_MAX
|
||||
default 320 if SHIELD_ST7789V_TL019FQV01
|
||||
default 240 if SHIELD_ST7789V_WAVESHARE_240X240
|
||||
|
|
|
@ -25,27 +25,6 @@ config GD7965
|
|||
|
||||
if LVGL
|
||||
|
||||
config LVGL_DISPLAY_DEV_NAME
|
||||
default "GD7965" if SHIELD_WAVESHARE_EPAPER_GDEW075T7
|
||||
default "GD7965" if SHIELD_WAVESHARE_EPAPER_GDEW042T2
|
||||
default "SSD16XX"
|
||||
|
||||
config LVGL_HOR_RES_MAX
|
||||
default 296 if SHIELD_WAVESHARE_EPAPER_GDEH029A1
|
||||
default 250 if SHIELD_WAVESHARE_EPAPER_GDEH0213B1
|
||||
default 250 if SHIELD_WAVESHARE_EPAPER_GDEH0213B72
|
||||
default 800 if SHIELD_WAVESHARE_EPAPER_GDEW075T7
|
||||
default 200 if SHIELD_WAVESHARE_EPAPER_GDEH0154A07
|
||||
default 400 if SHIELD_WAVESHARE_EPAPER_GDEW042T2
|
||||
|
||||
config LVGL_VER_RES_MAX
|
||||
default 128 if SHIELD_WAVESHARE_EPAPER_GDEH029A1
|
||||
default 120 if SHIELD_WAVESHARE_EPAPER_GDEH0213B1
|
||||
default 120 if SHIELD_WAVESHARE_EPAPER_GDEH0213B72
|
||||
default 480 if SHIELD_WAVESHARE_EPAPER_GDEW075T7
|
||||
default 200 if SHIELD_WAVESHARE_EPAPER_GDEH0154A07
|
||||
default 300 if SHIELD_WAVESHARE_EPAPER_GDEW042T2
|
||||
|
||||
config LVGL_VDB_SIZE
|
||||
default 16 if SHIELD_WAVESHARE_EPAPER_GDEW075T7
|
||||
default 16
|
||||
|
|
Loading…
Reference in a new issue