HomSpace Forum

Full Version: Bug in in OLED.py
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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):