Minor changes

This commit is contained in:
2022-07-17 20:33:06 -07:00
parent 242913a642
commit 37d5d7ac3d
2 changed files with 10 additions and 1 deletions

View File

@ -19,7 +19,6 @@ bool FFT_ANIM(effect_params_t* params) {
}
// Render heatmap & decrease
for (int i = led_min; i < led_max; i++) {
uint8_t row = i % MATRIX_ROWS;
uint8_t col = i / MATRIX_ROWS;