How to Create A Circle Split into Individual Buttons?

Description

I would like to surround a circle with 8 buttons that also make a circle shape. See my rough drawing:
Untitled

The inside of the circle will mimic a bubble level, and the outside will make up and down buttons for each side.

What LVGL version are you using?

8.0

What do you want to achieve?

See above.

What have you tried so far?

Drawing a circle over top of a grid of buttons, but this doesn’t handle spacing between the buttons well and I can’t get the buttons to make the circle shape.

Any ideas on how to handle this? Thanks!