Update LittleFS_PNG_DMA.ino
add a little description for 'DMA' (Direct Memory Access)
This commit is contained in:
parent
bed65958e5
commit
745b98e197
|
|
@ -3,7 +3,7 @@
|
||||||
// ESP32, ESP8266). It renders a png file that is stored in LittleFS
|
// ESP32, ESP8266). It renders a png file that is stored in LittleFS
|
||||||
// using the PNGdec library (available via library manager).
|
// using the PNGdec library (available via library manager).
|
||||||
|
|
||||||
// It uses DMA to send image data to the TFT while the decoding takes
|
// It uses DMA (Direct Memory Access) to send image data to the TFT while the decoding takes
|
||||||
// place. The processor and display combination must support DMA to
|
// place. The processor and display combination must support DMA to
|
||||||
// run this sketch! The decode time dominates so DMA is mainly an advantage
|
// run this sketch! The decode time dominates so DMA is mainly an advantage
|
||||||
// for slow display interface speeds.
|
// for slow display interface speeds.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue