Skip to content

Commit e58d775

Browse files
committed
Replaced biketrace with blinka-pyloton
1 parent 6a731f2 commit e58d775

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

-57.4 KB
Binary file not shown.
56.3 KB
Binary file not shown.

CircuitPython_Pyloton/pyloton.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def show_splash(self):
152152
"""
153153
if self.debug:
154154
return
155-
with open('biketrace.bmp', 'rb') as bitmap_file:
155+
with open('blinka-pyloton.bmp', 'rb') as bitmap_file:
156156
bitmap1 = displayio.OnDiskBitmap(bitmap_file)
157157

158158
tile_grid = displayio.TileGrid(bitmap1, pixel_shader=displayio.ColorConverter())

0 commit comments

Comments
 (0)