Custom drawing in LVGL v8

The problem is that not only the styles but the draw engine itself doen’t have the flexibility to draw different radius on each corner.

You can do 2 things:

  1. Use an image
  2. Use lv_imgbtn which required smaller images and has more flexibility.