ST7783 driver

Miogui
Posts: 3
Joined: Thu Jun 13, 2013 9:49 am

ST7783 driver

Postby Miogui » Thu Jun 13, 2013 6:33 pm

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

Miogui
Posts: 3
Joined: Thu Jun 13, 2013 9:49 am

Re: ST7783 driver

Postby Miogui » Thu Jun 13, 2013 7:24 pm

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 */

Miogui
Posts: 3
Joined: Thu Jun 13, 2013 9:49 am

Re: ST7783 driver

Postby Miogui » Thu Jun 13, 2013 8:13 pm

It's works !!!!

I've got a driver working for the ST7783 :

The benchmark give me the result of 17.9Mpx

resset
Posts: 32
Joined: Thu Dec 20, 2012 11:57 pm
Location: Poland
Has thanked: 2 times
Been thanked: 1 time
Contact:

Re: ST7783 driver

Postby resset » Thu Jun 13, 2013 10:24 pm

Wow, that's really good performance:)

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

User avatar
Tectu
Posts: 1226
Joined: Thu May 10, 2012 9:50 am
Location: Switzerland
Contact:

Re: ST7783 driver

Postby Tectu » Fri Jun 14, 2013 7:20 am

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


Return to “LCD Driver and Graphic Framework”

Who is online

Users browsing this forum: No registered users and 6 guests