Graphics vs Basic Graphics

When drawing a string to the display, if the string is longer than the display, does the text wrap to the next line? Is there a way to just refresh a section of the display or does the entire buffer need to be written?

I don’t think so

refresh entire buffer is needed. But BasicGraphics is open source, you can change if you feel it needed.