ST7735

This module supports the ST7735 Tft which is a cheap display you can pickup from the internet.


Installation

Download this zip file and then drag and drop the zip file into the Firewing IDE (don't unzip the contents, leave as they are). This will install an updated Tft and new ST7735 module into your user library.

Using the New ST7735 Module

All you need to do to use the new module is put a TFT_MODEL option at the top of your program (but after any device or clock declarations). For example:

' set high speed clock...
clock = 80

#option TFT_MODEL = ST7735
imports Tft
imports TftGraphic
... etc etc

and that should be it! Have fun....