2023-10-03 07:30 AM
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
2023-10-03 07:58 AM
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.
2023-10-06 06:51 AM