2024-07-03 01:54 PM - edited 2024-07-03 01:59 PM
Hi
I’m looking to use LVGL on a STM32H7 with LTDC for driving a 4.3”, 800x480, no-touch display with 16bit (RGB565) parallel interface.
The ST document titled ’Out-of-the-box GUI Software (BSPs) available for STM32 display kits’ (link below) indicates that ‘out-of-the-box’ support for LVGL is available specifically for three development boards, namely NUCLEO-G071RB, STM32H7B3I-DK and STM32MP135F-DK.
https://www.st.com/content/dam/ecosystems/stm32-gui/stm32-gui-development-tools-portfolio.pdf
Though searching through STM32H7B3I-DK repository files (including BSP’s folders) I don’t find any LVGL related code (only some for TouchGFX).
Do there exist an official ST code example for LGVL on a STM32H7, and where is it located? or else why are LVGL specifically marked for these three dev-boards in the document?
I’m aware of the several H7 ports on LVGL’s github, but afaik these are not written by ST.
-Pete