ugfx/boards/base/Linux-Framebuffer
inmarket 7c5a6c928f For all source files update integer types to the new gI8 etc type names 2018-11-03 10:51:23 +10:00
..
example Cleaning up new SDL driver support 2016-08-15 14:05:56 +02:00
board.mk First set of V3 macro changes 2018-02-27 17:44:21 +10:00
board_framebuffer.h For all source files update integer types to the new gI8 etc type names 2018-11-03 10:51:23 +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.