Fast window updation

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

    • Fast window updation

      HI
      I wants to update window fastly. My microprocessor speed is 300 Mhz.
      LCD refresh speed is 30 Mhz.How can I do this?
      For ex:I wants to refresh 5 windows with images and texts.
      Is there any formula to determine my refreshing speed?

      Thanks
      R Sridhar
    • Hi Sridhar,

      the fastest way to do this would probably be this:

      C Source Code

      1. while(1) {
      2. WM_InvalidateWindow(hWin);
      3. GUI_Exec();
      4. }
      If if doesn't have to be that fast, you can use GUI_Delay(ms) instead of GUI_Exec().

      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.