
LCD Smartie is open-source software for Microsoft Windows which allows an LCD display to be used as a (additional) display device from a PC. Supported devices include the Hitachi HD44780 Controller, the Matrix Orbital Serial/USB LCD, and Palm OS devices (when used in conjunction with PalmOrb).
The project was started as freeware by Basie P who wrote it in delphi. After a long period running the software as a freeware, from 2001 to late 2004, Basie P quit the project and it's now maintained as an open-source project by Chris Lansley.
Via marktplaats ben ik in het bezit gekomen van een Star Micronix SCD-400 POS display. Om deze aan te kunnen sturen met LCDSmartie heb ik gebruik gemaakt van de "standaard" aanwezige testdriver. De onderstaande aangepaste testdriver.ini geeft bij mij goede resultaten. In feite bestaan de veranderingen uit het aanpassen van de initialisatie-, positionerings- en afsluitcommando's. Het gebruik van de user defined characters dient nog uitgezocht te worden.
;
; Settings for an STAR SCD-400 POS VFD display 2 x 20 characters
; on comport, 9600,8,n,1
; for LCDSMARTIE v.5.4
;
[Test Driver]
Init=0,0,0,0,0,0,0,04,01,73,50,23,0,0,0,04,01,67,49,88,23
Fini=04,01,67,49,88,23
GotoLine1=4,1,80,49,23
GotoLine2=4,1,80,69,23
GotoLine3=
GotoLine4=
CharMap=


