I'm trying to access some of the functions of the SH1106 OLED on my macropad, for example, controlling the brightness and sleep function etc., but couldn't find any documentation around that.
I know there's a brightness prop for macropad.display, but don't know the parameter range, is it 0-1 or 0-255 or something else? And for the sleep function, looks like there's a sleep function in the SSD1306 library, but when I try to use macropad.display.sleep() it complains about AttributeError: 'Display' object has no attribute 'sleep', any suggestions?