atctwo / watch-II

Firmware for my custom smart-ish-watch, mark II
MIT License
1 stars 0 forks source link

use DMA for drawing icons #43

Closed atctwo closed 3 years ago

atctwo commented 3 years ago

icons are now loaded from spiffs into ram, and drawn using the drawImage() function. this function uses TFT_eSPI::drawPixel() for each pixel, so this could probably be rewritten or modified to use DMA methods, like TFT_eSPI::pushPixelsDMA().

atctwo commented 3 years ago

implemented in b636eba93b1c12735bb20d763aa61b875f09c98c