I'm working on a personal project called KaoCards, a flashcard app for remembering people's names and faces. When I designed the product I thought it'd be cool to have an animated gradient as the ...
CHSV gradStartColor(0,255,255); // Gradient start color. CHSV gradEndColor(161,255,255); // Gradient end color. uint8_t gradStartPos = 0; // Starting position of the gradient. #define gradLength 8 // ...