Resizing display is not working

What do you want to achieve?

I want to change the Width and Height of the display after the project has been created

What have you tried so far?

Normally, If during project creation I choose the correct width/height then there is no issues. However, if after creating project I would like to change its properties and change width/height, it will not work.

Perhaps this is because when I have created a project I chose Espressif and ESP32-S2-Kaluga Kit as Board property. By default, the Kaluga board is 320x240. I do not actually develop on Kaluga board but I chose it randomly. I was hoping that I would still be able to change its properties if I want to.

Screenshot or video

As you can see, I have written 555 width, but as soon as I change the cursor position, it will automatically refix itself to default value 320.

Others

  • SquareLine Studio version:
    8.3.6
  • Operating system:
    Windows
  • Target hardware:
    T-Display-S3

As you stated, it is because your project is based on Kaluga kit so to ensure that it will work on that board, SLS will not allow it to change.

Just change your project to Arduino and it will allow you to change that resolution.