ugfx/boards/base/Linux-Framebuffer
Joel Bodenmann a972649d65 Adding note to Linux-Framebuffer readme that sufficient permission is required to access the framebuffer device 2016-07-26 11:27:47 +02:00
..
example Update support for ChibiOS v3 to the current repository. 2014-10-06 15:50:43 +10: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.