Home text

text

8 Articles

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...

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...

TouchGFX #6. How to Build a Multiscreen Project

This tutorial will cover how to resolve the issues we face while building a project with multiple screens using the touchGFX.

TouchGFX #5. Data from UART to UI

This tutorials covers how to display the data, received from the UART, to the UI in STM32 using the touchGFX...

TouchGFX#4. Sending data from another task || Gauge || Animation

This tutorial will cover how to send data to the touchGFX UI, while we sample from other tasks. It also covers the Gauge...

TouchGFX #3. Sending data to UI || MVP

This tutorial covers how to send the data from MCU to the UI in touchGFX. The data is sampled in the gui task...

TouchGFX #2. How to use TextArea and Wildcards

This tutorial will cover how to use TextArea with wildcard to display the counter value, which can be varied using the buttons..

How to LOG Sensors data into SD card

This tutorial will cover how to log different data (from Sensor and potentiometer) to the sd card in STM32. The sd card is...