Green LED control and the Light Sensor

Hi

I am using the Light Sensor to control the display brightness. This works fine using the backlight control program from Kenta IDA .

I would like to know if I can turn OFF the green LED. This LED sits next to the Light Sensor and iluminates the window in the back of the WIO Terminal. I must add light to the sensor as it is never dark where the sensor is so I can never sense zero light!

backLight.setBrightness(analogRead(WIO_LIGHT)/10);

Also, if I provide 5 volts to the 40 pin connector on the rear (This is my plan), do I still get the green light. If not this will impact the behavoiur of the light sensor and require a code adjustment depending on the power mode!

I have not tried the 5 volts to the 40 pin connector yet so I do not know if the light will still be on.

Regards

Stuart