Skip to main content
Visitor II
October 3, 2023
Question

STM8S103F3 and OLED 128x32

  • October 3, 2023
  • 2 replies
  • 4777 views

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

    This topic has been closed for replies.

    2 replies

    Tesla DeLorean
    Guru
    October 3, 2023

    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 VenmoUp vote any posts that you find helpful, it shows what's working..
    Michal Dudka
    Lead
    October 6, 2023

    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.