User Activity

Posted on July 06, 2017 at 11:45hi,I am trying to create window menu as per below code that got 4-5 edit text box in it.Issue is how to get acknowledgement of clicked edit text boxvoid vCreateNewTestWindow(void){GUI_RECT rect;int16_t yPos; LCD_Clear...
Posted on June 14, 2017 at 09:24I had created a image icon menu and want to change bitmap when some one make a click on any icon.Which function should i use for this, below is the code for reference. void vGeneralFunction_StartTest(void){ WM_HWIN  ...
Posted on August 17, 2015 at 07:59Hi.I had worked with sm32f429 interfaced with SSD1963 controller to drive TFT, for now TFT work good. but it seems and checked if I come on one page and than go to another page and than repeat this process again and...
Posted on June 20, 2014 at 07:18Hi, i am working with SSD1963 7''TFT(800x480) with stm32f407 168 MHz discovery board, SSD1963 driver work fine initializing data bus and control pin as GPIO, but with slow response on TFT, right now refresh rate that ...