Click here to Skip to main content
15,901,666 members
Articles / Internet of Things

Using the New ESP32 LCD Panel API With htcw_gfx and htcw_uix

Rate me:
Please Sign up or sign in to vote.
5.00/5 (15 votes)
20 Mar 2023MIT12 min read 22.2K   91   18  
Combine some great technologies for rich, responsive IoT user interfaces on the ESP32
The ESP LCD Panel API introduces a new way to interface with LCDs using i8080, RGB, SPI or I2C interconnects and DMA on supported platforms. Using it requires a different way of coding to the display than stateless libraries like TFT_eSPI and htcw_gfx normally allow for. Here's how to use this technology with htcw_gfx, and htcw_uix.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
United States United States
Just a shiny lil monster. Casts spells in C++. Mostly harmless.

Comments and Discussions