Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | movement: slight reorganization | Joey Castillo | 2022-01-25 | 10 | -877/+0 |
| | |||||
* | Sensor Watch Simulator (#35) | Alexsander Akers | 2022-01-25 | 7 | -48/+48 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 10 | -0/+240 |
| | |||||
* | new simulated screens | Joey Castillo | 2022-01-06 | 1 | -8/+34 |
| | |||||
* | rearrange hello face, documentation reasons | Joey Castillo | 2021-12-22 | 1 | -6/+6 |
| | |||||
* | add comments to 'hello there' face | Joey Castillo | 2021-12-21 | 1 | -1/+33 |
| | |||||
* | add 'hello there' face, demo for documentation | Joey Castillo | 2021-12-21 | 2 | -0/+80 |
| | |||||
* | Movement: give watch faces their index at setup time | Joey Castillo | 2021-12-20 | 8 | -8/+12 |
| | |||||
* | fix missing prototype warnings | Joey Castillo | 2021-12-10 | 2 | -3/+3 |
| | |||||
* | add demo watch face | Joey Castillo | 2021-12-10 | 2 | -0/+110 |
| | |||||
* | ensure accelerometer test face always stays active | Joey Castillo | 2021-12-05 | 1 | -1/+5 |
| | |||||
* | more accelerometer tests: track interrupts on each axis, log on the quarter hour | Joey Castillo | 2021-12-05 | 2 | -53/+96 |
| | |||||
* | movement: allow watch faces to request zero ticks | Joey Castillo | 2021-12-03 | 1 | -2/+2 |
| | |||||
* | movement: fix off-by-one error in accelerometer test face | Joey Castillo | 2021-12-01 | 1 | -0/+1 |
| | |||||
* | movement: add experimental accelerometer data logging face | Joey Castillo | 2021-12-01 | 2 | -0/+184 |
| | |||||
* | movement: after profiling, temp and battery can ignore timeout | Joey Castillo | 2021-12-01 | 1 | -2/+2 |
| | |||||
* | movement: add voltage monitor watch face | Joey Castillo | 2021-11-06 | 2 | -0/+85 |
| | |||||
* | movement: add character set demo | Joey Castillo | 2021-10-21 | 2 | -0/+70 |