missed parem

This commit is contained in:
Sundog Jones 2020-08-02 12:26:48 -07:00
parent 1f24767658
commit f454d88877
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ class SoundslabDisplay:
# a translucent red background rectangle for the menu area itself # a translucent red background rectangle for the menu area itself
menu_overlay.rectangle([(21,21), (self.screen_size[0] - 21,self.screen_size[1] - 21)], (200, 0, 0, 127) menu_overlay.rectangle([(21,21), (self.screen_size[0] - 21,self.screen_size[1] - 21)], (200, 0, 0, 127))
offset_from_top = 21 # start at the 21st row of pixels to draw inside the outer overlay offset_from_top = 21 # start at the 21st row of pixels to draw inside the outer overlay
font = ImageFont.truetype(font='/usr/share/fonts/truetype/hack/HackRegular.ttf', size=14) font = ImageFont.truetype(font='/usr/share/fonts/truetype/hack/HackRegular.ttf', size=14)