• emWin Memory Aloc.
    I want to use emWin to draw a GIF file or a jpeg File to my screen. I have to do this at run time, since I will not know what the picture is until then. I have used GUI_GIF_DrawEx(); function, because...
  • emWin Memory Aloc.
    I want to use emWin to draw a GIF file or a jpeg File to my screen. I have to do this at run time, since I will not know what the picture is until then. I have used GUI_GIF_DrawEx(); function, because...
  • emWin Configuration with Memory allocation issue
    I am trying to write my own LCD driver with emWin, I use the GUIDRV_Template, and GUICC_1 Color conversion. When I called the GUI_DEVICE_CreateAndLink(DISPLAY_DRIVER, COLOR_CONVERSION, 0, 0), the device...
  • emWin Configuration with Memory allocation issue
    I am trying to write my own LCD driver with emWin, I use the GUIDRV_Template, and GUICC_1 Color conversion. When I called the GUI_DEVICE_CreateAndLink(DISPLAY_DRIVER, COLOR_CONVERSION, 0, 0), the device...
  • emwin: GUI_PNG_DrawEx
    I play around with emwin, MDK-Professional and the LPT1760 Board. Every thing works fine when I draw a bitmap with GUI_BMP_DrawEx. The same project with GUI_PNG_DrawEx instead response with ...