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
771 stars 213 forks source link

Add DMA support for both I2C and SPI #42

Closed Hertz-Hu closed 3 years ago

afiskon commented 3 years ago

One more thing. Since this is an optimization it would be nice of you to provide benchmark tests you did to verify

and corresponding results. Including all this in the documentation would be perfect.

Hertz-Hu commented 3 years ago

OK. It's my first time to PR in github. You're very patient and kind! Really thank you!