This is a modified version of GuyCarver's ST7735.py.
This version is for micropython-esp32.
You need a font file (some font files are in GuyCarver's repo).
Text nowrap option added(default: nowrap=False).
graphicstest.py is a sample code. I wrote this to make it similar to Adafruit's graphicstest sketch for Arduino.