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!
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.

Code:
<?xml version="1.0" encoding="utf-8"?> <Config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <ModuleName /> <PowerSavingTime>600</PowerSavingTime> <Output Name="LED G R Green" Pin="63" /> <Output Name="LED G R White" Pin="59" /> <Output Name="LED G L Green" Pin="55" /> <Output Name="LED G L White" Pin="54" /> <Output Name="LED G N Green" Pin="58" /> <Output Name="LED G N White" Pin="62" /> <Output Name="LED Break" Pin="66" /> <LedModule Name="LCD HDG SPD" DinPin="60" ClsPin="64" ClkPin="56" Brightness="15" NumModules="1" /> <Encoder Name="Enc VS" PinLeft="44" PinRight="42" EncoderType="0" /> <Button Name="Enc VSPush" Pin="46" /> <LedModule Name="LCD ALT" DinPin="50" ClsPin="52" ClkPin="48" Brightness="15" NumModules="1" /> <LedModule Name="LCD VS" DinPin="38" ClsPin="40" ClkPin="36" Brightness="15" NumModules="1" /> <Encoder Name="Enc ALT" PinLeft="37" PinRight="35" EncoderType="0" /> <Button Name="Enc ALT Push" Pin="39" /> <Encoder Name="Enc HDG" PinLeft="29" PinRight="28" EncoderType="0" /> <Button Name="Enc HDG Push" Pin="30" /> <Encoder Name="Enc SPD" PinLeft="2" PinRight="68" EncoderType="0" /> <Button Name="Enc SPD Push" Pin="3" /> <Output Name="LED ICE E2" Pin="19" /> <Button Name="OP ICE E2" Pin="20" /> <Output Name="LED ICE E1" Pin="21" /> <Button Name="OP ICE E1" Pin="22" /> <Output Name="LED ICE WINGS" Pin="23" /> <Button Name="OP ICE WINGS" Pin="24" /> <Output Name="LED ICE WINDOW" Pin="32" /> <Button Name="OP ICE WINDOW" Pin="33" /> <Output Name="LED APU MASTER" Pin="26" /> <Output Name="LED APU GENSTRT" Pin="25" /> <Output Name="LED ELEC M1" Pin="15" /> <Output Name="LED ELEC M2" Pin="14" /> <Output Name="LED ELEC EXPWR" Pin="17" /> <Output Name="LED FUEL LT1" Pin="65" /> <Output Name="LED FUEL LT2" Pin="69" /> <Output Name="LED MCU AP" Pin="57" /> <Button Name="OP MCU AP" Pin="61" /> <Output Name="LED MCU FD" Pin="6" /> <Button Name="OP MCU FD" Pin="7" /> <Output Name="LED MCU ATHR" Pin="10" /> <Button Name="OP MCU ATHR" Pin="9" /> <Output Name="LED MCU HDG" Pin="8" /> <Button Name="OP MCU HDG" Pin="67" /> <Output Name="LED MCU LOC" Pin="31" /> <Button Name="OP MCU LOC" Pin="18" /> <Output Name="LED MCU APR" Pin="41" /> <Button Name="OP MCU APR" Pin="34" /> <Output Name="LED MCU YAW" Pin="51" /> <Button Name="OP MCU YAW" Pin="53" /> <Button Name="ROT Crank" Pin="11" /> <Button Name="ROT Normal" Pin="12" /> <Button Name="ROT Start" Pin="13" /> <Output Name="LED AC APU" Pin="47" /> <Button Name="OP AC APU" Pin="49" /> <Output Name="LED AC E1" Pin="45" /> <Output Name="LED AC E2" Pin="43" /> <Output Name="LED FUEL RT 2" Pin="16" /> <Output Name="LED FUEL RT 1" Pin="27" /> <Output Name="OP MCU ILS" Pin="4" /> <Output Name="LED FUEL CT 2" Pin="5" /> </Config>
Code:
<Output Name="LED ELEC M1" Pin="15" /> <Output Name="LED ELEC M2" Pin="14" /> <Output Name="LED ELEC EXPWR" Pin="17" /> <Output Name="LED FUEL LT1" Pin="65" /> <Output Name="LED FUEL LT2" Pin="69" />

