images onto a 160 x 128 pixel TFT screen. The images are stored in the SPI FLASH Filing System (SPIFFS), which effectively functions like a tiny "hard drive". This filing system is built into the ...
uint16_t dmaBuffer1[16*16]; // Toggle buffer for 16*16 MCU block, 512bytes uint16_t dmaBuffer2[16*16]; // Toggle buffer for 16*16 MCU block, 512bytes // 16x16 or 8x8 image tile (Minimum Coding Unit) ...