Rui and Sara
May I have your advise, I have try I2C with OLED follow your code (https://github.com/RuiSantosdotme/ESP-MicroPython/blob/master/code/Others/OLED/main.py ), but the result is error as below:
Traceback (most recent call last): File "D:\lab ESP32\sample code\oledtest.py", line 15, in <module> TypeError: function missing 1 required positional arguments
Which I do not know what wrong with my ESP32 or not I use devkit V1. pin assign have rechecked. please advise or if you need more detail I can provide.
1 Answers
Hi.
Have you loaded the ssd1306 module to your board? https://github.com/RuiSantosdotme/ESP-MicroPython/blob/master/code/Others/OLED/ssd1306.py
Can you please provide more details?