I have looked through the serial command reference but could not find anything that showed a method for centering characters (char value or an int value). Basically centering some text or a number on the screen.
What I want to do is go to a precise location on the screen (that's easy with Display.gfx_MoveTo), then centre justify some characters at that point. The the vertical positioning is not important (Y axis).
If this is possible, some sample code would be greatly appreciated.
What I want to do is go to a precise location on the screen (that's easy with Display.gfx_MoveTo), then centre justify some characters at that point. The the vertical positioning is not important (Y axis).
If this is possible, some sample code would be greatly appreciated.
Comment