Those pins worked a treat. The display updates in 3.4 milliseconds now. It was 35 milliseconds when i was using I2C, Massive difference.
Being able to pick the SPI pins will also help when...
Type: Posts; User: NuttyMonk
Those pins worked a treat. The display updates in 3.4 milliseconds now. It was 35 milliseconds when i was using I2C, Massive difference.
Being able to pick the SPI pins will also help when...
Very interesting.
Thanks, will check it out.
NM
Thanks defragster.
It's good to get confirmation.
Much appreciated
NM
Am i correct in saying that these are how the pins are labelled on the Teensy 3.2?
MOSI = DOUT (Pin 11)
SCK = SCK (Pin 13)
Can i pick another SCK pin such as pin 14? If so would i have to...
p.s. i've just realised that i might need to hook up more than 3 pins from the Teensy 3.2 and the SSD1306. I still have enough free pins on the Teensy 3.2 in my project but am even more confused...
Hi all,
i've been trying to get hardware SPI to work for my SSD1306 (Adafruit Monochrome 1.3" 128x64 OLED graphic display - STEMMA QT / Qwiic) display on a Teensy 3.2 but with no luck. I've been...