Hi,
I created a child window:
WM_CreateWindowAsChild(0, 0, LCD_GetXSize(), LCD_GetYSize(), WM_HBKWIN, WM_CF_SHOW, _cbBk, 0);
and I want to draw in this child window using primitive drawing functions (Draw line, Circle, etc...).
Q1: How can I do that?
Q2: Will the callback function "cbBk" of my child Window also update the drawings as I change them based on external inputs?
Thanks
E4M
I created a child window:
WM_CreateWindowAsChild(0, 0, LCD_GetXSize(), LCD_GetYSize(), WM_HBKWIN, WM_CF_SHOW, _cbBk, 0);
and I want to draw in this child window using primitive drawing functions (Draw line, Circle, etc...).
Q1: How can I do that?
Q2: Will the callback function "cbBk" of my child Window also update the drawings as I change them based on external inputs?
Thanks
E4M