From 462f24b31321107834d00016d0b07aa044be5d7e Mon Sep 17 00:00:00 2001 From: Christian Chapman <1360262+enthdegree@users.noreply.github.com> Date: Sun, 16 Apr 2023 10:05:55 -0400 Subject: 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 --- movement/movement_config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'movement/movement_config.h') diff --git a/movement/movement_config.h b/movement/movement_config.h index 9e446d4d..3f6a0dc1 100644 --- a/movement/movement_config.h +++ b/movement/movement_config.h @@ -29,6 +29,8 @@ const watch_face_t watch_faces[] = { simple_clock_face, + lightmeter_face, + thermistor_readout_face, world_clock_face, sunrise_sunset_face, moon_phase_face, -- cgit v1.2.3