Search found 2 matches

by skymast
Fri Jun 11, 2021 7:42 pm
Forum: Raspberry Pi microcontroller boards
Topic: SSD1306 using SPI
Replies: 2
Views: 2466

Re: SSD1306 using SPI

Thank you very much - that's solved my problem. I was following the tutorial for the RP2xxx - which seemed sensible!! :) The tutorial for the ESP8266 which you linked to was different, but actually worked. Go figure ... For future reference - here is my working setup 1 GND --> GND 2 VDD --> 3.3V 3 S...
by skymast
Fri Jun 11, 2021 6:38 pm
Forum: Raspberry Pi microcontroller boards
Topic: SSD1306 using SPI
Replies: 2
Views: 2466

SSD1306 using SPI

Hi I have an SSD1306 Oled 128x64 It looks identical to the one on this page https://simple-circuit.com/ssd1306-oled-spi-mode-pic-mcu-mikroc-projects/ The resistors are configured for it to be in SPI mode. I can't get it to display anything at all. I'm not sure if it is a wiring problem or a software...