News

This OLED module uses SPI for communication with the microcontroller. SPI is much faster than I2C, and thus we can get a much better frame rate by using the SPI bus. The module we are using has 7 pins ...
Having used Arthur Liberman’s PCD8544_SPI library with my Nokia 5110 LCD display, I thought I would use it as the basis for this SSD1306_SPI library. The library uses Arduino’s SPI bus. It assumes ...
This is the sketch to display the serial GPS data stream from the Adafruit GPS breakout on a SSD1306 OLED display using the Arduino Nano. Connect the components like this ...
Monochrome 7-pin SSD1306 0.96” OLED display can work on three different communications Protocols such as the SPI 3 Wire mode, SPI four wire mode and IIC mode. ... This communication can happen via IIC ...