cancel
Showing results for 
Search instead for 
Did you mean: 

STM32MP135F-DK - UI Development

fiyan
Associate II

Hi there,

I am working with the STM32MP135F-DK microprocessor and have already designed the user interface in Figma. Now, I would like to move forward with developing this UI.

Which tool should I use to implement the UI on the STM32MP135F-DK?

If I choose to use Qt Creator, can I use the open-source version for a client project, or would I need a commercial license? Are there any legal limitations or issues I should be aware of?

Thanks in advance for your guidance.

 

1 REPLY 1
vdesespr
ST Employee
Hi fiyan,
 
Please find the list of the different UI available on the STMP32MP135F-DK with ST partner :
- Qt  (QtBridge for Figma / Open-source - Commercial license)
- LVGL (Figma to LVGL plugin / Open Source)
- Candera (Figma import / Commercial license)
- Embedded Wizard (Connect for Figma / Commercial license)
- Crank (support for Figma / Commercial license)
- Altia (plugin Figma / Commercial license)
- Slint (Figma to Slint Plugin  / Commercial license)
 
I let you see at this link : https://www.st.com/content/st_com/en/ecosystems/stm32-graphic-user-interface/stm32-mpu.html to have more detail/and demo of each.
 
Concerning the Qt option. You have a choice between the Open-source or commercial.
You can use the open-source version (ease with the x-Linux-Qt expansion package on top of the OSTL) for 
client project, in this case you need follow the license rule.
 
Please find theses two links about the licenses comparison of QT and Open source consideration..
 
Regards