ssd1963 tft lcd mikroc pic manufacturer

I am trying to interface a 5" 480x800 TFT display with SSD1963 graphics driver with PIC18F47K40. I have created a custom pattern in "Edit Project" option where i have created a 16bit parallel interface configuration bit pattern with SSD1963 controller and No touch controller. I have used Mikro C Pro for PIC compiler and project is created as VTFT. I have used internal oscillator 64MHz, and the configuration bit is
I am trying to simply interface the display with the MCU where only "TFT" word will display. I have connected the PORTB and PORTD pins as 16bit DATA pins and used some pins of PORTC for CS,RS,RD,WR and RST. Also one for BLED. Code is created successfully and generated a hex file. I have connected all the pin as like the program
Thanks for your reply. I have modified the configuration bits as per your modification. I have also modified the TFT pattern because earlier the display setting was 864x480 , now i have modified it to 800x480. After that the code is generated successfully and hex file is created. For confirmation of execution of this code properly i have put a LED blink at RC6 bit. After uploading the program in MCU, the LED blinking is well but nothing found in the display. I have checked every connection and supply the whole circuit 3.3v only 5V DC at display Vdd pin. It is recommended by the display manufacturer because there is a on board voltage regulator AMS1117 for 3.3V supply to display. See the connection here
Please check your hardware connections again. It could be that your display requires different parameters, that is why TFT_defs.c file is open source, so users can edit and add their own graphic controllers.
I have tried to identify the issue with display. But i am not sure what is the difference between your SSD1963 based display and my one. However, I have tried a simple code for just fill screen the TFT and i have written the cone in standard program with PIC18F452. See the code here
Finally I am success to interface my TFT display using VTFT. Several times checking debug i have found the issue. The existing library in MikroC is found specially for Proto or for 18 bit LCD interface. My display is 24bit LCD driving. That"s why my SSD1963 needed to configure 16 bit interface with MCU and 24 bit interface with LCD. And some others initialization setting need to changed for my display. Now it is OK for me.

Here is my modified version of __Lib_TFT_Defs.c for the PIC32 C compiler. Now with this version it is possible to use with Visual TFT, the popular 7inches 800x480 display found on this page.

Thin film transistor liquid crystal display (TFT-LCD) is a variant of liquid crystal display (LCD) which uses thin-film transistor (TFT) technology to improve image quality (e.g., addressability, contrast).
TFT LCDs are used in television sets, computer monitors, mobile phones, handheld video game systems, personal digital assistants, navigation systems, projectors, etc.
void TFT_Set_Brush(char brush_enabled, unsigned int brush_color, char gradient_enabled, char gradient_orientation, unsigned int gradient_color_from, unsigned int gradient_color_to);
void TFT_Rectangle_Round_Edges(unsigned int x_upper_left, unsigned int y_upper_left, unsigned int x_bottom_right, unsigned int y_bottom_right, unsigned int round_radius);
void TFT_Partial_Image(unsigned int left, unsigned int top, unsigned int width, unsigned int height, code const far unsigned short * image, unsigned short stretch);
void TFT_Ext_Partial_Image(unsigned int left, unsigned int top, unsigned int width, unsigned int height, unsigned long image, unsigned short stretch);

ER-TFTM050-5 is 800x480 dots 5" color tft lcd module display with SSD1963 controller board,superior display quality,super wide viewing angle and easily controlled by MCU such as 8051, PIC, AVR, ARDUINO, and ARM .It can be used in any embedded systems,industrial device,security and hand-held equipment which requires display in high quality and colorful image.
Of course, we wouldn"t just leave you with a datasheet and a "good luck!".Here is the link for5" TFT capacitive touch shield with libraries,examples,schematic diagram for Arduino Due,Mega 2560 and Uno. For 8051 microcontroller user,we prepared the detailed tutorial such as interfacing, demo code and development kit at the bottom of this page.

ER-TFTM070-4V2.1 is the updated version of ER-TFTM070-4,that is 800x480 dots 7" color tft lcd module display with ssd1963 controller board,superior display quality,super wide viewing angle and easily controlled by MCU such as 8051, PIC, AVR, ARDUINO, and ARM .It can be used in any embedded systems,industrial device,security and hand-held equipment which requires display in high quality and colorful image.
Of course, we wouldn"t just leave you with a datasheet and a "good luck!".Here is the link for7" TFT capacitive touch shield with libraries,examples,schematic diagram for Arduino Due,Mega 2560 and Uno. For 8051 microcontroller user,we prepared the detailed tutorial such as interfacing, demo code and development kit at the bottom of this page.

If you plan to use a controllerless system you need to manage the screen... You"ll need a BIG micro... A good deal of ARM chips provide an LCD interface... Microchip"s pic32 can do controllerless but takes up timers and other resources..
MikroC provides low level access to controllers.... But there are MANY examples on the net... I have mono graphical libraries that I use with MikroC... for several different controllers..

it is easily controlled by 8051, PIC, AVR, ARDUINO, and ARM via MCU interface.It supports 6800, 8080 8-bit /9-bit/16-bit/18-bit/24-bit parallel interface.

As you said I check with only displaying the screen and my controller will do no more after filling the screen, I hope you know that SSD1963 will refresh continously from the inbuilt buffer to the screen. I tried by halting my controller after the screen displayed. even there is a flicker. I hope u will get some more from this point. When i powered my module it displays perfectly and no flicker at all exactly after a two minutes it get flicker even my MCU was in halt. I doubted with the capacitors on the power section and the current sourcing of my 3.3 and 1.2 volt regulators, But they are healthy enough to supply required current. Even i recycle the power immidiately right after the flicker occur the secong time also flickering. If i left for few minutes without powering then i apllied power means it works well for same two minutes and then flicker starts. My regulators are cool only, but i observed little warm over the SSD1963, so i tried with the heat sink also but no effect. I have two panels in both panels same result only, So i couldn"t doubt the panel. I hope your discussion...

The WF43QTIBEDBND is a 4.3 inch TFT LCD Display which is Winstar WF43H extended model with SSD1963 controller board plus a 36 pin-out connector on board. The model is available in 8080 family MPU 8 bit or 16 bit interface option and pre-defined pin no. 33 ~ 36 as backlight supply; so there is no need to design extra backlight circuit. This 4.3" TFT LCD panel is feature with Glare coating surface panel having benefited of less-reflective.
Winstar Q series is support with Solomon SSD1963 Which has the traditional inputs and drive TFT by VESA signal. Therefore, there is no need of T-COM circuit on board. Besides, we have integrated all functions including TFT connection, backlight driver, and touch panel into only one connection.
Ms.Josey
Ms.Josey