bundlefly clue altimeter code

This commit is contained in:
caternuson 2023-03-31 09:06:17 -07:00
parent 81345f5590
commit 9dcb4631a6
2 changed files with 1 additions and 1 deletions

View file

@ -46,7 +46,7 @@ clue.display.show(splash)
# background
bg_bmp, bg_pal = adafruit_imageload.load(
"/network23.bmp", bitmap=displayio.Bitmap, palette=displayio.Palette
"images/network23.bmp", bitmap=displayio.Bitmap, palette=displayio.Palette
)
for i, color in enumerate(bg_pal):
if color == 0xFF0000:

View file

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB