aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/Fb24bpp/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gdisp/Fb24bpp/readme.txt')
-rw-r--r--drivers/gdisp/Fb24bpp/readme.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/gdisp/Fb24bpp/readme.txt b/drivers/gdisp/Fb24bpp/readme.txt
new file mode 100644
index 00000000..83e7f56b
--- /dev/null
+++ b/drivers/gdisp/Fb24bpp/readme.txt
@@ -0,0 +1,13 @@
+To use this driver:
+
+1. Add in your gfxconf.h:
+ a) #define GFX_USE_GDISP TRUE
+
+2. To your makefile add the following lines:
+ include $(GFXLIB)/gfx.mk
+ include $(GFXLIB)/drivers/gdisp/Fb24bpp/driver.mk
+
+3. Add a board_fb24bpp.h to you project directory (or board directory)
+ base on one of the templates.
+
+Note: This driver supports RGB888 and BGR888 packed framebuffer formats.