Page 1 of 1

ILI9341 LCD Panel graphics library

Posted: Mon Apr 11, 2016 6:31 pm
by ahenshaw
Version: 0.5
Status: Beta
License: MIT
Download: https://github.com/ahenshaw/XMOS_ILI9341

The graphics library provides a software interface for the startKit to drive a 240x320 LCD Panel using the ILI9341 controller.  The connection is through a Serial Peripheral Interface (SPI).
The library provides functions for lines, circles (filled/unfilled), rectangles (filled/unfilled) and antialiased text.  An example font is included (DejaVu Sans monospaced), but provision is made to support other fonts.
A demo main function is provided.

Re: ILI9341 LCD Panel graphics library

Posted: Wed Apr 27, 2016 11:22 am
by infiniteimprobability
Thanks for sharing this - its a cool little colour display that looks good value for money. Will be handy for many projects..
 
Any pictures of it running you can share?