  
|
e7ee4bea18
|
Fix TFTDisplay::display to align pixels at 32-bit boundary (#9956)
* Fix TFTDisplay partial update: align spans to 32-bit boundary for GDMA
The device, such as esp32c6, require 32-bit alignment for the data.
The patch aligns start and end of the update pixels buffer.
* Update src/graphics/TFTDisplay.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
|
2026-04-02 20:57:19 -05:00 |
|