diff options
author | mrwastl <mrwastl@users.sourceforge.net> | 2011-08-10 19:26:04 +0200 |
---|---|---|
committer | mrwastl <mrwastl@users.sourceforge.net> | 2011-08-10 19:26:04 +0200 |
commit | 8c92915e9ba10bf5ccc2ae5c2e102f23063f9ef1 (patch) | |
tree | 27cdfd44d3efe558a4ba30f5fcae6e8f0dbc6c7c /Make.config | |
parent | 2fa7db7a2d34973a168f90e6605ce123b293cf13 (diff) | |
download | graphlcd-base-8c92915e9ba10bf5ccc2ae5c2e102f23063f9ef1.tar.gz graphlcd-base-8c92915e9ba10bf5ccc2ae5c2e102f23063f9ef1.tar.bz2 |
added support for AX206dpf-based picture frames (contributed by Lutz Neumann)
Diffstat (limited to 'Make.config')
-rw-r--r-- | Make.config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Make.config b/Make.config index 692d62c..cd5c6c6 100644 --- a/Make.config +++ b/Make.config @@ -37,3 +37,7 @@ HAVE_FREETYPE2=1 # uncomment one of the following two lines if you want either GraphicsMagick/ImageMagick support #HAVE_IMAGEMAGICK=1 #HAVE_GRAPHICSMAGICK=1 + +# uncomment this variable if you want to enable the experimental AX 206 based digital photo frame driver +# Read DRIVER.ax206dpf before use! +#HAVE_AX206DPF_EXPERIMENTAL=1 |