Render some text to the display using the current font.
Left edge of the text area
Top of the text area
Width of the text area
Height of the text area
Text to write
true the text bg/fg coluors will be inverted
drw.text(10, 10, 100, 100, "this is a test", false);
See Implementation
Render some text to the display using the current font.