You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using the Adafruit Feather 2040 RP2040 DVI, Arduino IDE 2.3.2, current version of PicoDVI and associated libraries, and I am getting the following error:
\Documents\Arduino\libraries\PicoDVI_-Adafruit_Fork\src\libdvi\dvi.c: In function 'dvi_dma_irq_handler':
\Documents\Arduino\libraries\PicoDVI-_Adafruit_Fork\src\libdvi\dvi.c:194:68: error: 'dma_debug_channel_hw_t' has no member named 'tcr'
194 | while (dma_debug_hw->ch[inst->dma_cfg[i].chan_data].tcr != inst->timing->h_active_pixels / DVI_SYMBOLS_PER_WORD)
| ^
exit status 1
Compilation error: exit status 1
Other RP2040 examples work but anything related to PicoDVI does not compile, all examples flagging the same error. Gone hunting about both the code and various forums but no one seems to have something similar. Happy to be at fault with this but I can't find the issue.
The text was updated successfully, but these errors were encountered:
Hello all.
using the Adafruit Feather 2040 RP2040 DVI, Arduino IDE 2.3.2, current version of PicoDVI and associated libraries, and I am getting the following error:
\Documents\Arduino\libraries\PicoDVI_-Adafruit_Fork\src\libdvi\dvi.c: In function 'dvi_dma_irq_handler':
\Documents\Arduino\libraries\PicoDVI-_Adafruit_Fork\src\libdvi\dvi.c:194:68: error: 'dma_debug_channel_hw_t' has no member named 'tcr'
194 | while (dma_debug_hw->ch[inst->dma_cfg[i].chan_data].tcr != inst->timing->h_active_pixels / DVI_SYMBOLS_PER_WORD)
| ^
exit status 1
Compilation error: exit status 1
Other RP2040 examples work but anything related to PicoDVI does not compile, all examples flagging the same error. Gone hunting about both the code and various forums but no one seems to have something similar. Happy to be at fault with this but I can't find the issue.
The text was updated successfully, but these errors were encountered: