Hi ,
I have to create three pages using emWin. For that I created three windows.
1. First Window has my company logo : Here I used the image widget and the display is working totally fine
2. Second Window has three columns with three different colours which will display dynamic data: Here I used three text boxes . Set the text box colours accordingly.
3. Third Window has a string to display
When I switch from the first window to another , the patches of the LOGO is visible and the columns dont have a clean border .
I tried hiding the first window and widget[image] but it didnt work.
Also I tried below code :
GUI_MULTIBUF_Begin();
GUI_Exec();
GUI_MULTIBUF_End();
This one also didnt work.
Any help would be appreciated
I have to create three pages using emWin. For that I created three windows.
1. First Window has my company logo : Here I used the image widget and the display is working totally fine
2. Second Window has three columns with three different colours which will display dynamic data: Here I used three text boxes . Set the text box colours accordingly.
3. Third Window has a string to display
When I switch from the first window to another , the patches of the LOGO is visible and the columns dont have a clean border .
I tried hiding the first window and widget[image] but it didnt work.
Also I tried below code :
GUI_MULTIBUF_Begin();
GUI_Exec();
GUI_MULTIBUF_End();
This one also didnt work.
Any help would be appreciated