11-16-2021, 04:53 AM
(11-10-2021, 07:50 AM)ronaldheld Wrote: I did both flashings with no problem.
On fhe next update, could you enable a 12 hour option for the digital display? How much code would it take to enable BT time setting?
Great to hear.
Regarding clock faces I'd strongly recommend trying to implement that yourself! The main goal of wasp-os is to make *writing* watch applications easy and fun (for certain definitions of fun). In other words providing tools that allow people to write their own watch faces is the heart and soul of wasp-os (and why the Star Trek mod is awesome even if I don't use it). Getting someone to implement it for you is denying yourself the journey! If you do want to take the journey the the Application Writer's guide is there to help you (https://wasp-os.readthedocs.io/en/latest/appguide.html ). Note that you copy wasp/apps/clock.py into apps/myclock.py (and rename a few bits and bobs) then it should appear in the simulator for testing. After that you can follow the appguide to learn how to install it on your watch.
For BT time setting you can use GadgetBridge (or `wasptool --rtc`) to set the time from your phone (or Linux laptop/RPi4).