HomSpace Forum
Bug in in OLED.py - Printable Version

+- HomSpace Forum (https://homspace.nl/forum)
+-- Forum: SamplerBox (https://homspace.nl/forum/forum-1.html)
+--- Forum: Community (https://homspace.nl/forum/forum-2.html)
+--- Thread: Bug in in OLED.py (/thread-6.html)



Bug in in OLED.py - hansehv - 04-02-21

Hi,
The image in Sbox20200810.zip is reported to have a bug (github is OK, so it's an unexpected regression).
Fix: line 68
Code:
def display(msg,menu1,menu2,menu3):
should be
Code:
def display(self,msg,menu1,menu2,menu3):