loboris / ESP32_ePaper_example

Full featured ePaper library for ESP32 with demo application
220 stars 38 forks source link

Load img from memory buffer #9

Open SmoothWifi opened 6 years ago

SmoothWifi commented 6 years ago

Hello,

thanks for that great job! I am trying to load img from buffer directly (for later OTA possibilities) but I don't know how to save the img (include img.h but how to convert them?) nor how to call them. Any advice would be really aprreciated :)

Thanks!

thisboyiscrazy commented 5 years ago

I write the display buffer In my case 4000 bytes) to a file in a spiffs filesystem so it stays after reboot / OTA