Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix missing documentation for many clock faces: | Alex Utter | 2023-11-27 | 7 | -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 mode | joeycastillo | 2023-08-25 | 1 | -1/+11 |
| | |||||
* | Aperture priority light meter face (#230) | Christian Chapman | 2023-04-16 | 2 | -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 behavior | Jeremy O'Brien | 2023-01-27 | 1 | -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 faces | Jeremy O'Brien | 2023-01-25 | 4 | -15/+4 |
| | |||||
* | fix warning re: buffer overrun | Joey Castillo | 2022-05-09 | 1 | -1/+1 |
| | |||||
* | Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into motion-express | Joey Castillo | 2022-05-02 | 3 | -1/+132 |
|\ | |||||
| * | thermistor readout: fix change in units when waking from sleep | Joey Castillo | 2022-04-02 | 1 | -1/+1 |
| | | |||||
| * | movement: add thermistor testing watch face | Joey Castillo | 2022-04-02 | 2 | -0/+131 |
| | | |||||
* | | documentation fix | Joey Castillo | 2022-02-20 | 1 | -3/+3 |
| | | |||||
* | | documentation fix | Joey Castillo | 2022-02-20 | 1 | -1/+1 |
| | | |||||
* | | respect countdown length when repeating | Joey Castillo | 2022-02-19 | 1 | -1/+1 |
| | | |||||
* | | repeating mode, disable readings when full | Joey Castillo | 2022-02-19 | 1 | -15/+37 |
| | | |||||
* | | working data acquisition face! | Joey Castillo | 2022-02-19 | 2 | -98/+157 |
| | | |||||
* | | connect training data face to accelerometer | Joey Castillo | 2022-02-19 | 2 | -17/+104 |
| | | |||||
* | | documentation and such | Joey Castillo | 2022-02-19 | 2 | -14/+14 |
| | | |||||
* | | lis2dw: reasonable defaults when initializing | Joey Castillo | 2022-02-19 | 1 | -2/+10 |
| | | |||||
* | | stuff parameters into the bits we're not using | Joey Castillo | 2022-02-19 | 2 | -4/+18 |
| | | |||||
* | | movement: WIP app for capturing accelerometer data | Joey Castillo | 2022-02-18 | 2 | -0/+401 |
|/ | |||||
* | movement: move thermistor to 'sensor' watch faces | Joey Castillo | 2022-02-17 | 4 | -0/+341 |