diff options
| author | Selene ToyKeeper | 2017-08-31 23:45:36 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2017-08-31 23:45:36 -0600 |
| commit | 0a801bff0f22be650aed6c3724c41cae03814d8f (patch) | |
| tree | c86f8dd31aa52d77fc79515aec107b2cad5943a8 /spaghetti-monster/fsm-adc.h | |
| parent | Reorganized FSM files, one dir per UI. (diff) | |
| download | anduril-0a801bff0f22be650aed6c3724c41cae03814d8f.tar.gz anduril-0a801bff0f22be650aed6c3724c41cae03814d8f.tar.bz2 anduril-0a801bff0f22be650aed6c3724c41cae03814d8f.zip | |
Started a Meteor M43 clone UI.
So far, UI1 and battcheck both work. UI2 and UI3 and other blinkies aren't implement yet.
Added 6-bar battcheck style to match Meteor (ish).
Increased maximum number of clicks to 12, because WTF. If your UI needs 12 clicks, what are you even doing in life?
Diffstat (limited to '')
| -rw-r--r-- | spaghetti-monster/fsm-adc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spaghetti-monster/fsm-adc.h b/spaghetti-monster/fsm-adc.h index af30b69..6317b0b 100644 --- a/spaghetti-monster/fsm-adc.h +++ b/spaghetti-monster/fsm-adc.h @@ -41,7 +41,7 @@ void battcheck(); #ifdef BATTCHECK_VpT #define USE_BLINK_NUM #endif -#if defined(BATTCHECK_8bars) || defined(BATTCHECK_4bars) +#if defined(BATTCHECK_8bars) || defined(BATTCHECK_6bars) || defined(BATTCHECK_4bars) #define USE_BLINK_DIGIT #endif #endif |
