-
Notifications
You must be signed in to change notification settings - Fork 9
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
Spike: Figure out how to make the SOHO display work #11
Comments
I talked to web developer Michael Clayton at Red Hat, and his recommendation was to use a startup script to kick off a web browser in fullscreen mode. This is feasible. Is there a security concern about being able to hack the thing from the keyboard? |
I'm worried that display won't work in conjunction with the radio because they both use GPIO and it's not entirely clear to me that they won't step on each other. There is a "display" port, which is DSI, Several options/details here: http://elinux.org/RPi_Screens#Interfacing_to_non-monitor_LCD_panels We'll have to check this and see if it would be straightforward to switch out pins (for the radio wouldn't be too hard, I think, but for the display might be harder if it requires a special kernel.) |
I have one of these Adafruit 2.8" displays. Testing forthcoming. |
With an SDR (issue 19) the GPIO pins are free and the Adafruit display should work without incident. |
Getting started... |
Hello Scoots here - gonna see what I can do! |
Get one of these and hook it up to a Raspberry Pi.
The text was updated successfully, but these errors were encountered: