Search Results

Search results 1-14 of 14.

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

  • UI flashes

    shreevatsa - - emWin related

    Post

    Hi Sven, Thanking you for the guidance and help provided. Regards Shreevatsa Y S

  • UI flashes

    shreevatsa - - emWin related

    Post

    Hi, Sven Thankyou for the solution provided. But as i am using a low memory device, I do not have that much space remaining. Is there any other solution or work arround for the flickering problem. Thankyou Shreevatsa YS

  • UI flashes

    shreevatsa - - emWin related

    Post

    Hi everyone, I have created few windows (2-3 windows) containing list box in each one. When navigation from one to another(deleting one and drawing the other). The screen flickers. Please let me know a solution to this problem. Attached files are the LCD config and GUI config files. Thankyou regards Shreevasta Y S

  • Memory device problem

    shreevatsa - - emWin related

    Post

    GUI_MEMDEV_Handle hMemHome; hMemHome = GUI_MEMDEV_Create(0,0,128,160); I am having, above memntioned code. But the the GUI_MEMDEV_Create() function always return 0. I dont know the reason Please let me know. Thaankyou regards Shreevatsa YS

  • Flickering UI

    shreevatsa - - emWin related

    Post

    hi Sven, Thankyou for the information. Please can you lead me to an example for the implementation of the mem devices (to stop flickering). Or provide me with a URL link, where the information is present. Kindly requesting. thank you Regards Shreevatsa YS

  • Flickering UI

    shreevatsa - - emWin related

    Post

    Hi Ok, thank you for the information on RAM allocation. Please may I know what amount of the RAM is required. Regards Shreevatsa YS

  • Flickering UI

    shreevatsa - - emWin related

    Post

    Hi Sorry for the delay, these are the config files used by me.

  • Flickering UI

    shreevatsa - - emWin related

    Post

    Thankyou Sven. i was using GUIDRV_FLEXCOLOR_M16C0B8 later did change to this GUIDRV_FLEXCOLOR_M16C1B8 after changing my display is not showing anything. I am not able to understand. Pls help me out Thankyou in advance

  • LISTBOX WrapMode

    shreevatsa - - emWin related

    Post

    Hi everyone, I am working a demo project, i have use Listbox in it. Every thing works fine in the normal mode. But When i enable Wrap mode the execution of simulation program hangs. I am not able understand, what may the reason. Please help me out Thankyou in advance

  • Flickering UI

    shreevatsa - - emWin related

    Post

    Thankyou Sven. I am using GUIDRV_FLEXCOLOR driver. I am using ARM cortex M3 processor (STM32F103ZG) And where can i find more information on WM_MULTIBUF_Enable() Thankyou

  • Flickering UI

    shreevatsa - - emWin related

    Post

    Hi everyone, I am working a message composer project, i have use MultiEdit box for the message composing. It works fine in the simulation project. But when i have flashed the program to a target device the multiedit box flicker every time i press a key as i have used gui_exec(); function. If the function is not used, the multiedit box doesn't get updated. Please help me out Thankyou in advance

  • Hai everyone, I am working on a project in which, based on user's selection of the language, the menu and other headers are displayed in the selected language. According to the user manual under the Language support topic i tried using the function GUI_LANG_LoadCSV() for loading the data(Menu items) to RAM first then retrieving it using the function GUI_LANG_GetText(). At the initial stages this worked fine on an embedded environment . Later during during the project as more number of menu items…

  • emWin - Language support

    shreevatsa - - emWin related

    Post

    Hai everyone, i found another method in this same forum. Url of the thread is below GUI_LANG_LoadTextEx issues but even in this method it uses RAM but i am in shortage of Ram. Please help me out.

  • emWin - Language support

    shreevatsa - - emWin related

    Post

    Hi everyone, I have the following files in my project. main.c file contains the main function and string.c file contains the UTF-8 encoded data of a word in english and Korean language. This was my sample code before working on my bigger project in the embedded environment. and is being executed on a microcontroller correctly. C Source Code (24 lines) C Source Code (11 lines) But in my actual project I am having more number of words converted in UTF-8 format, hence leading to in sufficient RAM .…