Adding note to Linux-Framebuffer readme that sufficient permission is required to access the framebuffer device

ugfx_release_2.6
Joel Bodenmann 2016-07-26 11:27:47 +02:00
parent 05d1f7ba1b
commit a972649d65
1 changed files with 4 additions and 0 deletions

View File

@ -4,3 +4,7 @@ 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.