PDA

View Full Version : Glcd



buddhafragt
- 18th August 2009, 12:09
Hi to the forum members!

I found a ks0108 GLCD on Ebay and I was wondering if I can use it with picbasic. Have a resolution of 192x64.
Link: http://cgi.ebay.de/19264-192x64-Graphic-LCD-Module-KS0108-IC-100x60mm-PCB_W0QQitemZ220377174272QQcmdZViewItemQQptZLH_Def aultDomain_0?hash=item334f80d100&_trksid=p3286.m63.l1177

regards

Michael

falingtrea
- 18th August 2009, 18:58
Looks to be a simple parallel interface like the character based LCD's, so I bet the PBP lcdwrite commands will work. First you would need to get a copy of the command structure so you can figure out what data to send to write to the LCD.

edit: Found this website (http://www.compsys1.com/workbench/On_top_of_the_Bench/KS0108/ks0108_controller.html) that has PBP code for commanding the KS0108 controller that the LCD you specify is using. Hope that is useful.