Search Results
Search results 21-34 of 34.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
ILI9163 LcdConf
PostThanks !
-
ILI9163 LcdConf
PostHi I'm trying to setup the ILI9163 to work with emWin but no success. Anybody have a working example ? Best regards
-
ADS7846 BUSY line
PostHello As far I know in order to use the internal library for this touch controller some functions should be provided by the app. One of them is a function that return the status of the BUSY line. The busy status is predictable because it will be high for one clock (first) during the output cycle. So why is this function needed ? Regards
-
PID wrong values
PostHi I wrote functions GUI_TOUCH_X_ActivateX(), GUI_TOUCH_X_ActivateY(), GUI_TOUCH_X_MeasureX(), GUI_TOUCH_X_MeasureY(). Then checked AD values at different points. After doing this called function GUI_TOUCH_Calibrate() to calibrate the touchscreen. Running sample program TOUCH_Sample.c confirmed everything went OK. Running a simple program with widget and checking touchscreen coordinates with function GUI_TOUCH_GetState() gives wrong values. What coukd be the problem ?
-
Will try. Thank you !
-
Hi Function WM_SendMessageNoPara() works fine inside a Window but not inside a Framwin. In the later case the message never arrives to the callback function. Any idea ? Regards
-
Is there a way to know if a Dropdown widget is open or closed ? Regards
-
Why is this function (in combination with GUI_Exec() so slow ? Is it because it uses polylines. I use an ARM Cortex (50MHz) and a T6963 ( 240 x 128 ) LCD module. Everything works fine and except plotting graphics the GUI is very fast. When updating the LCD with a buffer with 5 points it takes 9s to plot 200 points on the LCD. Regards