bundlefly clue altimeter code
This commit is contained in:
parent
81345f5590
commit
9dcb4631a6
2 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
Loading…
Reference in a new issue