I can't find working examples neither. It would be nice if there was included examples in the M5Stack Arduino library. If someone can help it would be great. Thanks !
Posts made by Florian5442
-
RE: Where can I find an example of retrieving data from BMM150 + SH200Q
-
RE: M5StickC: turn off screen completely
Well that's weird because with ScreenBreath(7) the screen is still displaying something but with ScreenBreath(0) it is completely dark...
-
RE: M5StickC: turn off screen completely
I did M5.Axp.ScreenBreath(0); I don't know if it's the best way but it worked well
-
RE: Is there any MicroPython firmware for StickC?
Yes, but there are no drivers (LCD, APX192, etc.) with the official version of MicroPython.
If we could have the UIFlow firmware source code, I could delete everything about UIFlow and the cloud while keeping all the drivers and the m5stack API.
For now, I think I'll just go to Arduino
thanks anyway
-
RE: Is there any MicroPython firmware for StickC?
Hi,
I'm wondering if there is an empty MicroPython firmware (without UIFlow and other stuff) similar to M5Stack one (https://github.com/m5stack/M5Stack_MicroPython) but for M5Stick C.I know there must not be much change, but I can't get the pins configuration to get the LCD working.
Thanks !