**MatrixOrbitalGX Driver** {{:GX24064-TC-BBI.jpg)]] [[Image(GX24064-WB-BBI.jpg}} This driver supports the USB interface GX Series graphics display modules by [[http://www.matrixorbital.com/lcd-gx-typhoon-c-1_13.html|Matrix Orbital Corporation]]. ===== Display Section ===== Display { Driver 'MatrixOrbitalGX' Size Font Backlight Backlight_R Backlight_G Backlight_B Invert <0|1> } ---- ===== Parameters ===== |**Driver**|'MatrixOrbitalGX'| |**Size**|x for now only '240x64' is available | |**Font**|font size, specified as x (only '6x8' supported at the moment| |**Backlight**|initial backlight state for model that have single led for backlight, 0..255| |**Backlight_R**|initial Red backlight state for model that have RGB backlight, 0..255| |**Backlight_G**|initial Green backlight state for model that have RGB backlight, 0..255| |**Backlight_B**|initial Blue backlight state for model that have RGB backlight, 0..255| |**Invert**|If 1 then inverts the screen, 0 or 1| Driver will decide, which backlight method will be used by checking the connected device's model. GX24064-WB-BBI -> Single LED backlight GX24064-TC-BBI -> RGB backlight ---- ===== Examples ===== Display MatrixOrbitalGX { Driver 'MatrixOrbitalGX' Size '240x64' Font '6x8' Backlight 110 Backlight_R 110 Backlight_G 50 Backlight_B 110 Invert 0 } ---- ===== Plugins ===== The driver provides the following functions: |LCD::backlight(n)|set backlight brightness (0..255)| |LCD::backlightRGB(n1,n2,n3)|set (R,G,B) backlight brightness (0..255,0..255,0..255)| ----