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

Can this be used on Edison Yocto? #20

Open inteliot opened 8 years ago

inteliot commented 8 years ago

I am a bit new to this, but am having very hard time finding information, so any help would be appreciated. I want to use TFT LCD ILI9341 with Edison in 8bit mode and compile/build as C++ (my application is already written in C++). I have used Lutz Latta's (Edidoom) library, but it is optimized for all pins being within specific 32bit region, which mine are not currently (and unfortunately). So my additional restriction is that pins are already assigned and are not in the same DW. Is this possible with existing libraries? What is necessary? Thank you