Open ES-Alexander opened 11 months ago
Those are some really good ideas. I will implement at least the tabs and import/export buttons for now.
I specially love the icons in the functions names. They turn everything much more intuitive. And I'm fine with the %
.
Note: @Williangalvani is working on some potentially related/overlapping UI elements in BlueOS focused on sensor+peripheral calibration and configuration. We should probably try to create similar UIs so the two applications feel consistent/related.
Note: @Williangalvani is working on some potentially related/overlapping UI elements in BlueOS focused on sensor+peripheral calibration and configuration. We should probably try to create similar UIs so the two applications feel consistent/related.
Can you get some examples?
Can you get some examples?
You’ll have to ask Will - I was talking to him about it, so I’m not sure if the code is committed/public yet.
This is a single page view:
%
symbols for modifier here because I think of it as themod(ulo)
operator from Python, but we could choose something else if we can think of something clearer / more intuitiveSHIFT
,ALT
,CTRL
, andMETA
by default, and after that they're just numbered / use custom names (or disallowed?)MANUAL_CONTROL
shift button, except the REGULAR columnMANUAL_CONTROL
button function assignments also show theBTNn
"n" number they're assigned to, or "Sn" for shifted button functions+
button in the tabs or on the right of the tableMANUAL_CONTROL
outputs enabledMANUAL_CONTROL
, outputs are determined based on prioritisation (e.g. both can press buttons, and control axes, but if one they're fighting over the state of a particular button function or axis then the higher priority one wins)