Search Results

Search results 1-3 of 3.

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

  • Configuration options

    Rosemarie - - emWin related

    Post

    Hi I am having a similar issue. I am using the ST library -STemWin528_CM7_Keil.lib Insode in the case statement WM_INIT_DIALOG I am callign my item and setting the background colour. But I dont see any difference on the screen, any idea what I might be doing wrong? hItem = WM_GetDialogItem(pMsg->hWin, ID_EDIT_1); EDIT_SetDefaultBkColor(EDIT_CI_ENABLED, GUI_RED); EDIT_SetText(hItem, "12345"); Thanks

  • STemWin Configuration Options

    Rosemarie - - emWin related

    Post

    Hi I am currently testing the STM32F746G Evaluation board. I am using the emWin library ( STemWin528_CM7_Keil.lib ) to draw to the screen. I would like to change the configuration options of some of the widgets. For example the border default of the Edit box. (EDIT_BORDER_DEFAULT) I see the configuration option of the widgets but I do not know how to use them, I have define them in various places, but it doesn't seem to be of any use. Can anyone provide me with any help please. Thanks

  • Hi Does anyone know how to draw a secondary y axis on a graph. Would anyone have tried this already and possibly have a sample? Thanks R0semarie