MatrixOrbitalGX Driver
This driver supports the USB interface GX Series graphics display modules by Matrix Orbital Corporation.
Display Section
Display <name> { Driver 'MatrixOrbitalGX' Size <string> Font <string> Backlight <number> Backlight_R <number> Backlight_G <number> Backlight_B <number> Invert <0|1> }
Parameters
Driver | 'MatrixOrbitalGX' |
Size | <Width>x<Height> for now only '240×64' is available |
Font | font size, specified as <width>x<height> (only '6×8' 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) |