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

Can we have a gui interface? Can we have audio? #26

Open
cooperq opened this issue Jan 6, 2024 · 1 comment
Open

Can we have a gui interface? Can we have audio? #26

cooperq opened this issue Jan 6, 2024 · 1 comment

Comments

@cooperq
Copy link
Collaborator

cooperq commented Jan 6, 2024

we can write to the framebuffer like so $ cat /dev/urandom > /dev/fb0 so we could deifnitely write to the framebuffer just red pixels if something is bad. There is also a QT gui that is at /usr/bin/qt_daemon that we could modify perhaps or we could using something like sdl2 to try to influence it.

@wgreenberg
Copy link
Collaborator

i threw together a quick POC for shoving images onto the screen here, it works pretty well tbh https://github.com/EFForg/wavehunter/blob/fbshow/fbshow/src/main.rs

the biggest caveat is that the qt_daemon (orbic's existing gui process) will overwrite the screen on user input (or if anything causes a screen draw), so we'll either need to rapidly draw to the screen or kill the qt_daemon to ensure our stuff's being drawn

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

2 participants