GUI.h
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-07-09 2:50 AM
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-07-10 1: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?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-07-10 1: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)
