ugfx/boards/base/Linux-X/readme.txt

19 lines
411 B
Plaintext
Raw Normal View History

This directory contains the interface for Linux using X.
2013-10-29 11:14:02 +00:00
2016-08-15 12:05:56 +00:00
2013-10-29 11:14:02 +00:00
On this board uGFX currently supports:
- GDISP via the X driver
- GINPUT-touch via the X driver
2016-08-15 12:05:56 +00:00
The folowing packages are required to run uGFX using this driver on
a 64-bit Linux system running X:
+ gcc-multilib
+ build-essential
+ xorg-dev
+ libx11-dev
+ libx11-dev:i386
2013-10-29 11:14:02 +00:00
There is an example Makefile and project in the examples directory.