Search Results

Search results 1-1 of 1.

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

  • HI, I port emWin to stm32f769, use DSI cmd model . I need to use image with alpha , it can be ARGB565 or ARGB4444, the problem is , emWin supports ARGB565, not support ARGB4444, and the DSI supports ARGB444 , not support ARGB565. GUI.h/////////////////////////////////////////// #define GUI_DRAW_BMP444_12 &GUI_BitmapMethods444_12 /* Method table ! */ #define GUI_DRAW_BMPM444_12 &GUI_BitmapMethodsM444_12 /* Method table ! */ #define GUI_DRAW_BMP444_12_1 &GUI_BitmapMethods444_12_1 /* Method table !…