fixed background colour

thirdr 2024-04-04 16:18:22 +01:00
rodzic 06dba8c009
commit 8bca73df5d
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -25,6 +25,10 @@ for i in range(16):
for i in range(16):
display.create_pen(0, 0, i * 16)
# Adding in an white background colour at the beginning of each offset.
for i in range(3):
display.update_pen(i * 16, 200, 200, 200)
# Clear the screen
display.set_pen(BG)
display.clear()