Faces micropython REPL
-
I've been trying to find a REPL which works with the keyboard face.
I started writing a simplified one (using exec/eval commands) but I was curious if an actual one already existed. -
So I did find the REPL: https://github.com/m5stack/M5-3D_and_PCB/blob/master/FACES/m5stack-micropython-tft-repl.bin
I haven't tried loading it yet -
@follower46 we already stop update this firmware , so maybe you can use UIFlow or Arduino to program Face device
-
I have written a simplistic application with uiflow which exposes the micropython interpreter: https://github.com/follower46/m5stack_fake_repl
-
awesome !