Skip to content

Commit e2b8b20

Browse files
authored
Merge pull request #5 from makermelissa/master
Renamed blinka image and updated example
2 parents ac0071a + d460be8 commit e2b8b20

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

examples/ra8875_bmptest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ def draw(self, disp, x=0, y=0):
8080
disp.push_pixels(current_line_data)
8181
disp.set_window(0, 0, disp.width, disp.height)
8282

83-
BMP("/blinka.bmp").draw(display, 287, 127)
83+
BMP("/ra8875_blinka.bmp").draw(display, 287, 127)

0 commit comments

Comments
 (0)