zyla/esp-xkcd

Optimize performance

zyla opened this issue · 0 comments

zyla commented

When loading an image about the size of the screen or larger, it's not instant.

Something is slow, possibly:

  • reading from the network (need bigger buffers?)
  • PNG decoding?
  • talking to the display?