WT32-SC01 Support

I want to create a project the works on a WT32-SC01 Plus.

I have created several projects with Squareline Studio, but I have never been able to create a project that allowed me to select the Wt32-SC01 Plus board.

Should I see the board in the drop down? If so, are there specific settings needed to enable that?

Others

  • SquareLine Studio version:1.5.3
  • Windows 11
  • WT32-SC01 Plus

Thank you,
Michael

1 Like

Hi, unfortunately, the WT32-SC01 Plus board is not directly supported in SquareLine Studio, so you won’t find it in the board selection dropdown.

However, you can still get your project running on this display. Here’s the general workflow I’d suggest:

  1. First, try to get a standard LVGL (Light and Versatile Graphics Library) demo running on your WT32-SC01 Plus. You can find many tutorials online to help you with this step. This will ensure that your basic hardware and graphics library setup is working correctly.
  2. Once the LVGL demo is running, you can export the UI files from your SquareLine Studio project.
  3. Then, by following our guide on the typical development workflow, you can integrate these exported UI files into your project, and it should work on your display. You can find the guide here: Typical Development Workflow

This process allows you to use the power of SquareLine Studio to design your UI and then deploy it on a wide range of devices, even if they aren’t directly listed in the studio.

I hope this helps you get started! Let us know if you have any more questions.