Setting text in Icons

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

  • Hello,
    Thanks for the previous reply. I would also like to know the details and usage of following items in file GUI.h

    #define GUI_DRAW_BMP8888 &GUI_BitmapMethods8888 /* Method table ! */


    While converting an image in Bitmap Converter this entity is by default placed in array of type "GUI_BITMAP" as its last element.
    Please let me know where can I find this function pointer's details and what argument it uses. For example in which situation to use GUI_DRAW_BMP8888, or GUI_DRAW_BMPM888 or GUI_DRAW_BMP888.
    Which macro to use in which kind of situation?

    Thanks
  • Hello,

    This identifier is not intended for direct use. It is automatically used by the Bitmap Converter in order to pass the according drawing methods for bitmaps including data of a certain color format.

    Please note that solely identifiers are intended to be used by the application which are documented in the emWin user manual.

    Best regards,
    Adrian