emfcamp / TiDAL-Firmware

26 stars 14 forks source link

Battery status app #11

Closed MatthewWilkes closed 2 years ago

MatthewWilkes commented 2 years ago

App to show current battery and charging status

Enhancements:

andypiper commented 2 years ago

Might be possible to borrow from the Pimoroni Badger? Albeit it's an RP2040 board with an eInk screen so the output format will be different, if the battery uses ADC on this badge then the MicroPython function calls should be similar.

craftit commented 2 years ago

I've created a simple battery app here: https://github.com/emfcamp/TiDAL-Firmware/pull/41