Home touch

touch

13 Articles
ESP32 SPI LCD Touch Interface | Add Touch to Your Display

ESP32 SPI LCD Touch Interface | Add Touch to Your Display

Learn how to add a touch interface to an SPI LCD using ESP32. Step-by-step guide with code and circuit to create interactive touch-enabled...

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

STM32 FMC || LCD PART2 || How to add touch interface to the LCD

This tutorial covers how to configure the touch controller for the LCD connected via the FMC peripheral to the STM32. We will read...

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

Riverdi STM32 Display #3. Send data from UART to UI

This tutorial covers how to receive the data using UART in a Riverdi STM32 Display and how to print the data on the...

Riverdi STM32 Display #2. LED Control using Buttons

This tutorial covers how to use the buttons on the GUI of the Riverdi STM32 display to control the LED connected to the...

TouchGFX #7. How to implement on screen keyboard

This tutorial covers how to implement the on screen keyboard functionality in any application in the touchGFX and STM32...

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