David Volovskiy
a0111fbe24
Swapped the Nice and Job so the Nice text is more likely to appear first.
2024-09-03 16:11:54 -04:00
David Volovskiy
4bb4bc85fa
USE_RANDOM_GUESS variable added
2024-09-03 16:08:12 -04:00
David Volovskiy
1e76022146
Gave the wordle face the ability to give random guesses on the first word
2024-09-03 16:08:12 -04:00
David Volovskiy
1675af6449
bug fix on max score
2024-09-03 16:08:12 -04:00
David Volovskiy
6dd46b46b1
Able to turn the expanded dict on and off with a variable
2024-09-03 16:08:12 -04:00
David Volovskiy
10eda8b208
Added expanded dictionary to check against
2024-09-03 16:08:12 -04:00
David Volovskiy
580f8bf8ee
bugfix on iterating to previous position
2024-09-03 16:08:12 -04:00
David Volovskiy
02f6a3256c
Added documentation for Wordle face
2024-09-03 16:08:12 -04:00
David Volovskiy
3e327eb7fd
Another fix on the word_check
2024-09-03 16:08:12 -04:00
David Volovskiy
cef0d8836a
Don't allow readding already guessed items
2024-09-03 16:08:12 -04:00
David Volovskiy
8ea779874f
Face compares the values correctly now and does a dict lookup first
2024-09-03 16:08:12 -04:00
David Volovskiy
0c86be4a40
Swapped button mapping and removed fast iteration
2024-09-03 16:08:12 -04:00
David Volovskiy
676f50d194
Added fast cycle
2024-09-03 16:08:12 -04:00
David Volovskiy
3a24ede3de
day streak and further wordle dev
2024-09-03 16:08:12 -04:00
David Volovskiy
ee53e83ae7
Changed dict to a smaller and simpler one
2024-09-03 16:08:12 -04:00
David Volovskiy
6bf22edbdc
Continued Wordle dev
2024-09-03 16:08:12 -04:00
David Volovskiy
2e878e146c
Start of Wordle
2024-09-03 16:08:12 -04:00
mcguirepr89
b774900ae6
finally squashed the bug
2024-09-02 13:10:26 -04:00
mcguirepr89
12b1432aae
mode long press = reset_all()
2024-09-01 10:10:59 -04:00
mcguirepr89
20946e88f4
Merge remote-tracking branch 'fork/add_simple_calculator_face' into add_simple_calculator_face
2024-08-31 17:51:01 -04:00
mcguirepr89
70426751f8
negative toggle was only for first_num -- fixed
2024-08-31 17:47:15 -04:00
mcguirepr89
c75a21196f
commented out debugging printf() statements
2024-08-31 14:46:23 -04:00
mcguirepr89
b607b6f7a9
removed note about mode long press
2024-08-31 12:44:29 -04:00
mcguirepr89
e13d42b5b5
mode=movement_move_to_next_face & longmode = face0
2024-08-31 12:41:57 -04:00
mcguirepr89
28db77f90c
forgot to mention long press MODE for next face
2024-08-31 08:36:02 -04:00
mcguirepr89
18154deef4
Adds a simple calculator face
2024-08-31 08:31:26 -04:00
Matheus Afonso Martins Moreira
dea05663b0
Merge PR #428 - fix issues in sunrise/sunset
...
Takes zero into account, allowing the sunrise/sunset watch face
to work with no presets defined.
Also resolves a warning during compilation of the sunrise/sunset face.
Reviewed-by: Matheus Afonso Martins Moreira <matheus@matheusmoreira.com>
GitHub-Pull-Request: https://github.com/joeycastillo/Sensor-Watch/pull/428
2024-08-30 16:47:47 -03:00
Matheus Afonso Martins Moreira
663cd725f8
Merge PR #434 - fix leap years
...
Improves handling of months in the Sensor Watch
by computing whether the given year is a leap year.
Reviewed-by: Matheus Afonso Martins Moreira <matheus@matheusmoreira.com>
GitHub-Pull-Request: https://github.com/joeycastillo/Sensor-Watch/pull/434
2024-08-30 16:47:38 -03:00
Matheus Afonso Martins Moreira
657ff724d0
Merge PR #440 - fix countdown face issues
...
Avoid potential underflow when evaluating x - y with y > x.
Evaluate it only when y <= x instead.
Avoid clearing indicators in background task
since another watch face is likely active.
Reviewed-by: Matheus Afonso Martins Moreira <matheus@matheusmoreira.com>
GitHub-Pull-Request: https://github.com/joeycastillo/Sensor-Watch/pull/440
2024-08-30 16:46:22 -03:00
Nicholas Rodrigues Lordello
a4fc048f94
Update TOTP Face Documentation
...
The TOTP face header file documentation contained outdated instructions
for configuring the complication with TOTP credentials. This PR updates
the documentation to match what is expected in `totp_face.c`.
2024-08-22 14:53:17 +02:00
Joseph Bryant
e2c5babb2c
don't change the bell indicator from within background task
2024-08-18 22:09:37 +01:00
Joseph Bryant
dcd4d12c0a
avoid delta overflow in countdown draw
2024-08-18 22:09:17 +01:00
David Volovskiy
09576807eb
Made the days_in_month its own function
2024-08-10 07:40:52 -04:00
David Volovskiy
51176344dc
Made it so the code works with a completely empty preset list
2024-08-03 11:42:42 -04:00
David Volovskiy
84f0db0654
Fix to remove compiler complaint
2024-08-03 11:38:45 -04:00
David Volovskiy
6ae5dfef70
Leap Years Now Handled Dynamically
2024-08-03 11:20:25 -04:00
Christian Buschau
db165bec30
Fix all days in a month
2024-08-03 12:22:15 +02:00
David Volovskiy
bae8c65825
Made the faces I care about not need to continuously re-find the timezone
2024-08-02 07:37:30 -04:00
David Volovskiy
4c546b14dc
The timezone now auto-corrects with DST (but still displays the same offset in the settings screen to the user)
2024-08-02 01:25:01 -04:00
PrimmR
a9e6b82f00
Update timeout & low energy behaviour
2024-07-25 15:31:25 +01:00
voloved
6e26c01de0
Holding light button on a non-element screen will turn on the light ( #2 )
...
* Holding light button on a non-element screen will turn on the light.
* The alarm and led button press moves back to the currently-selected element symbol page rather than the next and previous one
* Usage update
2024-07-25 14:18:56 +01:00
PrimmR
cb90a1980f
Added LED button combo
2024-07-24 11:18:24 +01:00
atax1a
42c14c2e5b
Merge pull request #420 from voloved/sunrise_sunset_presets
...
Added ability to add presets to the sunrise and sunset face
2024-07-24 04:49:03 +00:00
voloved
c8702d346e
Added subscreens to periodic table face; added title and faster scrolling ( #1 )
...
* Added subscreens to periodic table face; added title and faster scrolling
* Resized buf for element display
* Fixed scrolling to work on actual hardware
* Added delay before _loop_text at title and bugfix on elements shorter than 6 char
* Title screen displays when le_mode starts
* Added documentation on usage and removed unneeded variable
2024-07-23 10:35:38 +01:00
James Haggerty
222c60b072
Fix TOTP LFS printf string
2024-07-21 09:10:28 +10:00
David Volovskiy
a13c8c35b8
Code review commit
2024-07-20 15:59:42 -04:00
David Volovskiy
9ee319c888
Typo in comment
2024-07-20 14:48:32 -04:00
David Volovskiy
a3d23ab45e
Long press of Alarm goes back to default
2024-07-20 14:46:42 -04:00
David Volovskiy
a7c0fb7dfd
Added ability to add presets to the sunrise and sunset face
2024-07-20 14:35:37 -04:00
atax1a
5f5d86353f
Merge pull request #397 from madhogs/wyrun-totp-lfs-fix
...
Reduce totp_face_lfs memory usage
2024-07-08 21:10:46 +00:00