Search found 1 match

by Olias
Fri Jul 21, 2017 8:27 pm
Forum: WiPy and CC3200 boards
Topic: ssd1306 driver on WiPy via SPI?
Replies: 1
Views: 3765

ssd1306 driver on WiPy via SPI?

It appears the ssd1306 driver (https://github.com/micropython/micropython/blob/master/drivers/display/ssd1306.py) isn't working for the WiPy. I've had to modify the driver to change pin.high() -> pin.value(1) and pin.low() -> pin.value(0) but clearly there is something else going on. I have an Adafr...