summaryrefslogtreecommitdiffstats
path: root/movement/make
diff options
context:
space:
mode:
authorChristian Chapman <1360262+enthdegree@users.noreply.github.com>2023-04-16 10:05:55 -0400
committerGitHub <noreply@github.com>2023-04-16 10:05:55 -0400
commit462f24b31321107834d00016d0b07aa044be5d7e (patch)
tree53937086ab72d3b9bf05001e5e39ae7bb84dcc66 /movement/make
parentbfde33c946ee7f49a2f8bf9f253b2801bd169638 (diff)
downloadSensor-Watch-462f24b31321107834d00016d0b07aa044be5d7e.tar.gz
Sensor-Watch-462f24b31321107834d00016d0b07aa044be5d7e.tar.bz2
Sensor-Watch-462f24b31321107834d00016d0b07aa044be5d7e.zip
Aperture priority light meter face (#230)
* 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>
Diffstat (limited to 'movement/make')
-rw-r--r--movement/make/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/movement/make/Makefile b/movement/make/Makefile
index d403045d..4614cd27 100644
--- a/movement/make/Makefile
+++ b/movement/make/Makefile
@@ -101,6 +101,7 @@ SRCS += \
../watch_faces/complication/activity_face.c \
../watch_faces/demo/chirpy_demo_face.c \
../watch_faces/complication/ships_bell_face.c \
+ ../watch_faces/sensor/lightmeter_face.c \
../watch_faces/complication/discgolf_face.c \
../watch_faces/complication/habit_face.c \
../watch_faces/complication/breathing_face.c \