Welcome to the forum for MobiFlight! Feel free to reach out to the community in case you have questions, issues or just want to share great ideas or details about your latest home cockpit project.
You like MobiFlight? Donate via PayPal and support the MobiFlight development. Thanks!
This is a side effect of last Patch.... Cause we implement already the "base" for a new feature but not the "final output" for that.
In the Past Mobiflight could also handle Integer Numbers on 7 Seg Display..... And it also truncate all Decimals internal to Integers automatically.
Means a Mach Value of 0,46 ( Raw Data) we multiply in the past by 100 to get "46" instead....
And then we show it on the Display as "46" and set the Decimal Point "hardcoded" within the UI Mask by checkmark the DP we need.
Now we got the base to read and handle Decimal Numbers already since 9.6 BUT the Library for the 7Seg is not implement for now.
Means the 7Seg Displays not understand that 0,46 is a 3 DNumber Value.... It see it as text and means the decimal is a single diggit.... So it give 0_ ,46
THIS rework will be done in the next version when we tune the Output side also.