Flickering issue with text and image

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

  • Hi,

    There is no need to use WM_Update() and it has nothing to do with multibuffering. The window manager recognizes automatically if an area is invalid or not and handles the drawing.

    To avoid flickering you can enable automatic use of multibuffering with a call of WM_MULTIBUF_Enable(). If you want to handle multibuffering manually call GUI_MULTIBUF_Begin() before and

    Another possibility is to use the create flag WM_CF_MEMDEV on creating
    a window/widget. If the flag is set, the window manager will use memory
    devices automatically.

    Best regards,
    Sven
    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.