Skip to content

Commit

Permalink
Merge pull request #94 from DoomHammer/fix-display-crashes
Browse files Browse the repository at this point in the history
Fix occassional display crashes with Pi Pico
  • Loading branch information
board707 committed Mar 27, 2024
2 parents c8268b1 + 4dc5cc6 commit 6916082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DMD_RGB.cpp
Expand Up @@ -286,7 +286,7 @@ void DMD_RGB_BASE::scan_dmd_p1() {


#if (defined(ARDUINO_ARCH_RP2040))

dma_channel_wait_for_finish_blocking(dma_chan);
dmd_out_program_reinit(pio, sm_data, data_prog_offs, &pio_config);
dma_channel_set_read_addr(dma_chan, buffptr, true);
pwm_set_counter(MAIN_slice_num, 0);
Expand Down

0 comments on commit 6916082

Please sign in to comment.