Skip to content

Commit eb38e0a

Browse files
committed
Fix offset_top for rect
1 parent 90f04ca commit eb38e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/framerate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
width, height, rotation, backlight, offset_left, offset_top = {
4242
"square": (240, 240, 90, 19, 0, 0),
4343
"round": (240, 240, 90, 19, 40, 0),
44-
"rect": (240, 135, 0, 19, 40, 43),
44+
"rect": (240, 135, 0, 19, 40, 53),
4545
"dhmini": (320, 240, 180, 13, 0, 0)
4646
}[display_type]
4747
except IndexError:

0 commit comments

Comments
 (0)