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


