This video demonstrates how to use Sprites in TFT_espi programming. The presenter explains how Sprites can be used to avoid flickering and delays when updating data on the screen, especially when programming games. The video uses a simple example of a moving circle to illustrate the benefits of using Sprites.
72854 2 года назад 13:30This video demonstrates how to connect a 2.8-inch SPI LCD touchscreen with an ILI9341 driver to an ESP32 using the new Arduino IDE 2.0. The creator walks viewers through the process of configuring the necessary libraries and wiring the components, then tests the setup with a starfield example and a keypad application.
61453 1 год назад 10:34This video demonstrates two ESP32 setups, one with an IPS screen and the other with an ePaper display. The IPS screen provides smooth gameplay with Bluetooth controller integration, while the ePaper display offers a clear image but experiences some ghosting and slower refresh rates. The creator shares their experiences with both setups and provides access to the code on GitHub.
2120 4 года назад 2:15This video demonstrates how to connect a 2.8-inch SPI LCD touchscreen to an ESP32 using PlatformIO. The creator explains the process of setting up the project, configuring the libraries, and wiring the components. They also discuss some common pitfalls and provide solutions for them.
11272 1 год назад 13:18This video teaches viewers how to use any font on their ESP32 LCD display. The process involves downloading a font, converting it to a format compatible with the ESP32, and then incorporating it into a simple Arduino sketch. The video provides step-by-step instructions and links to the necessary resources.
20841 1 год назад 14:49