fixed background colour

pull/928/head
thirdr 2024-04-04 16:18:22 +01:00
rodzic ba7b8388bf
commit d790d3d344
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()