improved coloured for better whites

This commit is contained in:
James Tauber 2011-08-14 03:52:56 -04:00
parent 96ad7be994
commit bdc7b3a1e2
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ class Display:
pixels[x + 1][y] = (255, 192, 0) if c else (0, 0, 0)
else:
# blue
pixels[x][y] = (0, 128, 224) if c else (0, 0, 0)
pixels[x][y] = (0, 192, 255) if c else (0, 0, 0)
pixels[x + 1][y] = (0, 0, 0)
else:
if xx % 2: