2019-07-09 02:50 AM
2019-07-10 01:53 AM
I could use some additional details if you could please provide some.
Such as what are you trying to change and what happens when you try it that makes you unable to do so?
2019-07-10 01:59 AM
I want to change the function GUI_DisplayStringAt(const char*, int x, int y);
to
GUI_DisplayStringAt(int c, int x, int y) so I can directly display a number on the LCD without passing through conversion (int to string)