summaryrefslogtreecommitdiffstats
path: root/movement/watch_faces/sensor
Commit message (Collapse)AuthorAgeFilesLines
* Fix missing documentation for many clock faces:Alex Utter2023-11-277-36/+99
| | | | | * Move from .c to .h as needed for consistency. * When missing from both, copy from pull request or wiki. * When missing entirely, infer functionality from source code.
* show temperature and battery voltage in low energy modejoeycastillo2023-08-251-1/+11
|
* Aperture priority light meter face (#230)Christian Chapman2023-04-162-0/+366
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * initial commit, added opt3001 light meter test app * tested working light meter board, i2c communication still has issues * fixed i2c; rudimentary lightmeter works! * added aperture priority ui * added aperture priority ui * added README * adjusted cal * fixed bugs (HI shutter speed, lux mode toggle) * made it possible to advance to the next face * initialized lux variable * lowered tolerance for HI and LO * Changed EV display from always showing EV100 to showing EV[iso setting] * dont display old ev when ISO changes * changed mode and light behavior * updated readme * fixed indentation * made lightmeter display logic more consistent * made lightmeter display logic more consistent * reverted rules.mk (for merge into upstream) * reverted rules.mk (for merge into upstream) * removed OPT3001 PCB model * made lux mode default, corrected timeout behavior --------- Co-authored-by: Christian Chapman <user@debian>
* restore old light button behaviorJeremy O'Brien2023-01-271-0/+3
| | | | | watch faces that handle EVENT_LIGHT_BUTTON_UP but not EVENT_LIGHT_BUTTON_DOWN probably don't want the default EVENT_LIGHT_BUTTON_DOWN LED activation behavior
* add default loop handler to all current watch facesJeremy O'Brien2023-01-254-15/+4
|
* fix warning re: buffer overrunJoey Castillo2022-05-091-1/+1
|
* Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into motion-expressJoey Castillo2022-05-023-1/+132
|\
| * thermistor readout: fix change in units when waking from sleepJoey Castillo2022-04-021-1/+1
| |
| * movement: add thermistor testing watch faceJoey Castillo2022-04-022-0/+131
| |
* | documentation fixJoey Castillo2022-02-201-3/+3
| |
* | documentation fixJoey Castillo2022-02-201-1/+1
| |
* | respect countdown length when repeatingJoey Castillo2022-02-191-1/+1
| |
* | repeating mode, disable readings when fullJoey Castillo2022-02-191-15/+37
| |
* | working data acquisition face!Joey Castillo2022-02-192-98/+157
| |
* | connect training data face to accelerometerJoey Castillo2022-02-192-17/+104
| |
* | documentation and suchJoey Castillo2022-02-192-14/+14
| |
* | lis2dw: reasonable defaults when initializingJoey Castillo2022-02-191-2/+10
| |
* | stuff parameters into the bits we're not usingJoey Castillo2022-02-192-4/+18
| |
* | movement: WIP app for capturing accelerometer dataJoey Castillo2022-02-182-0/+401
|/
* movement: move thermistor to 'sensor' watch facesJoey Castillo2022-02-174-0/+341