Search Results

Search results 1-3 of 3.

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

  • 2D graphics primitives

    Jack74044 - - emWin related

    Post

    Thank you very much Sven!

  • 2D graphics primitives

    Jack74044 - - emWin related

    Post

    Sven wrote: Where does it get clipped? Do you draw it into a window or a memory device? If yes, enlarge the window or device. Of course you could also reduce the radius of the circle by the pen size. Jack74044: I'm not drawing the circle in a window, all shapes can be drawn using the entire LCD screen, the circle is just a small part on it, and get clipped as in the picture in the first post. If I reduce the radius by half the pen size, or even half the radius, the problem still exists, so it is…

  • 2D graphics primitives

    Jack74044 - - emWin related

    Post

    Hi I have just started to get my feet wet with STemWin, bundled in STM32CubeMX. emWin version is 5.44+, running on an stm32f7 discovery board (STM32F756, and 480x272 LCD). Because maybe I'd like to use it professionally, once I have experience with it. Unfortunately, I run into some issues, and I have some questions. - When drawing these shapes: GUI_DrawRect, GUI_DrawRoundedRect, and GUI_DrawCircle, the PenSize is ignored, but other shapes use it. The size was reduced to 1 for these shapes. Is i…