Library for SSD1306 displays with I2C interface

Working libraries, libraries being ported and related hardware
Post Reply
i998
Posts: 9
Joined: Wed Feb 23, 2022 2:14 am

Library for SSD1306 displays with I2C interface

Post by i998 »

FYI - I made a version of a library for SSD1306 displays with I2C interface to use with STM32 LibMaple Core:
https://github.com/i998/SSD1306_i2c_STM32

It uses a pointer to I2C object ( I use hardware I2C on Maple Mini) in order to reduce potential problems with redefining Wire etc.

Hope that helps.
User avatar
fpiSTM
Posts: 1745
Joined: Wed Dec 11, 2019 7:11 pm
Answers: 91
Location: Le Mans
Contact:

Re: Library for SSD1306 displays with I2C interface

Post by fpiSTM »

Thanks for sharing.
Post Reply

Return to “Libraries & Hardware”