STM32 LVGL Tutorials – HAL-Based GUI Programming

Discover STM32 LVGL tutorials using HAL and CubeIDE. This series shows you how to initialize the graphics library, connect displays and touch panels, and build widget-driven UIs—everything you need for real embedded GUI applications.

LVGL on STM32 || PART 1

This tutorial covers how to integrate the LVGL with STM32 controllers. We will use the ILI9341 SPI display with STM32L496 controller….

LVGL on STM32 || PART 2

This tutorial covers how to add the touch interface to the LVGL. We will create our first project in the squareline studio and use the UI in..

LVGL on Riverdi STM32-H7 Display

This tutorial covers how to implement LVGL on the 7″ STM32H7 embedded Riverdi Display, and build the UI using the squareline studio…..

LVGL on STM32 || PART 4

In this LVGL tutorial we will send the UART and ADC data to the display, and retrieve the button states from the display to control the LEDs.

LVGL ON STM32 || PART5

In this LVGL tutorial we will see how to use the on screen keyboard. The data entered in the text fields will be retrieved by the MCU and…