I.MX RT1050 LCD another resolution
Unsolved
Qt for MCUs
-
Hello I have I.MX RT1050 EVK Evaluation Board with LCD but my LCD have resolution 800x480 instead NXPs LCD with 480x272. The problem is that I can not use full LCD (it plots only on part of it) I tried change size in CMakeList unsing set(QUL_PLATFORM_DEFAULT_SCREEN_WIDTH 480)
set(QUL_PLATFORM_DEFAULT_SCREEN_HEIGHT 800 ) and change size in qml file but nothing work. Is there some way to make this LCD work properly witj Qt for MCU? Thank you very much