Working library for SSD1306 Oled and Wemos D1 board
Posted: Tue Jan 26, 2016 5:15 am
Hi,
I have been playing with a Wemos D1 board and a I2C SSD1306 Oled display.
I found 2 simple libraries that 'just work":
- Example by Dan Bicks : http://www.esp8266.com/viewtopic.php?f=29&t=3256&p=39721#p39721
- Library from Bill Greiman :https://github.com/greiman/SSD1306Ascii
The 1st example is a sketch with Oled code integrated in a Wifi scanner, excellent for learning Oled commands.
The 2nd example is a text-only library, that can easily be added to your own code. It supports the use of print and println, so the learning curve is flat. The provided example HellWorldWire runs without any changes on my Wemos D1.
I have been playing with a Wemos D1 board and a I2C SSD1306 Oled display.
I found 2 simple libraries that 'just work":
- Example by Dan Bicks : http://www.esp8266.com/viewtopic.php?f=29&t=3256&p=39721#p39721
- Library from Bill Greiman :https://github.com/greiman/SSD1306Ascii
The 1st example is a sketch with Oled code integrated in a Wifi scanner, excellent for learning Oled commands.
The 2nd example is a text-only library, that can easily be added to your own code. It supports the use of print and println, so the learning curve is flat. The provided example HellWorldWire runs without any changes on my Wemos D1.