Write string to the buffer at position (x, y) with style.
string
x
y
style
void setString(int x, int y, String string, Style style) { setStringN(x, y, string, 0x7FFFFFFF, style); }