Welcome to our support portal. We hope you like it and find what you need. For more up-to-date information and buy our products please visit our ecommerce site www.matrixorbital.com

Product Line

Matrix Orbital offers a wide range of display solutions and extensive accessories to compliment any project.  From basic Parallel LCD and VFD units, to our industry leading Intelligent and Economy models, all the way up to our full colour TFT GTT line, Matrix Orbital has the products and experience to bring your design to life.

GTT Series

Intelligent Thin Film Transistor Displays with Resistive or Capacitive Touch Overlays supported by a Suite of Design Tools.

Intelligent Series

Intelligent Graphic and Character Liquid Crystal, OLED, and Vacuum Florescent Displays with Advanced Features.

Economy Series

Intelligent Character Liquid Crystal, and Vacuum Florescent Displays with only the most Essential Features.

Parallel Series

Basic Liquid Crystal, and Vacuum Florescent Displays with simple parallel interfaces and Limited Features.

Accessories

Take your project to the next level with Matrix Orbital’s easy to use accessories.

AIDA64

A multi-purpose diagnostic and benchmarking tool for Windows PCs, with a highly customizable hardware monitoring module to display temperatures, fan speeds, voltages, electrical currents, clock speeds, and various other system details on Matrix Orbital character and graphic displays.

LCD4Linux

LCD4linux is an LCD software developed for Linux. It allows a great amount of customizability when it comes to screen building. On top of that, there is a wide range of plugins that can be used to display information on screen.

LCDC

A PC monitoring program built around the MX series, but applicable to a number of Matrix Orbital Products.  LCDC allows users to display real-time information from their PC on their display through a variety of customizable designs.

LCDHype

LCDHype is a LCD script writing program that can be configured to work with our intelligent series graphic and alphanumeric displays. LCDHype allows users to display real-time information on their LCD. It also allows the user to program their own scripts with ease, using premade PC info variables.

LCDProc

LCDproc provides the user the ability to customize what is displayed on screen. System info, clocks, and a user interface are just a few of the things that have been display on LCD’s through LCDproc.

LCDSmartie

LCDSmartie is a popular software, capable of communicating to certain Matrix Orbital alphanumeric and graphic displays. It provides a list of plugins and pre-made screens that the user can utilize to display real-time information from their PC. The user can also build their own, custom screen using the screen builder tool provided by the software.

Lennard Electronics

A test suite built for a wide variety of Matrix Orbital displays, including the GTT, Character, and Graphic series.  Lennard Electronics specializes in innovative electronic and software design, built with Kiwi pride.

Media Portal Mini-Display Plug-in

Media Portal’s mini display plugin is used to display information revolving around Media Portal. Designed around the GX, the mini display plugin also offers full MCE remote support. 

GLT Series

Documentation for Intelligent Graphic Touch Liquid Crystal Display Series

GLK Series

Documentation for Intelligent Graphic Liquid Crystal DisplaySeries

LK Series

Documentation for Intelligent Character Liquid Crystal Display Series

VK Series

Documentation for Intelligent Character Vacuum Florescent Display Series

LCD/VFD Series

Documentation for Basic Liquid Crystal/Vacuum Florescent Display Series

Sending commands to a display from a BASIC Stamp using I2C communication. Supported BASIC Stamp: BASIC Stamp 2p models.

BASIC Stamp: BASIC Stamp 2p models
Communication Type: I2C
Display Used: Any Matrix Orbital display that supports I2C such as the MOI or LK/VK/PK series.

In this example we are talking to a display at address 80 Decimal (50 hex) over I2C communication protocol.


Sending a Command to the display:

'{$STAMP BS2p}

I2COUT 1, 80, [254] 'Command Prefix
I2COUT 1, 80, [88] 'Clear screen command

In this example the command to clear the screen is sent to the display. Every command requires a "Command Prefix". In Matrix Orbital displays, that's Hex: FE Decimal: 254 ASCII: 254, you can send these bytes in any format you want, as long as you do it properly. In our example we sent them as DECIMAL...


Setting the Backlight to go off in 2 minute:

'{$STAMP BS2p}

I2COUT 1, 80, [254] 'Command Prefix
I2COUT 1, 80, [66] 'Backlight ON command
I2COUT 1, 80, [2] 'Setting the number of minutes to be on

To permanently turn the backlight on, you would send 0 as the third byte. When the display recieves the command, it will know how many more bytes of information it should get. In th backlight on case, the display knows to expect one more byte of information.

For technical discussions and questions, please visit our forums

Intelligent Series

Intelligent Series displays boast advanced communication protocols, including RS232, RS422, TTL, I2C, and USB.  Added features include software controlled brightness and contrast settings, selectable baud rates, general purpose outputs, touch and keypad input, font and bitmap storage, and piezo buzzer ouput.

GLT240128-422

Graphic LCD Touch

Graphic LCDs with resistive touch panels.  LCD technology uses an LED backlight to illuminate information with moderate brightness, medium power considerations, and average temperature response.

GLX12232A-25-SM-TCI

Graphic LCD

Graphic LCDs.  LCD technology uses an LED backlight to illuminate information with moderate brightness, medium power considerations, and average temperature response.

Graphic OLED

Graphic OLEDs. OLED technology uses organic light emitting diode segments to illuminate information with high contrast, low power considerations, and wide temperature response.

GLX12232A-25-SM-TCI

Character LCD

Character LCDs.  LCD technology uses an LED backlight to illuminate information with moderate brightness, medium power considerations, and average temperature response.

Character OLED

Character OLEDs. OLED technology uses organic light emitting diode segments to illuminate information with high contrast, low power considerations, and wide temperature response.

VK202-25-USB

Character VFD

Character VFDs.  VFD technology uses florescent sections inside a vacuum to illuminate information with high brightness, larger power considerations, and wider temperature response.