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 '240x64' is available |
Font | font size, specified as <width>x<height> (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) |
Last modified 5 years ago
Last modified on 12/08/12 21:16:07
Attachments (3)
- GX24064-TC-BBI.jpg (24.7 KB) - added by 9 years ago.
- GX24064-WB-BBI.jpg (25.2 KB) - added by 9 years ago.
-
GX24064-TC-BBI.2.jpg (59.6 KB) - added by 9 years ago.
GX24064-TC-BBI-large-image-500x244
Download all attachments as: .zip