Hello,
I'm new to SPI and thereforge a little confused what to send to the screen.
I tried to send the SOO command or the CL command, however nothing happend.
When i plug my screen into the Supply the start streen "SPI:SS enable V2.7" and the logo is shown. I think i have a screen with version 2.7.
In the manual i read that i have to put 2 bytes value on the beginning to indicate the data length of command set.
So i have to send 0x00\0x00\0x53(S)\0x4F(O)\0x4F(O)\0x00 to turn the screen off?
and in the SPI transceiver flowchart it looks like i have to pull the SS pin after every 8 bit to high and then back to low.
SS pin low -> 0x00 -> SS pin High -> SS pin low -> 0x00 -> SS pin High -> SS pin low -> 0x53...
best regards
madcookie