From 1461fa4e904949a971d4268e0bc0b6c5edb59acf Mon Sep 17 00:00:00 2001 From: prenticedavid Date: Wed, 24 May 2017 16:13:06 +0100 Subject: [PATCH] change defaults --- examples/showBMP_kbv_Uno/showBMP_kbv_Uno.ino | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/showBMP_kbv_Uno/showBMP_kbv_Uno.ino b/examples/showBMP_kbv_Uno/showBMP_kbv_Uno.ino index 560897e..b851d86 100644 --- a/examples/showBMP_kbv_Uno/showBMP_kbv_Uno.ino +++ b/examples/showBMP_kbv_Uno/showBMP_kbv_Uno.ino @@ -14,13 +14,13 @@ MCUFRIEND_kbv tft; #define SD_CS 10 -//#define NAMEMATCH "" // "" matches any name -#define NAMEMATCH "tiger" // *tiger*.bmp +#define NAMEMATCH "" // "" matches any name +//#define NAMEMATCH "tiger" // *tiger*.bmp #define PALETTEDEPTH 0 // do not support Palette modes //#define PALETTEDEPTH 8 // support 256-colour Palette -//char namebuf[32] = "/"; //BMP files in root directory -char namebuf[32] = "/bitmaps/"; //BMP directory e.g. files in /bitmaps/*.bmp +char namebuf[32] = "/"; //BMP files in root directory +//char namebuf[32] = "/bitmaps/"; //BMP directory e.g. files in /bitmaps/*.bmp File root; int pathlen;