EMX LCD Pin Use

Are there any other steps besides the

GHIElectronics.NETMF.Hardware.Configuration.LCD.Set(Configuration.LCD.HeadlessConfig);

call that are required to make use of the LCD IO’s?

I am calling that method before attempting to use IO62

ExtLED5 = new OutputPort(EMX.Pin.IO62, true);

but I’m still getting a CLR_E_PIN_UNAVAILABLE exception.

Thanks in advance!

LCD config take effect after a system reset

Thanks Gus. That’s what I was missing.