mirror of
https://github.com/gunner47/GyverLamp.git
synced 2025-08-08 17:30:59 +03:00
add
This commit is contained in:
@@ -27,6 +27,13 @@ void buttonTick() {
|
||||
settChanged = true;
|
||||
eepromTimer = millis();
|
||||
}
|
||||
if (ONflag && touch.isTriple()) {
|
||||
if (--currentMode < 0) currentMode = 0;
|
||||
FastLED.setBrightness(modes[currentMode].brightness);
|
||||
loadingFlag = true;
|
||||
settChanged = true;
|
||||
eepromTimer = millis();
|
||||
}
|
||||
|
||||
if (ONflag && touch.isHolded()) {
|
||||
brightDirection = !brightDirection;
|
||||
|
Reference in New Issue
Block a user