SaturnRingLibrary 0.9
SGL wrapper
 
Loading...
Searching...
No Matches

◆ Print() [2/2]

static bool SRL::ASCII::Print ( const char * myString,
uint8_t x,
uint8_t y )
inlinestatic

Display ASCII string on single line. Does not clamp to screen bounds or handle overflow.

Parameters
myStringThe string to print
xStarting tile X coordinate on screen (0-63)
yStarting tile Y coordinate on screen (0-63)
Returns
false if positions are out-of-range, true otherwise
Note
Tile (0,0) is aligned to the top left corner of the screen