Screen Hardware (TFT) Class =========================== This class implements the screen API for real hardware. The class communicates with the hardware via MicroPython, basically passing calls to the TFT (st7735) driver. .. automodule:: firmware.screen_tft :members: :undoc-members: :show-inheritance: