Movement: Astronomy and Orrery watch faces (#55)

This commit is contained in:
joeycastillo
2022-03-04 14:52:49 -06:00
committed by GitHub
parent ea988208e1
commit ccdf08da87
19 changed files with 4559 additions and 3 deletions

View File

@@ -52,6 +52,7 @@ void watch_display_character(uint8_t character, uint8_t position) {
if (character == 'T') character = 't'; // uppercase T only works in positions 0 and 1
}
if (position == 1) {
if (character == 'a') character = 'A'; // A needs to be uppercase
if (character == 'o') character = 'O'; // O needs to be uppercase
if (character == 'i') character = 'l'; // I needs to be uppercase (use an l, it looks the same)
if (character == 'n') character = 'N'; // N needs to be uppercase