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 DMA support for both I2C and SPI #45

Closed Hertz-Hu closed 3 years ago

afiskon commented 3 years ago

@TargetTriple Once again, many thanks for the pull requests. I very much appreciate your desire to improve the library.

After thinking about it I decided to decline both pull requests https://github.com/afiskon/stm32-ssd1306/pull/43 and https://github.com/afiskon/stm32-ssd1306/pull/45 I don't care much about DMA support, at least at present, and don't feel like maintaining suggested code. I suggest creating a fork of the library if that feels necessary.

Hertz-Hu commented 3 years ago

That's all right, I think both my coding ability and experience about GitHub aren't enough. Thanks for your patient supporting!