Skip to main content
Skip table of contents

Changing the back-light intensity on a VIEWPixx

Our VIEWPixx offer a customizable back-light level, should you wish to work with specific luminance values.

PY
from pypixxlib.viewpixx import VIEWPixxEEG
my_device = VIEWPixxEEG() # Create an instance of your device.
my_device.setBacklightIntensity(35) # Value between 0-255 for the intensity.
my_device.updateRegisterCache() # Send the value to the device.
my_device.getBacklightIntensity() # Double check our value was sent and applied
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.