Picaxe 18x and hg12605

thelabwiz

Senior Member
The C code here uses A PC's printer port to display a small video image on that LCD - and uses 12 pins...

http://version6.net/src/hg12605tv.c

There is a datasheet for the LCD here:
http://datasheets.sinus.cz/sosni.php?id=3617#search=%22hg12605%20lcd%22

John
 

nabla1

New Member
Thanks for your info.
Can I use a serial to parallel chip (shift register) to connect one output of picaxe to 8 inputs of the GLCD?
 

hippy

Technical Support
Staff member
Yes, you can probably use a shift register just as you can with a normal text LCD.

If looking at that C code mentioned earlier for inspiration, watch out for the author's confused belief that -5V is the same as 0V.
 
Top