Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | time set: allow setting year through 2050 | joeycastillo | 2022-11-28 | 1 | -2/+2 |
| | |||||
* | time set: fix PM not appearing at noon in 12h mode | Joey Castillo | 2022-04-02 | 1 | -2/+2 |
| | |||||
* | Sensor Watch Simulator (#35) | Alexsander Akers | 2022-01-25 | 2 | -15/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Put something on screen * Use the 32bit watch_date_time repr to pass from JS * Implement periodic callbacks * Clear display on enabling * Hook up watch_set_led_color() to SVG (green-only) * Make debug output full-width * Remove default Emscripten canvas * Implement sleep and button clicks * Fix time zone conversion bug in beats-time app * Clean up warnings * Fix pin levels * Set time zone to browser value (if available) * Add basic backup data saving * Silence format specifier warnings in both targets * Remove unnecessary, copied files * Use RTC pointer to clear callbacks (if available) * Use preprocessor define to avoid hardcoding MOVEMENT_NUM_FACES * Change each face to const preprocessor definition * Remove Intl.DateTimeFormat usage * Update shell.html title, header * Add touch start/end event handlers on SVG buttons * Update shell.html * Update folder structure (shared, simulator, hardware under watch-library) * Tease out shared components from watch_slcd * Clean up simulator watch_slcd.c inline JS calls * Fix missing newlines at end of file * Add simulator warnings (except format, unused-paremter) * Implement remaining watch_rtc functions * Fix button bug on mouse down then drag out * Implement remaining watch_slcd functions * Link keyboard events to buttons (for keys A, L, M) * Rewrite event handling (mouse, touch, keyboard) in C * Set explicit text UTF-8 charset in shell.html * Address PR comments * Remove unused directories from include paths | ||||
* | movement: reset tick to 1 Hz between watch faces (fixes #36) | Joey Castillo | 2022-01-19 | 2 | -2/+0 |
| | |||||
* | add MIT license text to movement files | Joey Castillo | 2022-01-15 | 4 | -0/+96 |
| | |||||
* | Movement: give watch faces their index at setup time | Joey Castillo | 2021-12-20 | 4 | -4/+6 |
| | |||||
* | movement: more granular button and LED timing via fast tick | Joey Castillo | 2021-11-29 | 1 | -5/+1 |
| | |||||
* | movemment: tweak capitalization of some settings | Joey Castillo | 2021-11-28 | 1 | -2/+2 |
| | |||||
* | movement: preferences should show 'blu' for watches with blue LED | Joey Castillo | 2021-11-27 | 1 | -0/+4 |
| | |||||
* | movement: store settings in BKUP to persist across resets | Joey Castillo | 2021-11-25 | 2 | -0/+2 |
| | |||||
* | movement: implement time zone setting | Joey Castillo | 2021-11-25 | 1 | -3/+17 |
| | |||||
* | movement: fix preferences glitch, add some notes | Joey Castillo | 2021-10-20 | 1 | -74/+79 |
| | |||||
* | movement settings: add timeout and LED duration | Joey Castillo | 2021-10-19 | 1 | -9/+50 |
| | |||||
* | add timeout event to give faces a chance to resign | Joey Castillo | 2021-10-18 | 2 | -1/+6 |
| | |||||
* | automatically determine number of watch faces | Joey Castillo | 2021-10-16 | 2 | -14/+14 |
| | |||||
* | early work on background tasks, documentation | Joey Castillo | 2021-10-16 | 2 | -0/+2 |
| | |||||
* | screensaver mode is now low energy mode | Joey Castillo | 2021-10-16 | 1 | -2/+2 |
| | |||||
* | rename types to be more c-like | Joey Castillo | 2021-10-16 | 4 | -16/+16 |
| | |||||
* | widgets are now watch faces | Joey Castillo | 2021-10-16 | 4 | -0/+265 |