SEGGER - Florian Administrator

  • Member since Oct 24th 2019

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

  • SEGGER - Florian -

    Replied to the thread Creating rotated rounded rectangles.

    Post
    Hi, until we add such a function to emWin, one way to do this would be by drawing anti-aliased lines and anti-aliased arcs. However, the results won't be 100% accurate, as a slight difference in line thickness between the lines and the arc may become…
  • SEGGER - Florian -

    Replied to the thread Unable to use alpha bitmaps on hardware.

    Post
    Hi, Uncompressed alpha bitmaps (GUI_DRAW_A8) were added fairly recently with emWin V6.40. Are you maybe using an older emWin library that does not support this feature? If you use an older library, you can instead use the compressed alpha bitmap format…