Search found 2 matches

by MicroPythoneer
Sat Aug 13, 2016 7:42 pm
Forum: ESP8266 boards
Topic: ssd1306 using I2C on the esp8266
Replies: 54
Views: 64625

Re: ssd1306 using I2C on the esp8266

[quote="mcauser"]@deshipu I'd like to test your modifications to the ssd1306 driver on my WeMos OLED shield (64x48). I think I am missing a step. [code] >>> import ssd1306 Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: no module named 'ssd1306' [/code] Do I need ...
by MicroPythoneer
Sat Aug 13, 2016 6:27 pm
Forum: Drivers for External Components
Topic: Using the ssd1306.py driver on the ESP8266
Replies: 3
Views: 4830

Using the ssd1306.py driver on the ESP8266

Hi, I've flashed the `ESP8266` version of `MicroPython` to my `ESP8266` development board (Amica) and I'm trying to use the official `ssd1306` driver found in `micropython/drivers/display/` directory on the GitHub page (here: https://github.com/micropython/micropython/blob/73bc0c24ab6419b3f41cb27228...