From 56ec116f5bfd1a5ec59dc899136ca97a816cdf93 Mon Sep 17 00:00:00 2001 From: HookyQR Date: Sun, 30 Oct 2022 02:56:06 +0000 Subject: [PATCH] Set bits per pixel and color depth on n!v --- app/boards/shields/nice_view/Kconfig.shield | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/boards/shields/nice_view/Kconfig.shield b/app/boards/shields/nice_view/Kconfig.shield index 55cba788..8996fd31 100644 --- a/app/boards/shields/nice_view/Kconfig.shield +++ b/app/boards/shields/nice_view/Kconfig.shield @@ -3,3 +3,10 @@ config SHIELD_NICE_VIEW def_bool $(shields_list_contains,nice_view) + +config LVGL_BITS_PER_PIXEL + default 1 + +choice LVGL_COLOR_DEPTH + default LVGL_COLOR_DEPTH_1 +endchoice