Page 1 of 1

ST7783 driver

Posted: Thu Jun 13, 2013 6:33 pm
by Miogui
Hi all

I've just started a new project on a STM32F4 board + TFT ST7783


Image

I`m looking for a driver for my TFT based on the ST7783.

Is there someone who have already worked on this feature ?
Or maybe this driver got the same caracteristic than an other ?

Many thanks

Re: ST7783 driver

Posted: Thu Jun 13, 2013 7:24 pm
by Miogui
Plop..


I know it's fast,

but I found an C driver on the web and started to write a new GFX driver for this screen..

The Screen is now powered, and I've got the benchmark working...
But I've got some issue with the Ram alignement (I think).

The picture are on the top half of the screen and each line are shift... ???

Maybe this come from the RS pin, connected to the PE3 pin (A19). I'm not sure about this :
#define GDISP_REG ((volatile uint16_t *) 0x60000000)[0] /* RS = 0 */
#define GDISP_RAM ((volatile uint16_t *) 0x60100000)[0] /* RS = 1 */

Re: ST7783 driver

Posted: Thu Jun 13, 2013 8:13 pm
by Miogui
It's works !!!!

I've got a driver working for the ST7783 :

The benchmark give me the result of 17.9Mpx

Re: ST7783 driver

Posted: Thu Jun 13, 2013 10:24 pm
by resset
Wow, that's really good performance:)

Can you share your code with us? Maybe it could be joined into drivers codebase of ChibiOS/GFX:)

Re: ST7783 driver

Posted: Fri Jun 14, 2013 7:20 am
by Tectu
A new driver? Cool!
I'm sorry that I couldn't answer your questions before but there was some after-final exams festival going on >.< But as I can see, you made quite nice without any help. Good work!


~ Tectu