Skip to content

Commit

Permalink
Fix offset_top for rect
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Oct 27, 2021
1 parent 90f04ca commit eb38e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/framerate.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
width, height, rotation, backlight, offset_left, offset_top = {
"square": (240, 240, 90, 19, 0, 0),
"round": (240, 240, 90, 19, 40, 0),
"rect": (240, 135, 0, 19, 40, 43),
"rect": (240, 135, 0, 19, 40, 53),
"dhmini": (320, 240, 180, 13, 0, 0)
}[display_type]
except IndexError:
Expand Down

0 comments on commit eb38e0a

Please sign in to comment.