Bug in in OLED.py
Started by hansehv




0 posts in this topic
hansehv

168 posts 17 threads Joined: Dec 2020
Bug  04-02-21, 23:39 -
#1
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):