Learn how to display an analog clock on the GC9A01 round display using STM32 and LVGL. Use SquareLine Studio to design the GUI. Includes code, design steps, and integration tips.
STM32 LVGL Tutorials
LVGL is a graphics library used to create user interfaces on STM32, ESP32, and other embedded platforms. These tutorials show how to set up LVGL, connect displays and touch panels, and use widgets to build simple and advanced GUIs. Suitable for developers building real projects with embedded GUI.
How to Interface GC9A01 Round Display with STM32 Using SPI + LVGL Integration
Learn how to interface the GC9A01 round TFT display with STM32 via SPI and implement LVGL for rich embedded GUIs. Step-by-step guide to wiring, code, and rendering graphics with LVGL.
LVGL on STM32 || PART7 || Load LVGL from Ext Flash
This tutorial for LVGL on STM32 covers how to run the LVGL application from the External flash memory, W25Q connected via the QSPI mode……
This tutorial is the PART6 of the STM32 LVGL series. We will see how to store the assets into the external Flash mem connected via the QSPI..
STM32 FMC || LCD PART3 || Add LVGL & Create UI
This tutorial is the PART3 of the STM32 FSMC LCD series. We will see how to add the LVGL to our display which is connected via the FSMC…
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…