M5Stack_MicroPython
M5Stack_MicroPython copied to clipboard
MicroPython for ESP32 with psRAM support
Mimic the directory structure of M5Stack for Arduino but this code is made for MicroPython
``` name@comuter MINGW32 ~/MicroPython_ESP32_psRAM_LoBo/MicroPython_BUILD/M5Stack_MicroPython/MicroPython_BUILD $ ./BUILD.sh menuconfig =========================================== Error creatimg 'sdkconfig', cannot continue =========================================== --------------------- MicroPython for ESP32 --------------------- grep: sdkconfig: No such file or directory grep: sdkconfig: No such...
from the M5Stack website [https://static-cdn.m5stack.com/image/product_jpg/assets/img/product_pics/core/coreink/coreink_01.jpg](core.ink) core.ink support micron python, but I can't find the it from here. Could anyone point it to me? thx
Hello, The M5Stack Core 2 LCD is not working (The screen left off) Do you have any documentation or update for this model ? Thank you.
The main documentation for this project shows examples such as the RTC section ` import machine import utime rtc = machine.RTC() rtc.ntp_sync(server="hr.pool.ntp.org", tz="CET-1CEST") rtc.synced() True utime.gmtime() (2018, 1, 29, 16,...
Seems there is no M5Camera support, yet. Isn't it?
Hey everybody, is there any posibility to include the Drivers from offical Micropython.org for the W5500 chip? [here](http://docs.micropython.org/en/latest/library/network.WIZNET5K.html)
Hi there, the official Micropython build has bluetooth support for ESP32. It seems the M5Stack version doesn't support bluetooth. Is there a plan to add this support?
In micropython, UIflow 1.4.5.1 using codes below will cause the backgound color disappearing: [main.txt](https://github.com/m5stack/M5Stack_MicroPython/files/4638021/main.txt)
Hello Im flash default config micropython after `from m5stack import lcd` Display works, but colors inverted and.. ``` >>> lcd.ptintln("helloworld") Traceback (most recent call last): File "", line 1, in...