Add orbit clock style

This commit is contained in:
MM20
2022-10-22 18:15:23 +02:00
parent f5052f9bf7
commit 3bd6b1dbff
4 changed files with 133 additions and 2 deletions
@@ -111,6 +111,7 @@ message Settings {
enum ClockStyle {
DigitalClock1 = 0;
DigitalClock2 = 1;
OrbitClock = 5;
BinaryClock = 2;
AnalogClock = 3;
EmptyClock = 4;