emwin wrong display on the pic32 with xor mode

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

    • emwin wrong display on the pic32 with xor mode

      emwin wrong display on the pic32 with xor mode
      driver: GUIDRV_LIN_32
      test codes:
      GUI_SetBkColor(GUI_BLUE);
      GUI_SetColor(GUI_RED);
      GUI_Clear();
      // GUI_SetPenSize(1);
      GUI_SetDrawMode(GUI_DRAWMODE_NORMAL);
      GUI_FillCircle(120, 64, 40);
      GUI_SetDrawMode(GUI_DRAWMODE_XOR);
      GUI_FillCircle(140, 84, 40);
      Images
      • QQ截图20180919091225.png

        215.26 kB, 508×364, viewed 375 times
    • Hi,

      Which version of emWin are you using?
      Take a look into GUI_Version.h.

      Can you send your configurations files?
      GUIConf.c
      GUIConf.h
      LCDConf.c
      LCDConf.h

      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.