add watch face to peek at a memory location

This commit is contained in:
Joey Castillo
2025-05-29 08:21:18 -04:00
parent ca46cb4988
commit fe23ed6e7a
4 changed files with 165 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ SRCS += \
./watch-faces/demo/all_segments_face.c \
./watch-faces/demo/character_set_face.c \
./watch-faces/demo/light_sensor_face.c \
./watch-faces/demo/peek_memory_face.c \
./watch-faces/sensor/accelerometer_status_face.c \
./watch-faces/sensor/light_meter_face.c \
./watch-faces/sensor/temperature_display_face.c \