-
Notifications
You must be signed in to change notification settings - Fork 398
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
🚀 | Support displays on future3 #2364
Comments
#1112 would be replaced by a new implementation |
I'm currently testing whether I can rewrite a script for the small 1.3" displays (128x64 pixels). The script from Splitti still works, but I'm missing things like the battery symbol and the indicators for shuffle and repeat. |
👍 This issue should target the V3 implementation. |
I envision the implementation in two parts: Access/control of the display hardware ("backend", if you will)This should be specific to the used display hardware, but every backend should provide a In addition methods like Generic, configurable display ("frontend")The user should be able to configure the information to be displayed, e.g. artist, song name, cover art, maybe meta info (such as battery status or Phoniebox version, etc.). This is of course dependent of the used backend/hardware, e.g. resolution etc. This part should handle the RPC to retrieve information to be displayed. |
|
Have a look at this implementation. |
Feature
Phoniebox V3 should support displays (e.g. Pirate Audio HATs or HD44780 or SH1106).
User perspective
Displays should show information about currently played songs (e.g. album, title, etc), maybe even cover art.
Further information
The text was updated successfully, but these errors were encountered: