1161 {
1162 uint8_t secondHand = (millis() / 1000) % 60;
1163 static uint8_t lastSecond = 99;
1164
1165 if (lastSecond != secondHand) {
1166 lastSecond = secondHand;
1167 if (secondHand == 0) {
1170 }
1171 if (secondHand == 10) {
1174 }
1175 if (secondHand == 15) {
1178 }
1179 if (secondHand == 20) {
1182 }
1183 if (secondHand == 25) {
1186 }
1187 if (secondHand == 30) {
1190 }
1191 if (secondHand == 35) {
1194 }
1195 if (secondHand == 40) {
1198 }
1199 if (secondHand == 45) {
1202 }
1203 if (secondHand == 50) {
1206 }
1207 if (secondHand == 55) {
1210 }
1211 }
1212}
TBlendType currentBlending
const TProgmemPalette16 myRedWhiteBluePalette_p
CRGBPalette16 currentPalette
void SetupTotallyRandomPalette()
void SetupPurpleAndGreenPalette()
void SetupBlackAndWhiteStripedPalette()
const TProgmemRGBPalette16 RainbowStripeColors_p
HSV Rainbow colors with alternatating stripes of black.
const TProgmemRGBPalette16 CloudColors_p
Cloudy color palette.
const TProgmemRGBPalette16 PartyColors_p
HSV color ramp: blue, purple, pink, red, orange, yellow (and back).
const TProgmemRGBPalette16 RainbowColors_p
HSV Rainbow.