How can I How can I run my program on a circular interface,

I need to let my program run on the circular interface instead of displaying it in a square. What vee do I need to use。like this
image

Hello,
If you want to run a program on a round display, you can use the following VEE Port for the STM32L4R9-DISCO: GitHub - MicroEJ/VEEPort-STMicroelectronics-STM32L4R9-DISCO at 1.0.5

Best regards,
Corentin.

Hello,

In addition to the link provided by Corentin, the documentation about non-rectangular displays for the Virtual Device’s front panel is available here.

For the STM32L4R9-DISCO VEE Port, you can see here how the front panel references the mask: /STM32L4R9DISCO-fp/src/main/resources/STM32L4R9DISCOs.fp
And the link to the mask image: /STM32L4R9DISCO-fp/src/main/resources/mask.png

Best regards,
Jerome