LCD 4bit Driver

Here you can share completed projects or parts of projects that may be useful to others. You may post files relevant to ZBasic - source code, schematics, etc.
Post Reply
TimC
Posts: 12
Joined: 25 January 2006, 7:22 AM
Location: Boston, MA

LCD 4bit Driver

Post by TimC »

Hi All,
Here is another LCD utility that separates the config from the Driver. No more editing the Driver for a different development board.
- High or Low 4 bit Data Port Config
- Busy Flag
- Download Characters
- 8x1 to 20x4
- Lots of comments

Tim C.
Attachments
LCD_Common.bas
LCD Main Module
(7.73 KiB) Downloaded 484 times
LCD_Staver24.bas
Sample Config file
(2.52 KiB) Downloaded 476 times
LCD_4P.bas
Main to test LCD
(1.85 KiB) Downloaded 506 times
Post Reply