adafruit / TFTLCD-Library

Arduino library for 8-bit TFT LCDs such as ILI9325, ILI9328, etc
http://www.ladyada.net/products/tfttouchbreakout/ and http://www.ladyada.net/products/tfttouchshield
314 stars 259 forks source link

Support for Leonardo (mega32u4) #5

Closed peenaki closed 11 years ago

peenaki commented 11 years ago

Currently the Sketch doesn't compile for Leonardo compatible boards. From looking through the code there are directives which force support for the older boards.

It looks like all that needs to be done are changing pin assignments. I can make and submit changes, if I can be told what needs to be done.

Cheers, Peenak

PaintYourDragon commented 11 years ago

Basic drawing functions work on Leonardo now. The BMP examples do not, due incompatibility between SD library and Leonardo.