2021-02-04 04:43 PM
I'm currently using a stm32f767 board and I'm going to try lcd this time.
I need to use spi 9bit to write my lcd, but I set the data size to 9bit in the settings window.
I want to implement it as ST7701.
Below is the mode and code I set.
Please check if there is no problem.
Send D/C bits to the first bit together.
I set it up like this.
RESET CS pins, 8-bit data, TxData = cmd | 0x100 and send to HAL_SPI_Transmit_DMA.
CS pin SET check is done like this.
Is this the right way to do a 9-bit transmission?
Solved! Go to Solution.
2021-02-15 11:41 PM
I just solved it with gpio instead of using spi.
2021-02-04 10:56 PM
And what do you see on the SPI pins?
JW
2021-02-15 11:41 PM
I just solved it with gpio instead of using spi.
2023-08-03 03:29 AM
Hello @Ljunh.1 ,
I'm also facing an issue while interfacing ST7701s RGB+SPI(9-Bit) based display.
Could you help by sharing the configuration or demo project.
Regards,
Keshav Aggarwal
2023-08-08 08:25 AM
2023-08-10 01:36 AM
hi Ljunh.1, I waste my time to start ST7701. after 4 days passed to check and recheck the code. I'm using stm32h7 and GPIO for SPI9bit. I attached my code, can you say me whats wrong?! Is RGB DE mode thanks..