Using Memory Device with Windows Manager

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

    • Using Memory Device with Windows Manager

      Hi, I want to know how can I use Memory Devices with Windows Manager. I want to display an indicator in a window and rotate the cursor according the special value (like a gauge).
      I already used MEMDEV_AutoDev.c file and it is really good. But I want to use it in a window. I have other menus and I want to use GUI_EndDialog to close that gauge window and display other menus.

      Thank you.
    • Hi,

      You can write the contents of a memory device into a window using GUI_MEMDEV_WriteAt().

      You should make sure to delete the memory device when it is not needed anymore using the routine GUI_MEMDEV_Delete(). It makes sense to do this in a WM_DELETE case in your dialog callback routine.

      Best regards,
      Florian
      Please read the forum rules before posting.

      Keep in mind, this is *not* a support forum.
      Our engineers will try to answer your questions between their projects if possible but this can be delayed by longer periods of time.
      Should you be entitled to support you can contact us via our support system: segger.com/ticket/

      Or you can contact us via e-mail.