cancel
Showing results for 
Search instead for 
Did you mean: 

STM8S103F3 and OLED 128x32

Zdenek
Associate

Please I have mini board with processor STM8S103F3 and I need use I2C communication for OLED 128x32 panel SSD1306. Is there examples for ARDUINO IDE or STV Developer and Cosmic.

Thank you very much

Zdenek

2 REPLIES 2

Find STM8 I2C Examples, there should be several SSD130x examples in C, port them over. The initial work is mostly sending configuration parameters/commands, and then writing to the internal RAM with a bitmap representation of the screen.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

I've ported my own library from AVR. It is not fully tested (i've lost my last display before fully tested this code). You can try it.