aboutsummaryrefslogtreecommitdiffstats
path: root/gfxconf.example.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-02-15 22:29:28 +1000
committerinmarket <andrewh@inmarket.com.au>2014-02-15 22:29:28 +1000
commit03914d2d2b438062d3062e2c3a588d53d3040cff (patch)
tree33e26de0b893c2e59ba087662205d6a34497c5be /gfxconf.example.h
parent9e66363817276214551079baba661d1daa449ff6 (diff)
parent5edf7c956e8a00a6a49e1f3c446c80cecf0e59ef (diff)
downloaduGFX-03914d2d2b438062d3062e2c3a588d53d3040cff.tar.gz
uGFX-03914d2d2b438062d3062e2c3a588d53d3040cff.tar.bz2
uGFX-03914d2d2b438062d3062e2c3a588d53d3040cff.zip
Merge branch 'master' into freertos
Diffstat (limited to 'gfxconf.example.h')
-rw-r--r--gfxconf.example.h25
1 files changed, 24 insertions, 1 deletions
diff --git a/gfxconf.example.h b/gfxconf.example.h
index 53aa187d..4f7ffb8b 100644
--- a/gfxconf.example.h
+++ b/gfxconf.example.h
@@ -9,6 +9,8 @@
/**
* Copy this file into your project directory and rename it as gfxconf.h
* Edit your copy to turn on the uGFX features you want to use.
+ * The values below are the defaults. You should delete anything
+ * you are leaving as default.
*
* Please use spaces instead of tabs in this file.
*/
@@ -27,7 +29,7 @@
///////////////////////////////////////////////////////////////////////////
// GDISP //
///////////////////////////////////////////////////////////////////////////
-#define GFX_USE_GDISP TRUE
+#define GFX_USE_GDISP FALSE
#define GDISP_NEED_AUTOFLUSH FALSE
#define GDISP_NEED_TIMERFLUSH FALSE
@@ -187,6 +189,27 @@
///////////////////////////////////////////////////////////////////////////
+// GFILE //
+///////////////////////////////////////////////////////////////////////////
+#define GFX_USE_GFILE FALSE
+
+#define GFILE_NEED_PRINTG FALSE
+#define GFILE_NEED_SCANG FALSE
+#define GFILE_NEED_STRINGS FALSE
+#define GFILE_NEED_STDIO FALSE
+ #define GFILE_ALLOW_FLOATS FALSE
+ #define GFILE_ALLOW_DEVICESPECIFIC FALSE
+ #define GFILE_MAX_GFILES 3
+
+#define GFILE_NEED_MEMFS FALSE
+#define GFILE_NEED_ROMFS FALSE
+#define GFILE_NEED_RAMFS FALSE
+#define GFILE_NEED_FATFS FALSE
+#define GFILE_NEED_NATIVEFS FALSE
+#define GFILE_NEED_CHBIOSFS FALSE
+
+
+///////////////////////////////////////////////////////////////////////////
// GADC //
///////////////////////////////////////////////////////////////////////////
#define GFX_USE_GADC FALSE