Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add HAL for Raspberry Pi Pico VGABOARD #41

Open
CHiPs44 opened this issue Apr 22, 2021 · 4 comments
Open

Add HAL for Raspberry Pi Pico VGABOARD #41

CHiPs44 opened this issue Apr 22, 2021 · 4 comments
Labels
help wanted Extra attention is needed

Comments

@CHiPs44
Copy link
Contributor

CHiPs44 commented Apr 22, 2021

Hello,

It would be great to have an HAL for Raspberry Pi Pico VGABOARD as documented in https://github.com/raspberrypi/pico-extras/tree/master/src/common/pico_scanvideo/ & al. and implemented by Pimoroni with the VGA Demo Board.

Regards,

@tuupola
Copy link
Owner

tuupola commented Apr 22, 2021

Yeah this is an interesting board. I do not have it myself though. If anyone is planning to implement this the only mandatory thing to implement is the hagl_hal_put_pixel() function. Everything else is just a bonus which can be used to make the main things faster.

@tuupola tuupola added the help wanted Extra attention is needed label Apr 22, 2021
@CHiPs44
Copy link
Contributor Author

CHiPs44 commented May 10, 2021

A naive implementation (WIP) is available at https://github.com/CHiPs44/hagl_pico_vgaboard

@CHiPs44
Copy link
Contributor Author

CHiPs44 commented Oct 16, 2022

Implementation is less naive now, but still WIP.

@tuupola
Copy link
Owner

tuupola commented Oct 17, 2022

Looks great! I still haven't bought myself a vgaboard...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants