From 0248a3d23e58c50caa5085204db3d0211664da8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Boh=C3=A1=C4=8Dek?= Date: Tue, 8 Aug 2023 10:37:51 +0200 Subject: [PATCH] docs: document new changes --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e052ea9..38537c3 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,10 @@ Mapping of pins to peripherals is documented in [pins](docs/pins.md). ## Features / Roadmap -- [-] Remember date, time +- [x] Remember date, time - [x] Time - - [-] Date (does not calculate months, years correctly) + - [x] Date +- [x] Set time and date using simple interface - [x] Switch between view modes by button - [x] Show time, date - [x] Adjust brightness using PWM @@ -55,13 +56,6 @@ Mapping of pins to peripherals is documented in [pins](docs/pins.md). Front, clock and date ## What's next -Currently the project does not support setting the clock using the buttons, -to set the clock, it's required to use `rtc.set_time` by flashing a program -with this line. Then this line should be removed, that will ensure the clock is -remembered even on power down - if battery is connected. For adjustments, -a button has to be programmed to add/remove a second or two, to get the clock -synchronized with real time. - Unfortunately, I did not solder the USB correctly on my board, so I cannot currently test sending and receiving data using the USB, that is the reason why the current program does not even support USB. In the future, the firmware -- 2.49.0