mirror of
https://github.com/esphome/esphome.git
synced 2025-02-21 20:38:16 +00:00
The original version uses write_byte to tranfer every byte of the display buffer which is quite extensive as every byte needs to be waited for in the SPI driver. This patch prepares transfers in 64-byte chunks. The result is a visible faster redraw of the display. Co-authored-by: Otto winter <otto@otto-winter.com>