Overridable Options - Part 5
Apply `ENABLED` / `DISABLED` macros to files needing only a small number of changes.
This commit is contained in:
parent
5e834352a9
commit
58cfcd4239
33 changed files with 63 additions and 62 deletions
|
|
@ -3,7 +3,7 @@
|
|||
// Please note that using the high-res version takes 402Bytes of PROGMEM.
|
||||
//#define START_BMPHIGH
|
||||
|
||||
#ifdef START_BMPHIGH
|
||||
#if ENABLED(START_BMPHIGH)
|
||||
#define START_BMPWIDTH 112
|
||||
#define START_BMPHEIGHT 38
|
||||
#define START_BMPBYTEWIDTH 14
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue