Hello,
I have a question about the MainTask generated by AppWizard. When I export and save a project with AppWizard, the while(1) of APPW_MainTask.c appears like this:
I wasn't able to make the display work like this, as the uC sent only what apperas as a "clear" function (all 0x00 written to the LCD driver RAM) and then nothing else. However, here on the forum and on some other examples online, I found that people have the while(1) of the MainTask written like this:
I tried, and the display now works as intended. Why is that I have to manually add the "while (GUI_Exec1())"? Am I missing something on the project settings?
It bugs me that I have to keep the code on an external text file because everytime I edit the project from AppWizard I have to change the MainTask again.
Tanks!
I have a question about the MainTask generated by AppWizard. When I export and save a project with AppWizard, the while(1) of APPW_MainTask.c appears like this:
I wasn't able to make the display work like this, as the uC sent only what apperas as a "clear" function (all 0x00 written to the LCD driver RAM) and then nothing else. However, here on the forum and on some other examples online, I found that people have the while(1) of the MainTask written like this:
I tried, and the display now works as intended. Why is that I have to manually add the "while (GUI_Exec1())"? Am I missing something on the project settings?
It bugs me that I have to keep the code on an external text file because everytime I edit the project from AppWizard I have to change the MainTask again.
Tanks!