Java Class for LCDs

LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT Series

Moderators: Henry, Mods

Post Reply
jonmccune
LCD?
Posts: 1
Joined: Thu Jan 29, 2004 7:27 pm

Java Class for LCDs

Post by jonmccune »

Hello,

Does anyone know of an existing java class (probably using javax.comm) that works reasonably well for controlling Matrix Orbital LCDs? Something with functions like MatrixOrbital.clearScreen() and MatrixOrbital.display(int x, int y, String txt).

I will be using my LCD under Linux. If no java class exists, can anyone comment on using a "driver" like LCDProc to act as a server and writing a client application in Java to control the LCD? This seems to me like the fastest way to get something up and running.

Thanks!

-Jon

Post Reply