Terrazzo: Fix wrong LED Matrix function names (#12561)

This commit is contained in:
Ryan 2021-04-13 19:51:31 +10:00 committed by GitHub
parent ce99f98bb5
commit a28fbcda23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 12 additions and 12 deletions

View file

@ -91,7 +91,7 @@ static uint8_t heart_frames[4][105] = {
void HEART(uint8_t i, bool dir) {
led_matrix_set_index_value_all(0);
led_matrix_set_value_all(0);
terrazzo_draw_at(0, 0, 7, 15, heart_frames[i % 4]);
}