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

Minor fixes #67

Closed nstepanets closed 1 year ago

nstepanets commented 1 year ago

fixed function names in ssd1306_fonts.h use constants instead of magic numbers in ssd1306_TestBorder()

afiskon commented 1 year ago

Looks good to me. Thanks for the contribution, merged.