Page 1 of 1

SSD1306 Driver

Posted: Fri Jun 28, 2013 9:05 am
by goeck
Hey everyone,

just wanted to drop a note. I am working on a SSD1306 driver. I have a working prototype, but that has not that much implemented yet, just I2C communication (the SSD1306 is able to speak either I2C, SPI or parallel). The driver is used with the OLED displays available at Adafruit and friends in 128px X 64px or 128px X 32px.
drawing dots, lines and strings is already implemented as well as scrolling (partly).

I have opened another thread asking for help regarding this work in progress. Please have a quick look.

Thanks everyone!
Cheers from Germany

Re: SSD1306 Driver

Posted: Fri Jun 28, 2013 10:21 am
by Tectu
Hey goeck,

Thanks for working on a new driver (and sharing it, as I assume). New drivers are always very exciting since they can make both, ChibiOS/RT and ChibiOS/GFX more interesting for new people.

The problem you mentioned in the other thread is definitely not related to your driver, don't worry.


~ Tectu