mirror of
https://github.com/arendst/Tasmota.git
synced 2026-06-11 12:55:33 -04:00
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