cover-art.py: removed unused variable

This commit is contained in:
thirdr 2025-01-23 15:54:31 +00:00
parent 228ecb1fc6
commit 3c0b40e220

View File

@ -21,8 +21,6 @@ i75 = Interstate75(display=DISPLAY_INTERSTATE75_128X128, stb_invert=False, panel
display = i75.display
WIDTH, HEIGHT = display.get_bounds()
WHITE = display.create_pen(255, 255, 255)
p = pngdec.PNG(display)