mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-19 20:37:20 +00: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