, 인줄 알았는데 : 로 해주어야 하네
QT_QPA_PLATFORM=linuxfb:fb=/dev/fb1:nographicsmodeswitch ./qt_app
nographicsmodeswitch Specifies not to switch the virtual terminal to graphics mode (KD_GRAPHICS). Typically, enabling graphics mode disables the blinking cursor and screen blanking. However, when this parameter is set, those two features are also skipped. |
[링크 : https://doc.qt.io/qt-5/embedded-linux.html]
export QWS_DISPLAY="<driver>[:<driver specific options>]... [:<display num>]" |
[링크 : https://qt.developpez.com/doc/4.7/qt-embedded-displaymanagement/]
'Programming > qt' 카테고리의 다른 글
qt 변수 초기화 문법, cpp 초기화 리스트 (0) | 2021.12.08 |
---|---|
qt framebuffer에 출력하기 (0) | 2021.02.09 |
qt - ts / qm (0) | 2015.02.24 |
qt 5.3 cross compile 조사 (0) | 2015.01.21 |
qt 4.x/5.x INSTALL_PATH (0) | 2015.01.20 |