sbrin / lopaka

Lopaka - Stunning graphics for embedded systems displays
https://lopaka.app
Apache License 2.0
319 stars 19 forks source link

New tool: Rounded box #55

Closed sbrin closed 2 months ago

sbrin commented 7 months ago

Implement new Rectangle property: Rounded corners

Rectangle layer should have a checkbox to enable-disable rounded corners.

It has native u8g2 support:

drawRBox drawRFrame

AdafruitGFX has it as well: drawRoundRect & fillRoundRect

FlipperZero:

canvas_draw_rframe(canvas, x, y, width, height, radius)
canvas_draw_rbox(canvas, x, y, width, height, radius)