-->
Page 1 of 1

SSD1309 SPI OLED Driver for ESP8266

PostPosted: Fri Aug 26, 2016 5:00 am
by karabey
Hello,

I got one of this 2.42" OLED Screen but can not find the Library for Arduino IDE to use it with my NodeMCU.

Can anybody help me out? The Drivers from U8Glib is working with Arduino but not with ESP8266

Image

Re: SSD1309 SPI OLED Driver for ESP8266

PostPosted: Mon Sep 05, 2016 11:39 am
by mrburnette
You may wish to try the code for a 128x64 OLED (I2C) here:
http://www.hackster.io/rayburne/warwalking-a9c021

The controller + pixel matrix is what matters, not the physical size.


Ray