micropython-core2
micropython-core2 copied to clipboard
MicroPython version for the M5Stack CORE2
Hi, I'm trying this with a M5Stack Core2 AWS EduKit module but after flashing the firmware it goes into a reboot loop: ``` [0;31mE (12) flash_parts: partition 2 invalid -...
I am trying to run the example code and I am getting errors related to ft6x36. I loaded the firmware, lv_micropython_m5core2_bf62dfc784_esp32_idf4_4_x.bin, using the esptool. I then loaded the examples boot.py,...
Fix typo in script (it is correct in `/examples`)
1. the week day return by bm8563 is differ from time.localtime, always less 1 2. it always return same week day related to current date, no matter what value passed...