Close
0%
0%

SSD1306 OLED Display Library for ESP32

Wrote a I2C library for ESP32. Got it to display on the SSD1306 OLED.

Similar projects worth following
Display and I2C library for the ESP32.

Started working on ESP32. Noticed there was no ESP32 SSD1306 OLED Display Library. So I threw one together in my free time over two days.

It is still rough around the edges, needs refinement but I just wanted to put it out there for someone in case they needed it.

  • Cleaning...

    akbarhash04/24/2017 at 18:16 0 comments

    Cleaned up the code and added i2c address calls to the i2c library to access more than one device on the i2c bus.

View project log

Enjoy this project?

Share

Discussions

Stepan wrote 07/15/2017 at 17:23 point

Works flawlessly, even when there's another device on second I2C.

  Are you sure? yes | no

Guy Fraser wrote 04/24/2017 at 23:31 point

Also just started dabbling with ESP32 and realised no OLED lib, so thanks for this! Will be a few weeks before I get round to the OLED stuff (focus on sensors at the moment) but I'll contribute if I spot any issues.

  Are you sure? yes | no

akbarhash wrote 04/25/2017 at 05:54 point

Thanks. If the sensors are I2C you can use the xi2c files on the github page to easily interface with them. 

To be completely fair there is one or two oled library but it is c++ arduino ide styled library. This is pure C.

  Are you sure? yes | no

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates