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

[Solved] There is always a vertical line on the right side of the screen #52

Closed leesohaeng closed 2 years ago

leesohaeng commented 2 years ago

Hi I am honored to use your code.

There is a problem with the ssd1306 test. I used your ssd3606 sample code and connected the ssd1306 using SPI. The code runs almost perfectly on SSD1306. However, there is always a vertical line on the right side of the screen.

Any code fixes? ssd1306

afiskon commented 2 years ago

@leesohaeng hi! Try changing SSD1306_WIDTH as described here and re-compiling everything. Let me know if it helps.

leesohaeng commented 2 years ago

Hi Solved. And I changed the starting position of x to 2 in some places. Thank you very much for your help. ssd1306_2