Refactoring for stability, etc. Add new animation.
This commit is contained in:
@@ -44,10 +44,10 @@ private:
|
||||
uint32_t _current_grid[MATRIX_HEIGHT][MATRIX_WIDTH] = {0};
|
||||
|
||||
// target representation of minutes indicator leds
|
||||
uint32_t _target_indicators[4] = {0, 0, 0, 0};
|
||||
uint32_t _target_minute_indicators[4] = {0, 0, 0, 0};
|
||||
|
||||
// current representation of minutes indicator leds
|
||||
uint32_t _current_indicators[4] = {0, 0, 0, 0};
|
||||
uint32_t _current_minute_indicators[4] = {0, 0, 0, 0};
|
||||
|
||||
void _draw_on_matrix(float factor);
|
||||
uint16_t _calc_estimated_led_current(uint32_t color);
|
||||
|
||||
Reference in New Issue
Block a user