Search Results

Search results 1-2 of 2.

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

  • I had developed a simple sample GUI using the downloadable demo, before we purchased the actual EmWin. Now, however, most of the logic that I'd implemented for callback handling isn't working. For example: The ICONVIEW is never passing along the WM_NOTIFICATION_RELEASED. I get Clicked, but never a released. This is somewhat important for a touchscreen driven system. What am I doing wrong? I cannot find anything in the documentation that I received that would indicate what events are sent per wha…

  • I'm developing a GUI using EmWin in the simulator on Visual Studio (ICK) and I'm unable to get anything other than the GUI_X_ErrorOut to work, which is not particularly useful. I've got Quote: “#define GUI_DEBUG_LEVEL GUI_DEBUG_LEVEL_LOG_ALL ” in GUIConf.h I only have a SimError.log and it doesn't contain any of the GUI_X_Warn or GUI_X_Log statements that I've put in the code. What am I doing wrong?