Search Results

Search results 1-5 of 5.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • LIstwheel do not work

    skovholm - - emWin related

    Post

    Hi I do have a resitive touch xpt2046 and a ssd1963 screen. All widgets work fine except the listwheel. When i do touch it, it become highlightet in the first row, but it do not move listwheel_getpos return zero i do use GUI_TOUCH_Exec(); to update while (1) { HAL_Delay(10); GUI_TOUCH_Exec(); GUI_Exec(); /* USER CODE END WHILE */ /* USER CODE BEGIN 3 */ } ///// case WM_NOTIFICATION_RELEASED: // USER START (Optionally insert code for reacting on notification message) hItem = WM_GetDialogItem(pMsg…

  • Thanks Hjalmar

  • HI guys need some inspiration. Use a MULTIEDIT to show a character stream comming in. But when haveing to many characters in the multiedit it slows my application down, so i want to have max 200 characters in the multiedit. It means a FIFO routine ..adding one in the end and delete one in the beginning. The best way will be to delete the first line when scrolling the last line... how to make that in an easy way ? Hjalmar

  • YES ...thanks in lcdconf.c just changed //#define DISPLAY_DRIVER_0 GUIDRV_LIN_32 #define DISPLAY_DRIVER_0 GUIDRV_LIN_OXY_32 then i got 180 around ...now just to do the same with the touch ... I did also fix the touch using the BS_touch. But something very strange happend My touch work well on all widgets but not on the MULTI_EDIT ..the cursor has the "old" orientation !!! I do not need the cursor but there have to be a bug in the library some where.. THANKS ;o) Hjalmar

  • Hi Do anybody know how to rotate the screen when using stemwin ... Did try with GUI_Init(); GUI_SetOrientation(GUI_MIRROR_X |GUI_MIRROR_Y); GUI_Exec(); but it did not work ... i tryed to look in lcd_conf but could not get that to work either .... I can do "everything" on the screen so everything is working VERY fine but i just need this little 180 turning the screen... Who have the golden words ? Hjalmar