diff options
author | Julian <j@teule.nl> | 2018-11-05 08:03:05 +0100 |
---|---|---|
committer | Julian <j@teule.nl> | 2018-11-05 08:03:05 +0100 |
commit | 9d6f0cce50cb2cde4eb558bac73277eb5395cfcf (patch) | |
tree | b02ff1f09c0becc772dffac00c2a6445300653d3 /MaxCommands.h |
Added display drivers, and simple demo
Diffstat (limited to 'MaxCommands.h')
-rw-r--r-- | MaxCommands.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/MaxCommands.h b/MaxCommands.h new file mode 100644 index 0000000..2baff64 --- /dev/null +++ b/MaxCommands.h @@ -0,0 +1,18 @@ +#ifndef MaxCommands +#define MaxCommands + +#define maxSHUTDOWN_INV 0x0C +#define maxTEST 0x0F +#define maxINTENSITY 0x0A +#define maxDIGIT_0 0x01 +#define maxDIGIT_1 0x02 +#define maxDIGIT_2 0x03 +#define maxDIGIT_3 0x04 +#define maxDIGIT_4 0x05 +#define maxDIGIT_5 0x06 +#define maxDIGIT_6 0x07 +#define maxDIGIT_7 0x08 +#define maxDECODE_MODE 0x09 +#define maxSCAN_LIMIT 0x0B + +#endif |