Hello forums,
I’m currently programming software that required me to print text strings of varying length (8, 9, 10, 10) in the center of the screen. The issue with this is that the printAt() and setCursor() functions all mean that the printed string is offset to the right. Has anybody found solutions to this?