Commit Graph
100 Commits
Author SHA1 Message Date
Joey Castillo fe23ed6e7a add watch face to peek at a memory location 2025-05-29 08:21:18 -04:00
Joey Castillo ca46cb4988 for testing: add NOSLEEP build option to remove sleep mode entirely 2025-05-29 07:22:04 -04:00
Joey Castillo 9a712258f8 world clock: blink colon in low energy mode 2025-05-28 23:43:17 -04:00
Joey Castillo ad3f1e56ed mars time: don't time out, enable low energy animation 2025-05-28 23:42:38 -04:00
Joey Castillo 7cf81ee9e0 set LED's drive strength to high 2025-05-27 20:40:06 -04:00
Joey Castillo e9811a518a bring mars time into Second Movement 2025-05-27 19:30:54 -04:00
Joey Castillo 69b8048790 power down accelerometer unless a watch face requests it 2025-05-26 10:51:11 -04:00
Joey Castillo 6ac2c13098 swap temperature and battery in default firmware 2025-05-26 10:50:07 -04:00
Joey Castillo 6b297e50e4 movement_config: put alarm into standard rotation 2025-05-21 15:44:45 -04:00
Joey Castillo 05080be843 alarm_face: hook alarm up to main clock's alarm indicator 2025-05-21 15:44:16 -04:00
Joey Castillo 5ee0de27cf movement: fire top of minute at top of minute, not bottom of last minute 2025-05-21 15:08:00 -04:00
Joey Castillo bf44c0ae1e bring wake_face into Second Movement (renamed alarm_face) 2025-05-21 15:07:29 -04:00
Joey Castillo 583fae0b30 nanosec: add braces since we declare things 2025-05-21 09:17:38 -04:00
Joey Castillo 310ad3d095 watch_adc: enable ADC when checking battery; let's get rid of this footgun once and for all 2025-05-21 08:51:39 -04:00
Joey Castillo 07a085e90b preferences face: removed in favor of new settings face 2025-05-21 01:19:29 -04:00
Joey Castillo f017462ad4 temperature logger: skip if no temperature sensor is available 2025-05-21 01:15:03 -04:00
Joey Castillo b4730da36b temperature logger: rename stuff to remove thermistor references 2025-05-21 01:12:20 -04:00
Joey Castillo 6c1fa9f4df temperature faces: no need to import thermistor driver 2025-05-21 01:10:09 -04:00
Joey Castillo ea90319180 nanosec: use new Movement API for getting temperature 2025-05-21 01:09:15 -04:00
Joey Castillo f48058568a watch utility: make Friday all caps like the others 2025-05-21 00:53:13 -04:00
Joey Castillo e0010f6760 port nanosec and finetune to Second Movement 2025-05-21 00:50:23 -04:00
Joey Castillo 20a72b4590 default firmware: put stopwatch before countdown 2025-05-21 00:15:19 -04:00
Joey Castillo 287f755edb slcd: we can fit these segment mappings into one byte 2025-05-20 23:50:09 -04:00
Joey Castillo d43c216664 bugfix: need definition of colon as indicator for blinking on custom LCD 2025-05-20 23:42:22 -04:00
Joey Castillo 540222e949 voltage and temperature: clear sleep animation on activate 2025-05-20 23:36:20 -04:00
Joey Castillo da82469576 countdown: implement sleep mode animation 2025-05-20 23:34:47 -04:00
Joey Castillo 74c8573641 moon phase: clear sleep animation on wake 2025-05-20 23:30:27 -04:00
Joey Castillo 094d33094e clock face: move state typedef to header for consistency 2025-05-20 22:35:16 -04:00
Joey Castillo 44d14ba706 clock face: rename 'clock' to 'state' for consistency 2025-05-20 22:34:15 -04:00
Joey Castillo e048cdeb52 activity logging: try to ignore spurious active minutes 2025-05-20 17:34:45 -04:00
Joey Castillo acdc32ffb4 movement: add loudness setting for button press 2025-05-20 17:27:32 -04:00
Joey Castillo 616bb08720 display detection: return straight away if LCD type was forced 2025-05-18 21:19:12 -04:00
Joey Castillo 5691a3f4f1 watch library: remove LCD autodetect, make selection manual 2025-05-18 21:04:49 -04:00
Joey Castillo 4a04db6ca6 light meter: was written today lol 2025-05-18 20:45:37 -04:00
Joey Castillo 94a08b531a light meter: rough half-working prototype 2025-05-18 20:32:36 -04:00
Joey Castillo e511059da8 activity log: snap back to today on timeout 2025-05-18 13:29:45 -04:00
Joey Castillo c281922e4d activity log: update today's count at top of minute 2025-05-18 13:29:45 -04:00
Joey Castillo 51e6d62a1b activity log: clear animation when waking from sleep mode 2025-05-18 13:29:45 -04:00
Joey Castillo 56366199e7 light meter: initial UI work 2025-05-18 13:29:45 -04:00
Joey Castillo 2f922f37b2 no need for state in light sensor demo 2025-05-18 09:04:25 -04:00
Joey Castillo d72daf72bc light sensor: back to demo with you 2025-05-18 07:41:08 -04:00
Joey Castillo 6840055067 claify sleep animatiion documentation 2025-05-17 23:35:14 -04:00
Joey Castillo 9ec51f026e watch_display_text_with_fallback: update documentation 2025-05-17 23:27:51 -04:00
Joey Castillo a64386dd8e watch_display_string: update deprecation notes 2025-05-17 23:24:18 -04:00
Joey Castillo 7faa2656f4 light sensor: add warning to documentation 2025-05-17 23:21:31 -04:00
Joey Castillo 7cec3d59a4 light sensor: improvements for custom LCD 2025-05-17 23:18:10 -04:00
Joey Castillo 0e8d9d58c3 move accelerometer and light to sensor, not demo folder 2025-05-17 22:19:45 -04:00
Joey Castillo 4b2c46630e remove unnecessary demo watch faces 2025-05-17 22:18:10 -04:00
Joey Castillo 1e9dc049bf clean up after detecting thermistor 2025-05-17 22:06:11 -04:00
Joey Castillo 8795579c4f activity log: update documentation 2025-05-17 22:02:34 -04:00
Joey Castillo 924f307cf7 irda upload: increase receive buffer to 256 bytes 2025-05-17 18:46:13 -04:00
Joey Castillo 86ec427a68 IrDA: restore red/green status, improve display 2025-05-17 18:18:29 -04:00
Joey Castillo 7f9ed8ef67 add ability to delete via IrDA 2025-05-17 18:08:30 -04:00
Joey Castillo cf26f28cd0 irda_demo -> irda_upload 2025-05-17 18:08:30 -04:00
Joey Castillo 5111beac86 improved file upload via IrDA 2025-05-17 18:08:30 -04:00
Joey Castillo fd4744b144 activity faces: improve experience in low energy mode 2025-05-17 16:39:04 -04:00
Joey Castillo a5131313b3 oops. activity tracking: high means stationary, low means active 2025-05-17 14:32:01 -04:00
Joey Castillo 5097f140b4 for now, build for red board and classic display 2025-05-17 14:16:26 -04:00
Joey Castillo 7d8ad1b87b simplify activity tracking, just active minutes for now 2025-05-17 13:54:37 -04:00
Joey Castillo f9c30d1edd force a choice of display type at build time 2025-05-17 12:40:39 -04:00
Joey Castillo 63dbaad730 let temperature screen skip itself, restore it to the default firmware 2025-05-17 12:16:27 -04:00
Joey Castillo 40a0308059 fix long press bug (seems related to disabling an interrupt) 2025-05-17 11:55:03 -04:00
Joey Castillo 47fbaccc77 add movement_get_temperature, works across different sensor boards 2025-05-17 11:03:51 -04:00
Joey Castillo 80cbb0fe30 automatically detect temperature sensor 2025-05-17 10:23:38 -04:00
Joey Castillo 9fd174e453 time set: disable quick ticks when resetting seconds 2025-05-16 09:09:14 -04:00
Joey Castillo da52113038 remove errant braces 2025-05-16 09:08:33 -04:00
Joey Castillo 68774c56aa bump gossamer commit 2025-05-16 08:55:54 -04:00
Joey Castillo 9e239c3f6d accelerometer: fail gracefully in absence of I2C bus 2025-05-16 01:12:38 -04:00
Joey Castillo 3b11c3cca4 for now, build for Lite to test the build 2025-05-16 00:43:43 -04:00
Joey Castillo 784c2678d8 default to low energy mode after one hour 2025-05-16 00:12:16 -04:00
Joey Castillo c5bda0faeb auto-detect accelerometer sensor (and don't fail build for lack of a temperature sensor) 2025-05-16 00:07:15 -04:00
Joey Castillo 55df80c3d9 set date first, then time zone, then time 2025-05-15 22:49:07 -04:00
Joey Castillo 60914647b1 watch_rtc clarification: 128 Hz is 0x80, not 0xF0 2025-05-15 22:12:12 -04:00
Joey Castillo 374a93846d FREQCORR is now handled in _watch_rtc_init 2025-05-15 21:33:26 -04:00
Joey Castillo e4d572a94f settings: silence warnings on boards without a blue or green LED 2025-05-15 09:12:12 -04:00
Joey Castillo e68424a7cf working makefile for folks to test with 2025-05-15 09:09:52 -04:00
Joey Castillo 02c567770d no temperature face in defaults 2025-05-15 09:07:33 -04:00
Joey Castillo fcccacb99a rearrange default watch faces 2025-05-15 08:43:30 -04:00
Joey Castillo 74d59a3cee resume disabling EIC in deep sleep 2025-05-13 18:46:48 -04:00
Joey Castillo 3f9662db59 new watch face order for pro 2025-05-13 18:23:03 -04:00
Joey Castillo 0739382fb8 remove orientation change counter 2025-05-13 18:21:58 -04:00
Joey Castillo 27f0c629d8 clock-face: adjust low battery threshold 2025-05-12 22:37:37 -04:00
Joey Castillo e0746e06f1 custom LCD now has an 'arrows' indicator instead of a battery 2025-05-12 22:37:37 -04:00
Joey Castillo 956b8601f6 enable filtering on button inputs 2025-05-12 22:25:27 -04:00
Joey Castillo 5059582e96 improved contrast on custom LCD 2025-05-11 20:16:40 -04:00
Joey Castillo d3be64dd97 time set: new titles for custom LCD 2025-05-11 16:53:03 -04:00
Joey Castillo 064175e316 new settings watch face 2025-05-11 16:53:03 -04:00
Joey Castillo 74923354b9 accelerometer: fix activity not being tracked in low energy mode 2025-04-30 07:44:15 -04:00
Joey Castillo 3f08648fc4 world clock: bugfix, clear seconds when entering LE mode 2025-04-28 18:32:46 -04:00
Joey Castillo ff3b69a38b accelerometer: disable wake on motion, has awkward user experience 2025-04-28 18:29:57 -04:00
Joey Castillo b0dbff4172 accelerometer: stop sleeping after inactivity, use LE settings 2025-04-28 18:29:57 -04:00
Joey Castillo 4986b31eaa update submodules 2025-04-21 00:16:23 -04:00
Joey Castillo 8da59161e4 filesystem: prevent lockup when flash is nearly full 2025-04-20 17:58:43 -04:00
Joey Castillo e435969b51 WIP: accelerometer activity tracking 2025-04-20 13:47:04 -04:00
Joey Castillo 4b490bed4c current test setup for Pro 2025-04-17 08:54:17 -04:00
Joey Castillo 9844703364 activity log: add feature to quickly dump all data 2025-04-05 10:42:14 -04:00
Joey Castillo 6637f1780a fix sticky sleep icon on custom LCD 2025-03-29 10:36:05 -04:00
Joey Castillo f8e25c3ac3 move day one face into Second Movement as generic 'days since' face 2025-03-22 10:09:10 -04:00
Joey Castillo 16acc5f349 Merge branch 'main' of github.com:joeycastillo/second-movement 2025-03-20 01:35:14 -04:00
Joey Castillo 0b20ae3e2d activity logging: if this was it, that was dumb. 2025-03-20 01:30:03 -04:00