If you follow my blog you know my previous post was about LVGL. Today I want to announce that LVGL was ported to run on NuttX.
Gábor Kiss-Vámosi the author of LVGL ported it to run on top of NuttX, using NuttX’s framebuffer support.
It is in early stage, it needs more integration to support touchscreen, mouse, keyboard and maybe even audio subsystem integration, but it was the first step!
A picture is worth a thousand words:
Hi,
I’m trying to build lvgl demo for the stm32f429i-disc1 board. I’ve configured NuttX using the lvgl defconfig (tools/configure.sh stm32f429i-disco/lvgl). However when the board starts, nothing happens even when launching the lvgldemo (black screen, only backlight). It seems that the touchscreen is working. Is there some specific configuration or changes to make lgvl work on this board?
Thanks
Hi Federico,
It was working correctly last time I tested it. But happened too many modifications on STM32 LTDC recently, maybe something damage it. I suggest you to post about it at NuttX Google mailing list about it. Please explain all the steps you are following and what the messages you see in the terminal when running the application. BR, Alan