Movement: Astronomy and Orrery watch faces (#55)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user