Perfecto but
Still cant use project settings in file menu.
If i setup custom LCD size here is overwrited , and too still cant change theme usw.
FYI i have started project i 1.1 and 8.2.0 , manualy edit project files for display 240x240 . In new version i need change to 8.3.4 , but display is reset.
Then i repeat manual edit …
I similarly tried editing the Display size using the User Interface in the past, and by directly editing project files and board definitions. It would be nice if this worked better (some bit of the UI allow editting resolution, but not all, and not always respected). I think it varied depending if ESP board or arduino_tft or micropython (I dont use pc SDL), but I could switch between c and micropython by editing project.
Maybe the only way is to define a new board, but would be nice if you can use an existing definition and just update the display size / colour depth / rotation etc for your own needs.
@Marian_M The minimum and maximum display size is declared in the board file.
If you use the default desktop board, you can set the screen size between 64x64 to 2048x2048.
Or you can make a custom board for your project, just make a copy from this board from user/Documents/SquareLine/boards, set a custom group and title, and set the screen parameters in the .slb board file.
Its a simple text file, the tool detects the board type from title, so it has to be unique.