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

Custom fonts #50

Closed sasha4erny closed 3 years ago

sasha4erny commented 3 years ago
  1. Thanks for the great job! I am using it with great joy! Perhaps there is a font editor somewhere like this: "https://www.quinapalus.com/hd44780udg.html"
  2. I think the member "SSD1306.Inverted" is used without initialization. Perhaps I was mistaken when I rewrote the library to i2c_DMA_without_HAL. I found random behavior. Assigning value = 0 fixed the problem.
afiskon commented 3 years ago

Thanks for the information, and for the bug report. I fixed it in https://github.com/afiskon/stm32-ssd1306/commit/7297444e3c23007a2211766132af3a744f31c741