MobiFlight Community Support

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! 

05/03/2024 - This forum is read-only

The community support for MobiFlight has moved exclusively over to our Discord server. Register for free and enjoy more interactive functions like image and video upload, voice chat. More than 7,000 registered users around the world make it a great experience!

See you on our MobiFlight Community Discord server.

A HUGE Thank You to everyone who participated in the forum, especially obviously to Pizman and Stephan who did an outstanding job over so many years providing an incredible service to the MobiFlight community.

The forum is still providing a lot of good content, hence we keep this information accessible.

icon
Avatar
zenit_swe
Posts: 10
I'm working on an FCU panel for my Aerosoft A320 and have finally managed to have my 7 segment display to show the selected altitude and my rotary encoder to change it. Now I'm moving on with the rest of the displays but I'm afraid I've ran into a problem I can't seem to solve on my own.

Is it possible to display string values on the display? In the A320, pushing the HDG know will set the auto pilot in heading managed mode and the hdg display shows "---*". I'm trying to figure out how to get that to show on my panel (---.). Any idea?

And while I'm at it, are there any plans on adding the 1602, 16x2 LCD display to the list of supported hardware?
2016-09-04 22:59
Avatar
DocMoebiuz
Moderator
From: NW of KPWK, United States
Posts: 1516
You can use strings in the Comparison Tab where you say for example

iconCode:
if value > 0 
then "std" 
else "---"


Does this make sense?
Have a great day!
Sebastian

MobiFlight - Simply build your own home cockpit for your favorite flight sim - MSFS2020, FSX, Prepar3D (FSUIPC), X-Plane (XPUIPC)
2016-09-06 06:59
Avatar
zenit_swe
Posts: 10
Absolutely, thank you!
2016-09-06 09:58
icon