embeded UI on faust2bela #831
Replies: 5 comments 1 reply
-
Possibly yes: how do see the integration? |
Beta Was this translation helpful? Give feedback.
-
use the 'declare' directive for screen configuration like : declare minidiplay_ui "{ 'Label of screen' : { 'type' : 'type of screen' ; 'width' : L ; 'height' : H ; 'uppin' : x ; 'downpin' : y ; 'leftpin' : z ; 'rightpin' : a ; 'selpin' : b } }" |
Beta Was this translation helpful? Give feedback.
-
I would say we are interested if the development can be done in a module way, and making this new feature easily configurable and deployable. |
Beta Was this translation helpful? Give feedback.
-
by 'a module way' do you mean : a wrapper with the construction's logic in a separate file and option in the faust2bela bash file for activate the feature and deploy the librarie ? |
Beta Was this translation helpful? Give feedback.
-
Ok, I'm finishing support for Trill sensors and I'm studying that. |
Beta Was this translation helpful? Give feedback.
-
For my usage, i'm working on a project allowing to use I2C screens to display and edit parameters on bela platform :
https://github.com/PascalFaivre/MiniDisplay_UI
I would like to know if you see an interest in integrating this feature into Faust2bela.
Beta Was this translation helpful? Give feedback.
All reactions