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

If using gpio on an arm Linux system. How do I make things displayed on the interface? #2320

Closed
bbhxwl opened this issue Jun 4, 2024 · 2 comments

Comments

@bbhxwl
Copy link

bbhxwl commented Jun 4, 2024

If using gpio on an arm Linux system. How do I make things displayed on the interface?

How to display the software on the screen?

@pgrawehr
Copy link
Contributor

pgrawehr commented Jun 4, 2024

This library does not contain any classical UI components. It contains drivers for small displays, but nothing to display windows or buttons. You need to use another library for that (eg Avalonia) or just the console.

@logicaloud
Copy link

Funny enough, I have just completed a first version of a browser UI with Docker container backend tailored around the library (running on Raspberry Pi 64-bit). This was/is a fun side project for still ongoing experimentation with the device model (see discussion here: #2074). The UI allows for designing no-code/low code logic around the devices and you can see results, but if you are after some kind of SCADA interface with LEDs on screen, etc., then this is not it. The UI and backend are among the free modules of a larger commercial package, and I'm not sure what the right etiquette is for providing links. If there is any interest, then I can hop on Discord to discuss.

@bbhxwl bbhxwl closed this as completed Jun 5, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Jul 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants