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

Possible to output to LCD instead of VGA? #11

Open
avtech23 opened this issue Nov 1, 2022 · 3 comments
Open

Possible to output to LCD instead of VGA? #11

avtech23 opened this issue Nov 1, 2022 · 3 comments

Comments

@avtech23
Copy link

avtech23 commented Nov 1, 2022

Would it be possible to adapt the code to output to an LCD with built in keypad such as the Waveshare one:

https://www.waveshare.com/wiki/Pico-LCD-1.14

It is 240x135 65k colour, SPI and has a 4-way + 2 extra buttons. It would be perfect for something like this.

@arkadijs
Copy link

Yes, look here.

@kilograham
Copy link
Owner

Also the defcon32 badge branch has an SPI display, but is currently a bit hacked upon... pulling out generic LCD support is possible, but i'm not getting to it just yet

@rsheldiii
Copy link

I implemented a handful of boards and displays on my fork here, including the raw display that the Pico LCD uses. The fork is not up to date with main and it's very hacky, but it does work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants