We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dbcb10 commit c5fea2aCopy full SHA for c5fea2a
examples/ssd1680_simpletest.py
@@ -50,7 +50,8 @@
50
51
g = displayio.Group()
52
53
-with open("/display_ruler.bmp", "rb") as f:
+# Note: Check the name of the file. Sometimes the dash is changed to an underscore
54
+with open("/display-ruler.bmp", "rb") as f:
55
pic = displayio.OnDiskBitmap(f)
56
t = displayio.TileGrid(pic, pixel_shader=pic.pixel_shader)
57
g.append(t)
0 commit comments