Commit 33625fd3 authored by Johann Fischer's avatar Johann Fischer Committed by Carles Cufi
Browse files

boards: remove options LVGL_HOR_RES_MAX and LVGL_VER_RES_MAX



Remove options LVGL_HOR_RES_MAX and LVGL_VER_RES_MAX.
Keep the options for mimxrt10xx_evk boards as they
cannot yet be obtained there from devicetree.

Signed-off-by: default avatarJohann Fischer <johann.fischer@nordicsemi.no>
parent 18420650
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -35,12 +35,6 @@ endchoice
config LVGL_BITS_PER_PIXEL
	default 1

config LVGL_HOR_RES_MAX
	default 250

config LVGL_VER_RES_MAX
	default 120

config LVGL_DPI
	default 130

+0 −6
Original line number Diff line number Diff line
@@ -30,12 +30,6 @@ endif # KSCAN

if LVGL

config LVGL_HOR_RES_MAX
	default 320

config LVGL_VER_RES_MAX
	default 240

config LVGL_VDB_SIZE
	default 64

+0 −6
Original line number Diff line number Diff line
@@ -27,12 +27,6 @@ endif # KSCAN

if LVGL

config LVGL_HOR_RES_MAX
	default 240

config LVGL_VER_RES_MAX
	default 320

config LVGL_VDB_SIZE
	default 64

+0 −6
Original line number Diff line number Diff line
@@ -27,12 +27,6 @@ endif # KSCAN

if LVGL

config LVGL_HOR_RES_MAX
	default 320

config LVGL_VER_RES_MAX
	default 480

config LVGL_VDB_SIZE
	default 32

+0 −8
Original line number Diff line number Diff line
@@ -13,14 +13,6 @@ config LS0XX

if LVGL

config LVGL_HOR_RES_MAX
	int "Horizantal resolution"
	default 128

config LVGL_VER_RES_MAX
	int "Vertical resolution"
	default 128

config LVGL_VDB_SIZE
	int "Display buffer percentage"
	default 16
Loading