ppr1: add crude version of charge controller driver

This commit is contained in:
Kevin Hester
2020-10-24 18:40:47 +08:00
parent f0eeaf01d4
commit 1a8891c33d
6 changed files with 146 additions and 12 deletions

View File

@@ -7,9 +7,12 @@
### PPR1 TODO
* fix usb
* fix usb - check latest tinyusb
* Test GPS - try pulsing reset
* properly test charge controller config and read battery/charge status
* fix bluetooth
* Test GPS
* fix LCD max contrast (currently too high, needs to be about 40?)
* save brightness settings in flash
* make ST7567Wire driver less ugly, move OLED stuff into a common class treee
* add LCD power save mode for lcd per page 31 of datasheet
* add LCD power off sequence per datasheet to lcd driver