aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-30Added a simpler and more accurate Baton UI clone.Selene ToyKeeper1-0/+202
2017-08-30Replaced FSM_*_LAYOUT with FSM_*_DRIVER because I think it makes more sense.Selene ToyKeeper6-5/+10
2017-08-30Updated anduril.txt to match current code.Selene ToyKeeper1-12/+16
2017-08-30Made event handling a bit more reliable while asleep.Selene ToyKeeper1-1/+3
2017-08-28Added goodnight mode. Rearranged blinkies in battcheck group.Selene ToyKeeper1-11/+58
2017-08-28Forgot to update the UI text file for lightning storm mode.Selene ToyKeeper1-2/+7
2017-08-28Added lightning storm mode.Selene ToyKeeper1-6/+70
2017-08-28just ideas and minor cleanupSelene ToyKeeper2-3/+16
2017-08-28Adjusted default ramp values for general-purpose use.Selene ToyKeeper1-3/+3
2017-08-28Fixed a crash when user presses the button more times than the UI supports.Selene ToyKeeper1-1/+1
2017-08-28Added thermal config mode... but I'm not sure if it's the right UI for this ...Selene ToyKeeper3-3/+45
2017-08-28Added beacon mode and beacon config mode.Selene ToyKeeper2-10/+83
2017-08-27UI description up-to-date now.Selene ToyKeeper1-13/+20
2017-08-27Fixed a bug where sometimes the light wouldn't respond for a second or so aft...Selene ToyKeeper1-0/+4
2017-08-27Use different speed values for party and tactical strobes.Selene ToyKeeper1-11/+13
2017-08-27Fixed bug: double-click from off didn't *really* go to the top of the ramp.Selene ToyKeeper1-1/+1
2017-08-27Remembered to put the thermal ceiling back at a sane value.Selene ToyKeeper2-2/+7
2017-08-27Added bike flasher.Selene ToyKeeper2-24/+63
2017-08-27Adjusted default 2-channel 150-step ramp to start at 1/255.Selene ToyKeeper1-1/+6
2017-08-27Now remembers ramp and strobe settings after battery change.Selene ToyKeeper2-19/+48
2017-08-27Made ramp config mode significantly easier to use.Selene ToyKeeper2-59/+50
2017-08-27Ramp config mode actually works now...Selene ToyKeeper4-23/+196
2017-08-27Reduced ROM size, simplified logic, made sure discrete ramp won't overflow ou...Selene ToyKeeper1-53/+27
2017-08-27Made discrete ramping to work significantly better.Selene ToyKeeper2-22/+89
2017-08-27Added TICKS_PER_SECOND because it's handy to avoid hardcoding the WDT speed i...Selene ToyKeeper1-0/+2
2017-08-27Started on Anduril, a Narsil-inspired UI.Selene ToyKeeper2-0/+532
2017-08-27Made it easier to configure the maximum number of clicks it'll try to count i...Selene ToyKeeper1-1/+57
2017-08-26Revert DarkHorse back to no wear-levelling.Selene ToyKeeper1-15/+15
2017-08-26Made wear-levelling work. Takes a bunch of extra ROM though.Selene ToyKeeper3-21/+63
2017-08-26Added eeprom load/save API (no wear levelling yet), verified it works in Dark...Selene ToyKeeper5-1/+179
2017-08-26Avoid suspending at weird times by deferring the call to standby mode.Selene ToyKeeper2-24/+32
2017-08-26Fixed bug: strobes could interfere with hold-from-off next time light was used.Selene ToyKeeper1-20/+24
2017-08-26Made DarkHorse always start at low when holding the button, like a real Zebra...Selene ToyKeeper1-24/+19
2017-08-26Forgot to handle beacon/strobe in LVP earlier.Selene ToyKeeper1-7/+4
2017-08-26Added beacons/strobes to DarkHorse.Selene ToyKeeper3-7/+64
2017-08-26Forgot to wrap one line for making thermal regulation optional.Selene ToyKeeper1-0/+2
2017-08-26Added DarkHorse, a clone of the ZebraLight UI.Selene ToyKeeper1-0/+290
2017-08-26Added a temperature check mode to ramping-ui, mostly for testing purposes.Selene ToyKeeper1-0/+19
2017-08-25Made 4bar and 8bar battcheck styles work.Selene ToyKeeper5-5/+21
2017-08-25Added battcheck mode to ramping-ui. It's bigger than I had hoped. :(Selene ToyKeeper8-3/+209
2017-08-24Started on some documentation, spaghetti-monster.txt.Selene ToyKeeper4-32/+285
2017-08-24Added loop() to API, executes constantly.Selene ToyKeeper7-35/+84
2017-08-24Fixed repeating blinks at ends of ramp -- only blinks once now.Selene ToyKeeper1-4/+10
2017-08-24Don't send underheat warnings when LVP is active. The signals conflict.Selene ToyKeeper1-5/+5
2017-08-24Set default brightness to max 7135 level.Selene ToyKeeper1-9/+16
2017-08-24Made ramping UI able to toggle between smooth and discrete ramping with 4 cli...Selene ToyKeeper2-5/+40
2017-08-24Added a ramping UI example.Selene ToyKeeper6-6/+404
2017-08-23Added thermal regulation to SpaghettiMonster / Baton.Selene ToyKeeper4-9/+206
2017-08-23Made Baton a little easier to read:Selene ToyKeeper1-12/+13
2017-08-23Added LVP to Baton UI. Was super easy.Selene ToyKeeper1-1/+13