Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sensor Watch Simulator (#35) | Alexsander Akers | 2022-01-25 | 28 | -3672/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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: add time zone conversion in sunrise/sunset face | Joey Castillo | 2022-01-21 | 2 | -0/+16 |
| | |||||
* | fix out of bounds access when position != 0 | Joey Castillo | 2022-01-19 | 1 | -1/+1 |
| | |||||
* | add gettimeofday function | Joey Castillo | 2022-01-15 | 1 | -0/+12 |
| | |||||
* | shuffle uart pins for new accelerometer board | Joey Castillo | 2022-01-09 | 1 | -3/+3 |
| | |||||
* | add utility function to check if TCC is enabled | Joey Castillo | 2021-12-21 | 2 | -0/+11 |
| | |||||
* | fix missing prototype warnings | Joey Castillo | 2021-12-10 | 21 | -96/+103 |
| | |||||
* | use true random number generator to provide entropy | Joey Castillo | 2021-12-03 | 1 | -0/+32 |
| | |||||
* | fix (most) external interrupts on the 9-pin connector | Joey Castillo | 2021-11-30 | 1 | -5/+6 |
| | |||||
* | more character map edge cases | Joey Castillo | 2021-11-29 | 1 | -7/+31 |
| | |||||
* | remove log statements (oops) | Joey Castillo | 2021-11-25 | 1 | -4/+0 |
| | |||||
* | utilities: convert unix timestamp to watch_date_time | Joey Castillo | 2021-11-25 | 2 | -0/+86 |
| | |||||
* | movement: implement time zone setting | Joey Castillo | 2021-11-25 | 2 | -1/+6 |
| | |||||
* | Fill out watch_utility_convert_to_unix_time | Wesley Ellis | 2021-11-23 | 1 | -2/+28 |
| | |||||
* | add stubs for UNIX timestamp conversion | joeycastillo | 2021-11-23 | 1 | -0/+9 |
| | |||||
* | add stubs for UNIX timestamp conversion | joeycastillo | 2021-11-23 | 1 | -0/+21 |
| | |||||
* | Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into main | Joey Castillo | 2021-11-22 | 2 | -0/+76 |
|\ | |||||
| * | movement: add voltage monitor watch face | Joey Castillo | 2021-11-06 | 2 | -0/+76 |
| | | |||||
* | | move thermistor calculation to watch utilities | Joey Castillo | 2021-11-22 | 2 | -0/+37 |
| | | |||||
* | | add ability to preview display on USB serial | Joey Castillo | 2021-10-29 | 1 | -0/+5 |
|/ | |||||
* | move weekday lookup to new utilities file | Joey Castillo | 2021-10-23 | 2 | -0/+76 |
| | |||||
* | movement: add character set demo | Joey Castillo | 2021-10-21 | 1 | -0/+1 |
| | |||||
* | typo in documentation: all five pins are analog capable | Joey Castillo | 2021-10-21 | 1 | -1/+1 |
| | |||||
* | more accurate names for deep sleep and shallow sleep modes | Joey Castillo | 2021-10-20 | 5 | -77/+130 |
| | |||||
* | movement: add tick animation in sleep mode | Joey Castillo | 2021-10-19 | 2 | -0/+9 |
| | |||||
* | getting the sensor watch dev board working | Joey Castillo | 2021-10-19 | 1 | -5/+3 |
| | |||||
* | Merge pull request #17 from joeycastillo/wip-launcher | joeycastillo | 2021-10-18 | 4 | -20/+31 |
|\ | | | | | Resolves #13 | ||||
| * | slcd: add more special cases | Joey Castillo | 2021-10-04 | 1 | -5/+14 |
| | | |||||
| * | launcher: first crack at low power 'screensaver' mode | Joey Castillo | 2021-10-03 | 2 | -15/+7 |
| | | |||||
| * | slcd: add function to blank entire screen | Joey Castillo | 2021-10-03 | 2 | -0/+10 |
| | | |||||
* | | slcd: add autonomous blinking and animation | Joey Castillo | 2021-10-01 | 2 | -0/+84 |
|/ | |||||
* | tweak to API nomenclature: tick happens once a second, other interrupts are ↵ | Joey Castillo | 2021-09-28 | 3 | -25/+28 |
| | | | | periodic | ||||
* | rtc: support periodic ticks at intervals from 1 to 128 Hz | Joey Castillo | 2021-09-28 | 3 | -20/+94 |
| | |||||
* | overdue refactor: compile all watch modules separately | Joey Castillo | 2021-09-28 | 24 | -13/+80 |
| | |||||
* | simplification: return date/time in same format as clock register | Joey Castillo | 2021-09-28 | 2 | -38/+22 |
| | |||||
* | WIP: refactor RTC to use clock mode directly | Joey Castillo | 2021-09-27 | 5 | -42/+226 |
| | |||||
* | this was an odd typo | joeycastillo | 2021-09-24 | 1 | -1/+1 |
| | |||||
* | add warning about external wake on old board rev | Joey Castillo | 2021-09-23 | 1 | -0/+7 |
| | |||||
* | final deep sleep refactor: retain RAM, call it shallow sleep mode | Joey Castillo | 2021-09-23 | 2 | -42/+66 |
| | |||||
* | support common anode LEDs | Joey Castillo | 2021-09-18 | 1 | -0/+5 |
| | |||||
* | add a new deep sleep mode alongside backup mode | Joey Castillo | 2021-09-18 | 5 | -31/+128 |
| | |||||
* | fix USB VID/PID | Joey Castillo | 2021-09-18 | 1 | -14/+2 |
| | |||||
* | lcd: add special case for T in position 1 (fixes #10) | Joey Castillo | 2021-09-14 | 1 | -0/+1 |
| | |||||
* | more work on alternate board pinouts | Joey Castillo | 2021-09-14 | 2 | -42/+35 |
| | |||||
* | deprecate debug UART | Joey Castillo | 2021-09-13 | 2 | -2/+12 |
| | |||||
* | first steps toward supporting alternate board pinouts | Joey Castillo | 2021-09-13 | 4 | -19/+11 |
| | |||||
* | improve consistency of function names | Joey Castillo | 2021-09-13 | 2 | -2/+2 |
| | |||||
* | implement ADC functionality | Joey Castillo | 2021-09-13 | 2 | -12/+185 |
| | |||||
* | handle watch variant with red/blue LED | Joey Castillo | 2021-08-31 | 2 | -7/+22 |
| | |||||
* | simplify: always use the TCC to drive the LEDs | Joey Castillo | 2021-08-31 | 2 | -53/+37 |
| |