cancel
Showing results for 
Search instead for 
Did you mean: 

Looking for STM32 SPI example for SSD1322-based OLED (NHD-2.7-12864WDW3)

durna
Associate III

Hi,

I'm trying to get a few lines of text displayed on an OLED screen using 4-wire SPI on an STM32H755 board, but I haven't succeeded yet.

I've looked into the sample code provided by the manufacturer (which is Arduino-based), but it hasn’t helped much so far.

Has anyone worked with this display or with the SSD1322 controller before?

I’m mainly looking for example code for the STM32 platform.
I’ll be uploading my current progress to my GitHub repo.

 

Thanks in advance!

1 REPLY 1
AScha.3
Super User

Hi,

you set the SPI mode in Cube ?  correct for ssd1322 ? did you check it with a scope ?

+

There are many libs, just look at another lib, copy it + adapt and try .

maybe try:

https://github.com/MartyMacGyver/OLED_SSD1322/blob/master/Arduino/SSD1322_NHD_256x64_mono_demo/SSD1322_NHD_256x64_mono_demo.ino

or this, for stm32F4 :

https://github.com/wjklimek1/SSD1322_OLED_library

 

 

 

If you feel a post has answered your question, please click "Accept as Solution".