afiskon / stm32-ssd1306

STM32 library for working with OLEDs based on SSD1306, SH1106, SH1107 and SSD1309, supports I2C and SPI
https://eax.me/stm32-ssd1306/
MIT License
740 stars 206 forks source link

Add support for STM32G0 #49

Closed berrak closed 3 years ago

berrak commented 3 years ago

I have added PR for STM32G0 mcu to use this library.

berrak commented 3 years ago

To add additional information, I have tested (only) on I2C SSD1306 OLED. I have no SPI SSD1306 OLED.

afiskon commented 3 years ago

Thanks! The PR https://github.com/afiskon/stm32-ssd1306/pull/48 was merged.