SSD1289
This module supports the SSD1289 Tft which is a 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 SSD1289 module into your user library.
Using the SSD1289 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 = SSD1289 imports Tft imports TftGraphic ... etc etc
and that should be it! Have fun....


