Add option to disable padding in rgblink

Fixes #307

RGBFIX can handle padding, so there's no reason why
we can't add an option to disable padding in rgblink.

Signed-off-by: JL2210 <larrowe.semaj11@gmail.com>
This commit is contained in:
JL2210
2020-04-13 09:57:00 -04:00
parent d6cd5823e3
commit 8b1351fc3e
3 changed files with 17 additions and 4 deletions

View File

@@ -27,6 +27,7 @@ extern uint8_t padValue;
extern bool is32kMode;
extern bool beVerbose;
extern bool isWRA0Mode;
extern bool disablePadding;
/* Helper macro for printing verbose-mode messages */
#define verbosePrint(...) do { \