QApplication resets LCD???
Mobile and Embedded
1
Posts
1
Posters
539
Views
1
Watching
-
Hello all,
In my project, I have observed that QApplication app(argc, argv) call resets the LCD frame buffer i.e. the earlier data got erased replacing with a blue screen for two seconds and then starting the Qt GUI application. Now, I wish to eliminate the blue screen. Instead i want to restore the earlier data to be displayed before my GUI screen loads. Also someone please explain the functionality of QApplication and its dependency on LCD driver.Please help me in solving the issue. Thanks in advance.