Raspberry Pi - Display and Output
You wrote this code to display 'Hello' on the OLED but nothing appears:
oled.text('Hello', 10, 10)
oled.fill(0)
oled.show()
What is the problem?