ILI9341 LCD Panel graphics library

XCore Project reviews, ideas, videos and proposals.
Post Reply
User avatar
ahenshaw
Experienced Member
Posts: 96
Joined: Mon Mar 22, 2010 8:55 pm

ILI9341 LCD Panel graphics library

Post 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.


User avatar
infiniteimprobability
XCore Legend
Posts: 1126
Joined: Thu May 27, 2010 10:08 am
Contact:

Post 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?
Post Reply