How to use libraries eg WIDGET_Window.c?
stm32f746 discovery
-
-
Hi,
WIDGET_Window.c is not a library. this is an example application. Simply call the function "MainTask()" from main(). Please note that you should call GUI_Init() before calling MainTask() because emWin gets initialized in MainTask().
Regards,
SvenPlease read the forum rules before posting.
Keep in mind, this is *not* a support forum.
Our engineers will try to answer your questions between their projects if possible but this can be delayed by longer periods of time.
Should you be entitled to support you can contact us via our support system: segger.com/ticket/
Or you can contact us via e-mail. -
Thangs!