Dear visitor, welcome to SEGGER Forum. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
in the past i got a answer how to use STemwin with a SSD1963 controller. Now it was able for me to connect and control the SSD1963.
Here my system -STM32F103VET6 (CZ miniSTM32F103V_-EX-Board) -TFT 7 Zoll with SSD1963 -TFT connected over FSMC with 16 bit data and the control signals (REST, RS, CS, RD, WR) the MCU
It was able for me to init (call the function "LCD_Init()" direct) and write in the memory (call the function "LCD_Fill(0xFFE0)" for yellow) of the SSD1963 to colored the whole screen in yellow color. ==> Connection should work.
But is was not able for me to adapt STemwin in my system. I found out after call "GUI_Init();" the function "LCD_X_DisplayDriver" got only on call with the value "LCD_X_SETORG". No initialisation (LCD_X_INITCONTROLLER) of the tft ("LCD_Init()") is performed. The SysTick_Handler is called periodically.