Tasmota/lib/lib_display/UDisplay
Thomas Reitmayr b07bd68046
Utilize ESP-IDF's LCD driver for pushing pixels to RGB displays with ESP32-S3 (#22970)
This commit is an optimization of code and possibly performance for pushing
pixel data to an RGB display with an ESP32-S3. It uses ESP-IDF's LCD driver
for doing so and replaces multiple code paths in the previous implementation.
No code for other ESP32 variants has been changed.

Also see the discussion arendst/Tasmota#22553
2025-02-09 21:58:50 +01:00
..
keywords.txt add udisp 2021-04-21 11:10:59 +02:00
library.json Introduced tasmota_options.h for libs 2021-05-04 19:28:51 +02:00
library.properties add udisp 2021-04-21 11:10:59 +02:00
uDisplay.cpp Utilize ESP-IDF's LCD driver for pushing pixels to RGB displays with ESP32-S3 (#22970) 2025-02-09 21:58:50 +01:00
uDisplay.h i2s wav player (#22003) 2024-08-26 08:48:35 +02:00