Replies: 1 comment 3 replies
-
i think it would be best to have a way to use decimal numbers natively. I think the only thing that would be needed is the alignment of the decimal point at a certain digit... but i am not sure about that. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I just want to start a Brain Storming about the DP in the 7Seg System ( That is currently "hardcoded" )
Lets say we like to blank a Display like the AP-ALT ..... We make a Compare and Say "If xxx=True then Spaces, else $"
If a Display have a Decimal Point ( Preselected by the UI) like a COM1 Radio 123,456 then this not work....
With the "Spaces" within the Main Config the Display show "_ _ _, _ _ _" So the DP remains.
Only workarround a.t.m. is the "Old Logic" to Build TWO Configs.... One with Value and DP the Other Without DP and always spaces..... and then we need preconditions in each Config..... For sure it work but its not comfortable.
Also related to the know BUG that we need always use the 100% same Diggits if 2 Configs are related to same Diggits.
(E.g. Blank 8 Diggits witch one Config.... while the Diggits are normaly used by 2 other Configs is not possible)
Idea:
Why we not simply say that a "Space" set the WHOLE Diggit to Blank ?
Currently we only blank the Segments, But the DP Bit is not involved and MF looks like send it still in case of the UI Checkmark.
So.... If i send a Space for the diggit where a DP is selected THIS should overwrite the former DP temporarly!
Additional Idea from Stephan and myself.
Maybe we could add something new in the "Bright Setting" Tool that comes into MF with 9.1
Here we can choose by a value of 0-15 for a Brightness Setting of 1/32 to 31/23 ...... BUT the lowest Value is just Dimmed but not OFF.
What do you think about if we would say "IF Birhgt Value =0 THEN Not send the Register to "0000" and dimm 1/32..... Send in that case simply " BLANK ( including DP) for all 8 Diggits of That Display!
Result: We would no longer need to make Spaces Compares..... If a Display must be blank we would simply set one Global Config to "0" and all related 7Seg Configs with the "Dimm Tool enabled" get Blank including DP.
Usecase : E.g. If Battery Main Switch is OFF then Indicator = 0 ELSE Indicater is "15" .
Beta Was this translation helpful? Give feedback.
All reactions