cancel
Showing results for 
Search instead for 
Did you mean: 

GUI.h

idrissmc
Associate II

Hello ST community,

why i can’t change nothing in GUI.h

2 REPLIES 2
Markus GIRDLAND
ST Employee

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?

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)