change defaults

This commit is contained in:
prenticedavid
2017-05-24 16:13:06 +01:00
parent 1de1894b46
commit 1461fa4e90

View File

@@ -14,13 +14,13 @@
MCUFRIEND_kbv tft; MCUFRIEND_kbv tft;
#define SD_CS 10 #define SD_CS 10
//#define NAMEMATCH "" // "" matches any name #define NAMEMATCH "" // "" matches any name
#define NAMEMATCH "tiger" // *tiger*.bmp //#define NAMEMATCH "tiger" // *tiger*.bmp
#define PALETTEDEPTH 0 // do not support Palette modes #define PALETTEDEPTH 0 // do not support Palette modes
//#define PALETTEDEPTH 8 // support 256-colour Palette //#define PALETTEDEPTH 8 // support 256-colour Palette
//char namebuf[32] = "/"; //BMP files in root directory char namebuf[32] = "/"; //BMP files in root directory
char namebuf[32] = "/bitmaps/"; //BMP directory e.g. files in /bitmaps/*.bmp //char namebuf[32] = "/bitmaps/"; //BMP directory e.g. files in /bitmaps/*.bmp
File root; File root;
int pathlen; int pathlen;