Jump to content

xietao

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by xietao

  1. I want to display an 18*18 png image, but I can't display it, and when I debug, I found that I need to apply 36k heap memory to decode using the png decoder, where sizesizeof(PNG_decode) requires 35k, and my image data only needs 154 bytes of memory. This situation makes my MCU unable to display png images, how can I fix it?
  2. As you can see, the resulting circle has some missing corners, how should I fix it?
  3. Here's my code: gdispGFillCircle(g, 120, 120, 30, HTML2COLOR(0xFF8D1A)); And Anti-aliasing is turned on. #define GDISP_NEED_ANTIALIAS GFXON
×
×
  • Create New...