The LVGL demo is configured slightly differently than the LVGL itself.
Logging and printing is enabled, memory size is higher and compressed
fonts are enabled. Reinstate the settings, otherwise the demo keeps
crashing at least with SDL2 backend.

Signed-off-by: Marek Vasut <ma...@denx.de>
---
Cc: Christophe Chapuis <chris.chap...@gmail.com>
Cc: Fabio Estevam <feste...@denx.de>
Cc: Khem Raj <raj.k...@gmail.com>
Cc: Martin Jansa <martin.ja...@gmail.com>
---
 meta-oe/recipes-graphics/lvgl/lvgl-demo-fb_9.0.0.bb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta-oe/recipes-graphics/lvgl/lvgl-demo-fb_9.0.0.bb 
b/meta-oe/recipes-graphics/lvgl/lvgl-demo-fb_9.0.0.bb
index 5ae930f5c..308e74897 100644
--- a/meta-oe/recipes-graphics/lvgl/lvgl-demo-fb_9.0.0.bb
+++ b/meta-oe/recipes-graphics/lvgl/lvgl-demo-fb_9.0.0.bb
@@ -24,6 +24,10 @@ EXTRA_OEMAKE = "DESTDIR=${D}"
 
 PACKAGECONFIG ??= "drm"
 LVGL_CONFIG_DRM_CARD ?= "/dev/dri/card0"
+LVGL_CONFIG_LV_USE_LOG    = "1"
+LVGL_CONFIG_LV_LOG_PRINTF = "1"
+LVGL_CONFIG_LV_MEM_SIZE = "(256 * 1024U)"
+LVGL_CONFIG_LV_USE_FONT_COMPRESSED = "1"
 require lv-conf.inc
 
 inherit cmake
-- 
2.43.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109487): 
https://lists.openembedded.org/g/openembedded-devel/message/109487
Mute This Topic: https://lists.openembedded.org/mt/105041565/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to