Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1 KB

File metadata and controls

29 lines (19 loc) · 1 KB

Micropython 1.12 + LittlevGL

  • The firmwares are built from lv_micropython with ESP-IDF v3.x
  • The file firmware_idf3_generic_spiram.bin is for the ESP32 dev boards with external SPIRAM, while firmware_idf3_generic.bin is for the ones without SPIRAM.

Flashing the firmware

Build firmware by yourself

  • If you would like to build firmware on your own, pls refer to here and here.

中文说明

  • 本固件基于lv_micropython及ESP-IDF v3.x

  • firmware_idf3_generic_spiram.bin用于板载SPIRAM的ESP32开发板; firmware_idf3_generic.bin用于不带外部SPIRAM的ESP32开发板。

刷入固件

自制固件