kalazzerx / LCDWIKI_gui

This is the core graphics library for all our displays.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the core graphics library for all our displays, providing a common set of graphics primitives (points, lines, circles, etc.).  It needs to be paired with a hardware-specific library for each display device we carry (to handle the lower-level functions).

Basic functionally of this library was origianlly based on the demo-code of Adafruit GFX lib and Adafruit TFTLCD lib.  

MIT license, check LICENSE.txt for more information.
All text above must be included in any redistribution.

To download. click the DOWNLOADS button in the top right corner, rename the uncompressed folder LCDWIKI_GUI. Check that the LCDWIKI_GUI folder contains LCDWIKI_GUI.cpp and LCDWIKI_GUI.h

Place the LCDWIKI_GUI library folder your <arduinosketchfolder>/Libraries/ folder. You may need to create the Libraries subfolder if its your first library. Restart the IDE.

About

This is the core graphics library for all our displays.

License:MIT License


Languages

Language:C++ 70.3%Language:C 29.7%