I’m developing a Windows application with lv_port_pc_visual_studio and simultaneously on an embedded Linux machine with a 7-inch display using the fbdev driver. I have the same values configured in both places: /* Horizontal and vertical resolution of the display. */ #define LV_HOR_RES_MAX 800 #define LV_VER_RES_MAX 480
But when I run the application on Windows, the layouts look fine, but then in Linux, they overlap each other.
Do you have any idea why this happens? What should I configure to get the same display?