aboutsummaryrefslogtreecommitdiffstats
path: root/boards/base/Linux-X/readme.txt
blob: 098d0b50386fc49bb996f8844772e4de38823d35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
This directory contains the interface for Linux using X.


On this board uGFX currently supports:
	- GDISP via the X driver 
	- GINPUT-touch via the X driver


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


There is an example Makefile and project in the examples directory.