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 SenseHat emulator support #41

Open
nunnatsa opened this issue May 14, 2022 · 0 comments
Open

Add SenseHat emulator support #41

nunnatsa opened this issue May 14, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@nunnatsa
Copy link
Owner

nunnatsa commented May 14, 2022

Type: enhancement

Description

The SenseHat Emulator is a cross platform python based emulation of the raspberry-pi sense hat device.

It would be very nice if the PiHatDraw application will communicate with this emulator, allowing users and developers to use the piHatDraw application even if they don't have access to the relevant hardware (the sense hat or a raspberry pi computer).

Suggestion

build a Hat interface, then on initialization, try to find the senseHat. If not exists, try to find the emulator. Then build the relevant instance - emulator controller or real sense hat controller. The rest of the application should know nothing about it - it will use the interface and the channels.

Additional information:

@nunnatsa nunnatsa added the enhancement New feature or request label May 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant