Rev 734 | Rev 753 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 734 | Rev 736 | ||
---|---|---|---|
Line 54... | Line 54... | ||
54 | #define CELL_VOLT_MIN 32 // min voltage per battery cell (maybe 32 for LiPo?) |
54 | #define CELL_VOLT_MIN 32 // min voltage per battery cell (maybe 32 for LiPo?) |
55 | #define CELL_NUM -1 // -1 for auto, 3 for 3s1p and 4 for 4s1p |
55 | #define CELL_NUM -1 // -1 for auto, 3 for 3s1p and 4 for 4s1p |
56 | #define RCLVL_WRN 100 // make the RC level blink if below this number |
56 | #define RCLVL_WRN 100 // make the RC level blink if below this number |
Line 57... | Line 57... | ||
57 | 57 | ||
58 | // ### read datasheet before changing stuff below this line :) |
58 | // ### read datasheet before changing stuff below this line :) |
- | 59 | #define BLINK 0b01001111 // attribute byte for blinking characters |
|
- | 60 | #define INVERT 0b00101111 // attribute byte for inverted characters |
|
Line 59... | Line 61... | ||
59 | #define BLINK 0b01001111 // attribute byte for blinking chars |
61 | #define BLACKBG 0b10001111 // attribute byte for _black background_ on characters |
60 | 62 | ||
61 | /* ########################################################################## |
63 | /* ########################################################################## |
62 | * FLAGS usable during runtime that get saved |
64 | * FLAGS usable during runtime that get saved |