aboutsummaryrefslogtreecommitdiffstats
path: root/boards
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@embedded.pro>2016-07-26 11:27:47 +0200
committerJoel Bodenmann <joel@embedded.pro>2016-07-26 11:27:47 +0200
commita972649d65b545031de1e88023acb39b1d7a26e3 (patch)
tree822302a0aada32b9971486457c372b9a70794868 /boards
parent05d1f7ba1b455907e3b66e42dea001c242a1de27 (diff)
downloaduGFX-a972649d65b545031de1e88023acb39b1d7a26e3.tar.gz
uGFX-a972649d65b545031de1e88023acb39b1d7a26e3.tar.bz2
uGFX-a972649d65b545031de1e88023acb39b1d7a26e3.zip
Adding note to Linux-Framebuffer readme that sufficient permission is required to access the framebuffer device
Diffstat (limited to 'boards')
-rw-r--r--boards/base/Linux-Framebuffer/readme.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/boards/base/Linux-Framebuffer/readme.txt b/boards/base/Linux-Framebuffer/readme.txt
index ede34281..0c40eea2 100644
--- a/boards/base/Linux-Framebuffer/readme.txt
+++ b/boards/base/Linux-Framebuffer/readme.txt
@@ -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.