From f454d88877e25c79143a6ef3af1171549f812284 Mon Sep 17 00:00:00 2001 From: DJ Sundog Date: Sun, 2 Aug 2020 12:26:48 -0700 Subject: [PATCH] missed parem --- SoundslabDisplay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoundslabDisplay.py b/SoundslabDisplay.py index f5234a0..baa8d44 100644 --- a/SoundslabDisplay.py +++ b/SoundslabDisplay.py @@ -86,7 +86,7 @@ class SoundslabDisplay: # 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 font = ImageFont.truetype(font='/usr/share/fonts/truetype/hack/HackRegular.ttf', size=14)