Commit Graph

35 Commits (master)

Author SHA1 Message Date
sqfmi ce71292ea9 Add new watchface and uptime 2023-01-12 07:40:27 -05:00
SQFMI 472eee733d
Merge branch 'master' into fix/gmtOffset_from_weather 2022-12-26 12:15:56 -05:00
Olivier Mehani 5f07f2ec63
Add opion to vibrate every hour (and on reset)
Set watchySettings.vibrateOClock to true

Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2022-10-16 22:30:49 +11:00
Olivier Mehani b0e405e187
Use designated initialisers for watchySettings
This [0] allows to skip obsolete fields, and generally not have to rely
on field ordering.

[0] https://www.cppstories.com/2021/designated-init-cpp20/

Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2022-10-16 22:30:21 +11:00
Olivier Mehani 2bd89ef250
Get gmtOffset from weather data, for use in all NTP requests
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2022-10-16 22:29:21 +11:00
sqfmi 99158e19d4 v1.4.3
- add ntp sync to weather call
- removed dst param since it's not used
2022-10-14 22:23:06 -04:00
Batchyx ccef29a679 Fix compilation of Watchy_Tetris
Inheriting the constructor is enough, no need to declare another
constructor that does not compile.
2022-04-20 18:09:03 +02:00
SQFMI 2bfe297e7b change line endings 2021-12-30 23:16:03 -05:00
sqfmi 9f0ce88057 user definable settings 2021-12-30 22:47:38 -05:00
sqfmi 12915a48e6 Native NTP support & bug fixes
- Added native NTP sync support
- Fixed bug with WiFi AP not working due to busy lightsleep callback
- Removed year offsets and use TimeLib macros for consistency
2021-12-29 02:06:38 -05:00
sqfmi e34fbac279 fixed wednesday 2021-12-01 22:09:11 -05:00
Metaln00b ff48d8a241 7_SEG: Add additional weather icons 2021-12-01 23:40:10 +01:00
Greg Wilson d9882ab634 fixed incorrect 12h time conversion 2021-08-22 11:41:47 -07:00
Greg Wilson 20ee700d5a Added variable HOUR_12_24 to config.h, for setting a 12-hour or 24-hour time display. Set to 24 by default. 2021-08-21 16:46:51 -07:00
SQFMI b0ff996341
Merge branch 'master' into patch-1 2021-08-05 20:32:10 -04:00
Nicolas Schodet 2f6cad2fc2 Use smaller font when temperature does not fit, closes #52
This is the case for negative temperatures (-10 for example).
2021-06-22 18:34:58 +02:00
Nicolas Schodet 3680e99634 Fix temperature position, closes #52 2021-06-20 01:55:00 +02:00
Tomas Ekeli 381d08d818
step count reset and temperature display bug
reset step count at midnight, and fix bug with temperature from 10 to 19 overlapping the unit on display
2021-06-16 23:17:58 +02:00
SQFMI 55cb672cee update weather interval 2021-04-01 15:24:32 -04:00
Eric Doughty-Papassideris 0ed0d0922e Removing some warning and potential undefined behaviours 2021-03-09 23:42:51 +01:00
SQFMI 4abc401509 fix file name 2021-02-05 10:56:18 -05:00
SQFMI 516142c373 added bins 2021-02-03 22:10:27 -05:00
SQFMI 06b92e6bc5
Add files via upload 2021-02-03 17:14:30 -05:00
SQFMI 1f5bd052db
Rename README to README.md 2021-01-24 15:09:08 -05:00
SQFMI fab7abeea0
Update README 2021-01-24 15:08:53 -05:00
SQFMI c4a9c1a6d5
Create README 2021-01-24 15:08:01 -05:00
SQFMI 9c87c6030b added dark mode for 7_SEG 2021-01-24 14:49:54 -05:00
SQFMI 5d0822b064 added MacPaint 2021-01-19 00:34:07 -05:00
SQFMI 94f3c198b3 fixed hard coded time in Tetris 2021-01-18 16:27:24 -05:00
SQFMI 609c839c4a added Tetris 2021-01-18 16:09:21 -05:00
SQFMI ee77c1febc added screenshots 2021-01-15 23:16:42 -05:00
Dan Delany ce0fd4bbe7 fix centered text, pre-generate stars and store in PROGMEM 2021-01-13 02:29:09 -08:00
Dan Delany b60bd6e66a Add StarryHorizon watch face 2021-01-11 14:28:36 -08:00
SQFMI 8ba8f33fb1 updated watch faces 2021-01-05 00:36:37 -05:00
SQFMI ef501c42e0 updated to 1.1.7 2021-01-05 00:03:49 -05:00