ugfx/boards/base/Linux-Framebuffer
Joel Bodenmann 8dd5cc93d5 Cleaning up new SDL driver support 2016-08-15 14:05:56 +02:00
..
example Cleaning up new SDL driver support 2016-08-15 14:05:56 +02:00
board.mk New makefile structure. Also OSX board defintion 2014-09-28 01:42:30 +10:00
board_framebuffer.h Improve some doco 2016-02-10 13:54:41 +10:00
readme.txt Adding note to Linux-Framebuffer readme that sufficient permission is required to access the framebuffer device 2016-07-26 11:27:47 +02:00

readme.txt

This directory contains the interface for Linux using a framebuffer display.

On this board uGFX currently supports:
	- GDISP via the framebuffer driver 

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

Note: To successfully use this board file, the user who executes the compiled
      program requires sufficient permission to access the framebuffer device.
      To simplify: You might need to run your compiled uGFX program as root.