Hello,
I'm using stemwin 5.26 on cortex m4 with freertos. my display is 1024 x 600. I tried to see Segger basic example working so I used segger.com/cms/admin/uploads/u…es/src/BASIC_HelloWorld.c
and copied the code inside my task. (other tasks are not using GUI).
If I use the code as is, I cannot see anything on the display, it is black. If I add after GUI_Init(), GUI_SelectLayer(1) I see correctly the demo (string and counter). I also tried to place GUI_SelectLayer(0), but with it the display is black.
Why is not working without selecting layer 1 ?
Thanks
I'm using stemwin 5.26 on cortex m4 with freertos. my display is 1024 x 600. I tried to see Segger basic example working so I used segger.com/cms/admin/uploads/u…es/src/BASIC_HelloWorld.c
and copied the code inside my task. (other tasks are not using GUI).
If I use the code as is, I cannot see anything on the display, it is black. If I add after GUI_Init(), GUI_SelectLayer(1) I see correctly the demo (string and counter). I also tried to place GUI_SelectLayer(0), but with it the display is black.
Why is not working without selecting layer 1 ?
Thanks