I would like to have a UIFlow to burn for the M5Core and Stick versions where there is no UIFlow start menu and such.
So similar to pure Micropython, but with all the drivers from UIFlow.
That would be my biggest wish!
W
Best posts made by Wolli01
-
[M5Core] empty UIFlow firmware
-
Lcd driver for M5Stack Core2
Hi friends, I am looking for the screen driver for the Core 2 for Micropython. It only needs to be a simple driver, the main thing is to display text. Does anyone have a link or even a ready firmware for it?
For the M5Stick C I found a simple driver.
Who has interest in it, can write me. -
MicroPython version 1.12 released
Great, I hope there will be one in UIFlow soon. Especially the BLE support.
https://forum.micropython.org/viewtopic.php?f=8&t=7430 -
Pin G26 G36
how can I use the upper pins of the M5StickC?
The Grove Port is like this for me
from machine import I2C, Pin
i2c = I2C(scl=Pin(32), sda=Pin(33), freq=100000)
sensor = sht31.SHT31(i2c, addr=0x44)
only the upper ports don't work.