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
This would likely only be used for displays without PWM. This would likely not need brightness correction, gamma correction, CIE1931, dot correct, etc. Just simple on/off for basic message using 8 colors.
Logic looks compatible. However it will need the interrupts to be adjusted. It looks like it uses timer alarm interrupts and IO bank 0 interrupt. SPI and DMA are blocking. I think I may promote the core 0 interrupt for this and let the ones used by this code base run as needed. More than likely they are not critical.
The text was updated successfully, but these errors were encountered:
daveythacher
changed the title
Add support for Ethernet using PICO-HAT from WIZNET
Add support for Ethernet using RP2040-HAT from WIZNET
Nov 29, 2022
This would likely only be used for displays without PWM. This would likely not need brightness correction, gamma correction, CIE1931, dot correct, etc. Just simple on/off for basic message using 8 colors.
Use this code base: https://github.com/daveythacher/RP2040-HAT-C
Logic looks compatible. However it will need the interrupts to be adjusted. It looks like it uses timer alarm interrupts and IO bank 0 interrupt. SPI and DMA are blocking. I think I may promote the core 0 interrupt for this and let the ones used by this code base run as needed. More than likely they are not critical.
The text was updated successfully, but these errors were encountered: