Skip to content

Commit 3413378

Browse files
authored
Merge pull request #2466 from caternuson/alti_update
Bundlefly CLUE altimeter code
2 parents 81345f5 + 9dcb463 commit 3413378

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CLUE_Altimeter/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
# background
4848
bg_bmp, bg_pal = adafruit_imageload.load(
49-
"/network23.bmp", bitmap=displayio.Bitmap, palette=displayio.Palette
49+
"images/network23.bmp", bitmap=displayio.Bitmap, palette=displayio.Palette
5050
)
5151
for i, color in enumerate(bg_pal):
5252
if color == 0xFF0000:
File renamed without changes.

0 commit comments

Comments
 (0)