Update scrolling_text.py

pull/836/head
Scott Dutton 2023-09-15 19:58:57 +01:00 zatwierdzone przez GitHub
rodzic 13e4b092fe
commit 3d2fa5d8a5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -99,7 +99,7 @@ while True:
# MESSAGE_COLOUR = (random.randint(0,255), random.randint(0,255), random.randint(0,255)) # Uncomment this and the random import to make the display a new colour each rotation
shift = 0
last_time = time_ms
if (partial_text == 1 and PADDING - shift < -10):
char_size = graphics.measure_text(message_display[0:1], 1)
if (message_display[0:1] == ' '):