How to choose the Display resolution correctly?

I have a question:

I use a 24-bit Paralell RGB display, but Squareline doesn’t have this resolution?

What do I do ? How to solve ?

https://www.elecrow.com/esp32-display-5-inch-hmi-display-rgb-tft-lcd-touch-screen-support-lvgl.html

Any suggestion ? Where am I going wrong?

Is this adjusted via LVGL?

Squareline is just a drop and drag tool for generating source code that can be implemented into your own project.

When you create a new project in Squareline you can simply change the resolution Squareline is working with in the setup screen. It does not look like it, but you can click the Resolution fileds and change them.

Afterwards, when you have completed your design and exported the source files, you will need to adjust the resolution within the diplay driver you have selected.

1 Like

tanks, Solved!

1 Like