micropython-m5stack icon indicating copy to clipboard operation
micropython-m5stack copied to clipboard

MicroPython Kitchen Sink for M5Stack

Results 6 micropython-m5stack issues
Sort by recently updated
recently updated
newest added

Hi, can you implement [this function,](https://docs.makerfactory.io/m5stack/api/power/) in ip5306.py? If module is powered only on battery, the chip powers down the whole circuit if esp32 is put into deep sleep and...

I need a function that will return whether the charge is connected or not. How?

Loboris provides a great [threading template](https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo/wiki/thread#recommended-thread-function-template). Perhaps we ought to provide a similar GUI template for the M5Stack over here. That would speed up M5Stack MicroPython adoption & projects.

discussion

Hi guys I just started with micropython on m5stack but I am struggeling getting access to the screen. Wherever I look people import display. But when I try to do...

Using the example main.py, I wanted to have button C stopping the various button polls. So I added, within `button_handler_c`: `a._user_callback=None` hoping that button A would stop answering polls. What...

bug