Lets try actually setting black instead of white.

This commit is contained in:
shane-powell
2020-11-09 08:11:29 +00:00
parent adfcf895b5
commit ef21b5e5f4

View File

@@ -976,7 +976,7 @@ def main():
image = Image.new("RGBA", (DISPLAY_WIDTH, DISPLAY_HEIGHT), color=(255, 255, 255))
# Setup blank image for darkness
image_blank = Image.new("RGBA", (DISPLAY_WIDTH, DISPLAY_HEIGHT), color=(255, 255, 255))
image_blank = Image.new("RGBA", (DISPLAY_WIDTH, DISPLAY_HEIGHT), color=(0, 0, 0))
# Pick a random selection of plant icons to display on screen