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

Improving performance a little #72

Closed colombojrj closed 9 months ago

colombojrj commented 9 months ago

With STM32F103 (BluePill at 72 MHz) this function was 300 us faster.

afiskon commented 9 months ago

Looks good to me. Thanks for the contribution.