summaryrefslogtreecommitdiffstats
path: root/movement/watch_faces/demos
Commit message (Collapse)AuthorAgeFilesLines
* movement: slight reorganizationJoey Castillo2022-01-2510-877/+0
|
* Sensor Watch Simulator (#35)Alexsander Akers2022-01-257-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 Castillo2022-01-192-2/+0
|
* add MIT license text to movement filesJoey Castillo2022-01-1510-0/+240
|
* new simulated screensJoey Castillo2022-01-061-8/+34
|
* rearrange hello face, documentation reasonsJoey Castillo2021-12-221-6/+6
|
* add comments to 'hello there' faceJoey Castillo2021-12-211-1/+33
|
* add 'hello there' face, demo for documentationJoey Castillo2021-12-212-0/+80
|
* Movement: give watch faces their index at setup timeJoey Castillo2021-12-208-8/+12
|
* fix missing prototype warningsJoey Castillo2021-12-102-3/+3
|
* add demo watch faceJoey Castillo2021-12-102-0/+110
|
* ensure accelerometer test face always stays activeJoey Castillo2021-12-051-1/+5
|
* more accelerometer tests: track interrupts on each axis, log on the quarter hourJoey Castillo2021-12-052-53/+96
|
* movement: allow watch faces to request zero ticksJoey Castillo2021-12-031-2/+2
|
* movement: fix off-by-one error in accelerometer test faceJoey Castillo2021-12-011-0/+1
|
* movement: add experimental accelerometer data logging faceJoey Castillo2021-12-012-0/+184
|
* movement: after profiling, temp and battery can ignore timeoutJoey Castillo2021-12-011-2/+2
|
* movement: add voltage monitor watch faceJoey Castillo2021-11-062-0/+85
|
* movement: add character set demoJoey Castillo2021-10-212-0/+70