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.

  • Refresh flashing how to avoid ?

    hpxzw520 - - emWin related

    Post

    Hi, Thanks for the reply Which display driver, mean what ? I used RGB565, #define COLOR_CONVERSION GUICC_M565 #define DISPLAY_DRIVER &GUIDRV_Template_API

  • Refresh flashing how to avoid ?

    hpxzw520 - - emWin related

    Post

    * A1 * B1 * A2 * B2 * A3 * B3 * A4 * B4 * A5 * B5 Our machine GUI uses emwin, and the whole window background window is the parent window The coordinates are A(A1-A5) and B on the right It's all use Framewin. Between A1 and A6, there is a gap of 1 pixel, so that there is naturally a background color as a dividing line Now there's a pop-up window, and when it opens, it's the part that covers A(A1-A5). Issue: When you close this large window, you can see the process of closing the window. And it …

  • 1920x1080 not ok

    hpxzw520 - - emWin related

    Post

    Hello everyone I use emwin, but it doesn't show properly with 1920x1080, but 1920x720 does. Width x height less than 1400000 is OK, and the memory has been given 20M large than 1400000 is not ok. Is the emwin lib limit ?