Skip to content
This repository has been archived by the owner on Oct 15, 2023. It is now read-only.

Flash instruction

Jean-Baptiste Le Coz edited this page Oct 2, 2023 · 7 revisions

Arduino IDE

You need to install the following board/tool/library :

Choose your front end

help2

There is two front end call Simple and Smartphone that can be find inside "/FrontEnd" :

  • Simple : This is a basic front end that take less ESP8266 memory space (75ko/4Mo).

  • Smartphone : This is a nicer front end for smartphone screen that use Onsen Ui that take more ESP8266 memory space (550ko/4Mo).

To change the front end, simply copy the content of "/FrontEnd/Simple" or "/FrontEnd/Smartphone" inside "/ESP8266/imagePainting2/data".

Flash instruction

help1

  • Tweak the code for your hardware and wifi.

  • Tweak the ESP8266 to max out its possibility. For exemple, for the Wemos D1, the CPU can be set to 160Mhz and the FS to 3MB.

  • Flash ImagePainting2 from the Arduino IDE.

  • Upload the data by clicking to "ESP8266 LittleFS Data Upload".