Search Results

Search results 1-9 of 9.

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

  • delay in touch detection

    monjiemegoo - - emWin related

    Post

    hellow guys i have a stm32f103ve microcontroller with 72mhz maximum frequency and a 7inch tft lcd with a gt911 touch ic driver. i write three function for touch ic that iam sure this function work properly. one function for recognize detection and two functions for get the x and y cordinations. for connecting my functions to emwin and use propertis like button and checkbox i add touchscreen file in section input device in section manage runtime environment in keil and chane the file for my use.y…

  • how to use touch in emwin

    monjiemegoo - - emWin related

    Post

    hellow dear florian thanks for repling me there is some steps in emwin user manual in chapter pointer input device for using touch. like Implementing the hardware routines with functions like GUI_TOUCH_X_ActivateX or GUI_TOUCH_X_MeasureX . and in follow it explane how to Calibrate touch screen and some more steps. i need an example that include all of steps for using touch in emwin. can you please upload a complete example for me. thanks

  • emwin touchscreen

    monjiemegoo - - emWin related

    Post

    hi can someone please upload an example that show how to config a touch screen in emwin and where configuration shoud done? and in example show how to use touch screen for a simple action like press a button. thanks

  • how to use touch in emwin

    monjiemegoo - - emWin related

    Post

    hellow guys i have a stm32f103ve micro and a 7 inch tft lcd and a gt911 touch ic. i run emwin on my micro using ssd1963 ic driver and now i wanna add touchscreen in this system. i have some question about that: 1_is this possible that use emwin functions for this touch ic. if it is possible what shoud i do? 2_for adding touch to emwin is that a Specified place in emwin files(like configuration od ssd1963 and portAPI) that i can add touch function. 3_is some one have a example of using this touch…

  • hellow guys i have a stm32f103ve micro and a ssd1963 ic driver for driving a 7 inch tft lcd. in a simple project i use ssd1963 with fsmc to run lcd and now iam shure my init function for ssd1963 will work good. now i wanna run emwin on this system. for this purpose i use one of this forum template for ssd1963 but it isnt work. in attach you can see my lcdconf.c file. please guys help me what i do wrong?

  • derar florian in yout attached file there isnt any thing that show me how to use GUI_MEMDEV_FadeOutWindow(). so far for fadein and fadout i use GUI_MEMDEV_FadeDevices . can you please upload a simple example that show me how to use GUI_MEMDEV_FadeOutWindow(). thanks

  • thank you so much for repling me Florian but i also wanna know how can i create a memory device in to a window in general.

  • hellow guys i wanna create a memory device and pass it to a window then move the window and fadein and fadeout memory device. i know how to move a window and also know how to fadein and fadeout but i dont know how to use memory device capabilitis inside a window also i dont know for such things like that i show use window or child window. please help me and guid whats the best way to do it. thanks

  • Hi i have a 2inch spi tft lcd with st7735 driver and i run emwin library on it using stm32f103ve. i dont use external ram for emwin and just use micro ram for emwin. i can use all of emwin capability except memory device. i try evrything but memory devices wont work. is that because of i dont use external ram or memory devices wont work on spi lcds at all or a Specific configuration for memdevice is exist that i ignor. thanks