port version of the tft screen driver

Dependencies:   LCDTFT TFT_fonts mbed

High speed TFTLCD driver

This is a program and library for driving the ssd0139 tft lcds (8 bit parallel comms) using ports rather than buses. The difference is speed of writing. This also has a few nicer fonts than the basic ones included with the original version.

You have to wire the screen to the board using a matching pcb and pick up the pins appropriately. Sad to say the pinouts for the kl25z do not precisely match the arduino enough that a single port can be used for the digital inputs to this screen.

  • LCDTFT.lib The Library containing mostly the original TFT code amended for max speed - some private functions have bene made public.
  • TFT_fonts.lib fonts for various sizes of Arial and one comic sans.
  • main.cpp the demo program that draws some stuff on the screen and includes examples of the various functions fcor writing to it.

History

port version published; default tip

2016-06-08, by cstevens [Wed, 08 Jun 2016 14:47:25 +0000] rev 3

port version published;


portver published version - tested on kl25z

2016-06-07, by cstevens [Tue, 07 Jun 2016 11:48:02 +0000] rev 2

portver published version - tested on kl25z


pretty font putc versoin;

2015-06-12, by cstevens [Fri, 12 Jun 2015 09:05:58 +0000] rev 1

pretty font putc versoin;


temporay demo for ssd0139 driver

2014-09-02, by cstevens [Tue, 02 Sep 2014 09:02:37 +0000] rev 0

temporay demo for ssd0139 driver