Small fixes

This commit is contained in:
anschrammh 2024-01-16 13:21:18 +01:00
parent 82a0ac7803
commit 4b90c4c23a

View File

@ -200,11 +200,13 @@ using a magnetic 4 pin plug.
* GC9A01 in 4-line serial mode (8 bits) with D/C pin <-- **this one is used**.
* Supported LCD touch screen :
* CST816D I2C capacitive touch ic.
* Five screens designed and working with LVGL :
* Six screens designed and working with LVGL :
* A watch face based on a casio watch.
* A circular menu screen with icons.
* A setting screen with basic settings (date and time + display brightness) (work in progress).
* A compass application using the QMC5883L.
* An altimeter app.
* A music player app (working with GadgetBridge).
* A find my phone screen which makes the device ring and vibrate (must be connected to watch using BLE through the GadgetBridge app).
* Debug UART on PB_2 (**output only**)
* Sensors/Actuators :
@ -239,9 +241,9 @@ sets a white background, be able to make it also flash with a red background.
* Write an app to track step counts made every day.
* Write an alarm app which set an RTC alarm to vibrate the watch.
* Write a timer app with countdown and lap functionality.
* Implement a battery save mode activated on low batterie (ie >= 10 %)
* Implement a battery save mode activated on low batterie (ie <= 10 %).
* This mode would turn bluetooth off
* This mode would decrease the screen brightness (50 %)
* This mode would decrease the screen brightness to 50 %
## Done List :