Does anyone have code to drive a small 1.44" TFT display.
I’ve done a bit of research and I see there are two open source driver options available for other uC’s:
ILI9163C - typically find these on eBay, and
ST7735R - found on Adafruit for example.
I found a standalone library for the ILI9163C which I quite like, but the files are quite overloaded as trying to accommodate a range of different microcontrollers: https://github.com/sumotoy/TFT_ILI9163C/tree/Pre-Release-1.0p7
Then there is Adafruit’s library (https://github.com/adafruit/Adafruit-ST7735-Library) which then also requires the adafruit_GFX library.
The ILI library claims to use high speed SPI. Not sure what options we have available for IMP. It would be great if Electric Imp could create a library as will take me quite a considerable amount of time figuring things out. Is this doable.