Device::MatrixOrbital::GLK is an object oriented Perl module for controlling the GLK serial of LCD screens made by Matrix Orbital.
For more information about GLK series MatrixOrbital displays, please visit: http://www.matrixorbital.ca/products/glk_Series/
Developer comments
Please note that I am not an employee and have nothing to do with MatrixOrbital, other than being a happy customer.
SYNOPSIS
use Device::MatrixOrbital::GLK;
my $lcd = new Device::MatrixOrbital::GLK();
$lcd->clear_screen();
$lcd->print("Hello World!");
$lcd->close();
Product's homepage
Requirements:
· Perl