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
735 stars 206 forks source link

Testing on STM32L1 #40

Closed Tstan0 closed 3 years ago

Tstan0 commented 3 years ago

Hello, i am tested this library on STM32L1. Function ssd1306_TestAll(); worked successfully.

I am added ``` #elif defined(STM32L1)

include "stm32l1xx_hal.h" in **ssd1306.h** and#define STM32L1``` in ssd1306_conf.h

afiskon commented 3 years ago

Hi @Teastan0!

Thanks for letting me know. If it's not too much trouble could you please submit a corresponding pull request? If not that's fine, I will make corresponding changes myself, just a bit later.

afiskon commented 3 years ago

Closed by https://github.com/afiskon/stm32-ssd1306/pull/41 Thanks!