index
:
time/Sensor-Watch
default-handler
gh-pages
halloween
main
movement-timer-stuff
newboards
newboards2
randonaut-and-geomancy
sensor-face-improvements
time-refactor
totp-lfs
usb-msc
wip-lightsensor
wryun-make-starter-proj-work-in-simulator
clone of https://github.com/joeycastillo/Sensor-Watch
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
movement
/
watch_faces
/
clock
Commit message (
Expand
)
Author
Age
Files
Lines
*
faces: restore simple_clock_face
Matheus Afonso Martins Moreira
2024-03-16
2
-0
/
+223
*
faces/clock: add 24h only feature
Matheus Afonso Martins Moreira
2024-03-05
1
-2
/
+11
*
faces/clock: update copyrights and credits
Matheus Afonso Martins Moreira
2024-03-05
2
-2
/
+16
*
faces/clock: indicate low power only when needed
Matheus Afonso Martins Moreira
2024-02-25
1
-5
/
+6
*
faces/clock: indicate alarm only when necessary
Matheus Afonso Martins Moreira
2024-02-25
1
-2
/
+0
*
faces/clock: refactor time signal toggling code
Matheus Afonso Martins Moreira
2024-02-25
1
-2
/
+6
*
faces/clock: refactor clock display code
Matheus Afonso Martins Moreira
2024-02-25
1
-14
/
+20
*
faces/clock: reorder periodic battery check
Matheus Afonso Martins Moreira
2024-02-25
1
-3
/
+2
*
faces/clock: refactor partial time display code
Matheus Afonso Martins Moreira
2024-02-25
1
-24
/
+40
*
faces/clock: refactor full time display code
Matheus Afonso Martins Moreira
2024-02-25
1
-1
/
+19
*
faces/clock: refactor tick tock animation code
Matheus Afonso Martins Moreira
2024-02-25
1
-3
/
+15
*
faces/clock: refactor low power tick function
Matheus Afonso Martins Moreira
2024-02-25
1
-12
/
+26
*
faces/clock: simplify LAP indication function
Matheus Afonso Martins Moreira
2024-02-25
1
-3
/
+6
*
faces/clock: refactor daily battery check
Matheus Afonso Martins Moreira
2024-02-25
1
-11
/
+21
*
faces/clock: simplify PM indication function
Matheus Afonso Martins Moreira
2024-02-25
1
-7
/
+21
*
faces/clock: simplify 24h indication function
Matheus Afonso Martins Moreira
2024-02-25
1
-2
/
+5
*
faces/clock: simplify signal indication function
Matheus Afonso Martins Moreira
2024-02-25
1
-10
/
+10
*
faces/clock: simplify alarm indication function
Matheus Afonso Martins Moreira
2024-02-25
1
-10
/
+8
*
faces/clock: define general indication function
Matheus Afonso Martins Moreira
2024-02-25
1
-0
/
+8
*
faces/clock: move structure definition
Matheus Afonso Martins Moreira
2024-02-25
2
-9
/
+9
*
faces: rename simple_clock_face to clock_face
Matheus Afonso Martins Moreira
2024-02-24
2
-29
/
+30
*
Merge pull request #337 from theAlexes/theAlexes/wyoscan-zero
Wesley Aptekar-Cassels
2024-01-21
1
-1
/
+1
|
\
|
*
make the zero in wyoscan a little more visually appealing
Alex Maestas
2023-12-08
1
-1
/
+1
*
|
Merge branch 'main' into watch-face-day-night-percentage
Wesley Aptekar-Cassels
2024-01-21
16
-91
/
+539
|
\
\
|
*
|
Enable custom signal tones in LE mode.
Wesley Aptekar-Cassels
2024-01-09
4
-44
/
+4
|
*
|
Revert "Merge pull request #283 from neutralinsomniac/fix_hourly_chime_backgr...
Wesley Aptekar-Cassels
2024-01-09
4
-8
/
+46
|
|
/
|
*
Fix missing documentation for many clock faces:
Alex Utter
2023-11-27
12
-87
/
+215
|
*
Add minute repeater decimal face
Brian Blakley
2023-10-24
2
-0
/
+322
*
|
day_night_percentage_face: Clear seconds digits when entering LE mode.
Wesley Aptekar-Cassels
2023-11-09
1
-1
/
+1
*
|
day_night_percentage_face: Use PM indicator instead of DA/NI.
Wesley Aptekar-Cassels
2023-11-09
2
-11
/
+16
*
|
day_night_percentage_face: Calculate rise/set/daylen only once per day.
Wesley Aptekar-Cassels
2023-11-09
2
-35
/
+53
*
|
Add day_night_percentage_face.
Wesley Aptekar-Cassels
2023-11-09
2
-0
/
+182
|
/
*
use movement_play_signal for default tune (fixes background signal)
joeycastillo
2023-09-24
1
-0
/
+4
*
move buzzer enabled detection logic into movement for movement_play_signal/tune
Jeremy O'Brien
2023-09-23
4
-20
/
+4
*
fix signal tunes not firing in background, and split out foreground/backgroun...
Jeremy O'Brien
2023-09-22
4
-31
/
+5
*
Decimal time face (#260)
mrbrown8
2023-07-29
2
-0
/
+252
*
Wyoscan .5 hz watchface (#256)
Willy Hardy
2023-07-29
2
-0
/
+284
*
simple watch bin led: add functionality of representing the current time as b...
TheOnePerson
2023-05-21
2
-0
/
+312
*
Alternative implementation of world clock (#216)
Konrad Rieck
2023-03-11
2
-0
/
+513
*
New face - Repetition Minute, fork of simple clock with an accessibility feat...
Jonas Termeau
2023-02-02
2
-0
/
+314
*
restore old light button behavior
Jeremy O'Brien
2023-01-27
1
-0
/
+3
*
add default loop handler to all current watch faces
Jeremy O'Brien
2023-01-25
3
-19
/
+4
*
Merge branch 'main' into default-handler
joeycastillo
2023-01-17
2
-2
/
+22
|
\
|
*
Revert "never disable buzzer output"
joeycastillo
2023-01-17
2
-2
/
+22
*
|
add movement_default_loop_handler, test with default watch faces
joeycastillo
2023-01-14
2
-14
/
+2
|
/
*
Remove more unnecessary conditionals
Jeremy O'Brien
2023-01-10
1
-7
/
+1
*
Precision watch update (#152)
Mikhail Svarichevsky
2023-01-10
1
-2
/
+4
*
remove unnecessary conditional in simple clock face
Jeremy O'Brien
2023-01-05
1
-7
/
+1
*
never disable buzzer output
joeycastillo
2023-01-03
2
-8
/
+0
*
Weeknumber watch face
Slim
2022-12-02
2
-0
/
+224
[next]