QMK/lib/ugfx/boards/base/Linux-Framebuffer
2020-03-23 10:48:11 +01:00
..
example initial upload 2020-03-23 10:48:11 +01:00
board_framebuffer.h initial upload 2020-03-23 10:48:11 +01:00
board.mk initial upload 2020-03-23 10:48:11 +01:00
readme.txt initial upload 2020-03-23 10:48:11 +01:00

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.