mirror of
https://github.com/YuzuZensai/MCUFRIEND_kbv.git
synced 2026-01-31 14:57:48 +00:00
change defaults
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user