LCD is a Perl Module that allows a developer to write to Serial LCD displays. It allows for modules to be loaded for supported displays (Such as LCD::MatrixOrbital) LCD::MatrixOrbital is a Perl module that allows a developer to write to a Matrix Orbital LCD Serial Display. All functions of the LCD displays are are accessible including the keypad, with coming support for extra VFD commands.
| Tags | Software Development Libraries Perl Modules |
|---|---|
| Licenses | Artistic LGPL |
| Operating Systems | POSIX |
| Implementation | Perl |
Recent releases


Changes: Keypad support and other new utility functions.


Changes: LCD::MatrixOrbital has moved from being just a pm that allows developers to code for a Matrix Orbital LCD to a module that can load driver modules for any supported LCD (currently only MatrixOrbital). New printing functions have also been added to make printing easier.


Changes: Misc. bugfixes in multiple areas, including functional graphs, reflection of the real position of the cursor by StatePosition, and a new function called PrintTextFrame that takes in an array, and prints a new screen based on that array.


Changes: Known issues related to backlight were fixed as well as other minor bugs.


Changes: Initial public release.