Search found 6 matches
- Mon Feb 11, 2002 11:24 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Programming Examples
- Replies: 14
- Views: 18323
- Mon Feb 11, 2002 11:20 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: LM044L Parallel display question
- Replies: 7
- Views: 11886
If you get one line full of blocks, one blank, one full, and one blank: that is correct. Your LCD is waiting to be initialized. The LCD needs to be initialized by the software (smartie, LCDCenter, LCDInf etc.) Make sure your lpt port is set to ECP, and adress $378, and you should have no problems. Y...
- Thu Jan 31, 2002 2:45 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Reading data directly from UT, CS, Quake?
- Replies: 19
- Views: 26314
- Fri Jan 25, 2002 12:07 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Programming Examples
- Replies: 14
- Views: 18323
I have a self written object for Delphi, that drives an HD44780 comp. LCD. I'm currenty cleaning code so I have different classes for different LCD's. Base class: TLCD with sub-class THD44780LCD. This will be open-source as soon as I cleaned the code up a bit, and 4x40 support is ok (its a bit flaky...
- Fri Jan 25, 2002 11:52 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: List of LCD apps
- Replies: 15
- Views: 36950
Ah.. that's correct.. you are using 0.2 beta, and the clock is something that I already put in the menu. I am doing a complete rewrite now, and I didn't put in the clock yet. Watch out while using 0.2 beta though! After running for a while, it will probably crash, due to anot so good inplementation ...
- Fri Jan 25, 2002 5:32 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: List of LCD apps
- Replies: 15
- Views: 36950
One more app for the list: LCDInf. (www.bosselaar.net/lcd) Written by me, has just a few features (cpu and memory stats), very low CPU usage ( <3% on a P166!!), and only for parallel LCD's (hd44780). I'm currently adding features, en doing a rewrite to support multiple drivers, so I can add support ...