ugfx/boards/base/Linux-Framebuffer
inmarket f265924396 First set of V3 macro changes 2018-02-27 17:44:21 +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 Fix for linux framebuffer for RGB555 and BGR555 2016-08-24 17:47:32 +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.