]> git.earman.xyz Git - sensor-watch.git/commit
faces: rename simple_clock_face to clock_face
authorMatheus Afonso Martins Moreira <matheus.a.m.moreira@gmail.com>
Sat, 24 Feb 2024 21:19:12 +0000 (18:19 -0300)
committerMatheus Afonso Martins Moreira <matheus.a.m.moreira@gmail.com>
Sat, 24 Feb 2024 21:53:07 +0000 (18:53 -0300)
commit8f040252fd6bfd5c95437a52a07634a19c487086
tree1920bff9258ad497a2a8b1219bb2d3466257f9ab
parentaf18673e1aa53091880d829a6fa4d7e23a6b4381
faces: rename simple_clock_face to clock_face

It's not actually so simple and will only gain features from now on.
Just "clock face" also feels more canonical.
movement/make/Makefile
movement/movement_config.h
movement/movement_faces.h
movement/watch_faces/clock/clock_face.c [new file with mode: 0644]
movement/watch_faces/clock/clock_face.h [new file with mode: 0644]
movement/watch_faces/clock/simple_clock_face.c [deleted file]
movement/watch_faces/clock/simple_clock_face.h [deleted file]