mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-04-18 09:25:06 +00:00
Font size set to 18 for 800x480 displays Fix web server dashboard not rendering when sdcard isn't present Added new driver modules - BM8563 RTC - RX8130CE RTC - MPU6886 IMU - QMI8658 IMU - M5PM1 Power Management Chip Applied the above modules to applicable devicetrees. Added new device: M5Stack StickS3 Added new M5Stack Tab5 St7123 variant. ButtonControl changed to use interupts and xQueue, added AppClose action. And some bonus symbols of course, the apps are hungry for symbols.
10 lines
385 B
Markdown
10 lines
385 B
Markdown
# BM8563 I2C Driver
|
|
|
|
A driver for the `BM8563` Realtime Clock from BELLING [SHANGHAI BELLING CO., LTD.]
|
|
Drop-in functional clone — same init, same registers, same I2C protocol as the NXP PCF8563.
|
|
|
|
See https://www.nxp.com/docs/en/data-sheet/PCF8563.pdf
|
|
And: https://www.alldatasheet.com/datasheet-pdf/pdf/1768247/BELLING/BM8563.html
|
|
|
|
License: [Apache v2.0](LICENSE-Apache-2.0.md)
|