led playback

This commit is contained in:
2025-03-28 16:46:52 -05:00
parent 27e9b11400
commit 6542b16a96
6 changed files with 98 additions and 14 deletions
+1 -1
View File
@@ -88,6 +88,7 @@ static void new_puzzle(void) {
// ESP_LOGI(TAG, "Flipping bit %i on display %i", i, display);
}
}
set_module_sseg_raw(display_map);
}
void step2(void) {
@@ -98,7 +99,6 @@ void step2(void) {
int strike_time = 0;
while(solved_times < NUM_SOLVES) {
// for every bit in the answer-
set_module_sseg_raw(display_map);
if (get_keypad_pressed(&key)) {
lcd_clear();
char c = char_of_keypad_key(key);