dopefishh / Adafruit-GFX-X11

Provides an implementation for the Adafruit-GFX-library for x11

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

X11_GFX

X11_GFX is a library that allows Arduino programs to run Adafruit-GFX-Library code to execute on X servers using Xlib.

Installation

Make sure that you have the development libraries for Xlib installed.

apt-get install libx11-dev

And then run make to build the test executable.

License

Adafruit-GFX-Library is BSD.

The modified arduino files are licensed GPL2.1 or later.

This library is licensed GPL2.1 or later as well

About

Provides an implementation for the Adafruit-GFX-library for x11

License:Other


Languages

Language:C++ 99.4%Language:Makefile 0.6%