Hello,
I have some problem with GUI_DispDecAt() function.
I use next code:
GUI_DispDecAt(AddNum, WinRect.x1-16,WinRect.y1-17, 1);
If AddNum > 0 and AddNum < 11 Emwin draw 0,1,2,3, ... 9,1
But If AddNum > 10 Emwin not display decimal number, why it happen?
I have some problem with GUI_DispDecAt() function.
I use next code:
GUI_DispDecAt(AddNum, WinRect.x1-16,WinRect.y1-17, 1);
If AddNum > 0 and AddNum < 11 Emwin draw 0,1,2,3, ... 9,1
But If AddNum > 10 Emwin not display decimal number, why it happen?