SparkFun serial LCD adapter API

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
spamiam
Posts: 739
Joined: 13 November 2005, 6:39 AM

SparkFun serial LCD adapter API

Post by spamiam »

Here are 2 files to interface to the SParkFun (www.sparkfun.com) serial LCD adapter board. They sell well priced LCD displays and a nice serial adapter board. The serial adapter will work with ALL 14 or 16 pin standard displays.

This code will interface to their serial adapter. It started life as the Netmedia LCD interface code, then was highly modified to use the SpparkFun hardware, and was modified more to use the ZX hardware/firmware. It uses the same commands as the Netmedia LCD API.

Note: When buying the SparkFun devices, buy the LCD and the Serial adpater separately. The separate adapter has user-settable characteristics (number of lines, and characters per line). When bought as a combined unit, then the LCD characteristics are burned in place and are not user-settable.

-Tony
Attachments
ZX_SF_LCDSerialPort.bas
(6.97 KiB) Downloaded 3654 times
ZX_SF_LCD_API.bas
(8.21 KiB) Downloaded 3635 times
Post Reply