PDA

View Full Version : glcd with picbaicpro again



nicolasronan
- 27th June 2006, 20:12
hello
who would have a concrete example of use for the glcd ks0108?
I do not find a code simple to write text with a position defined, on the site: http://www.compsys1.com/workbench/index.html
thanks

mister_e
- 27th June 2006, 20:51
http://www.compsys1.com/support/PBP_Files/glipic/

Read all the .BAS file (top comments too) and you should be able to make it work. i know few people 'round here who already used that with success.

Still no luck, your time is short and can afford the developpement cost of something simple to use like..


INCLUDE "KS0108GLCDDriver.Bas"

String1="HelloWorld"
String2="String2"


'
'
'
'
'

GCLDOut 1,1,String1 ; display on first line, first column
GLCDOut 2,1,String2 ; display on second line, first column

drop me off list, i can order one of those GLCD and do the routine for you... i just hope it's not a single ended project uneless it's not going to be the cheapest solution

I admire the compsys team to do it for free so far...

nicolasronan
- 27th June 2006, 21:04
thanks for your help
where find KS0108GLCDDriver.Bas?

mister_e
- 27th June 2006, 21:08
it's not done as this point... it's just an example of how simple it could be if you really want it and can afford the price of it.

Interested? drop me a message in my Private Message box here.

nicolasronan
- 27th June 2006, 21:14
I have already a ks0108 with my development board easypic3!

nicolasronan
- 28th June 2006, 12:59
up
does nobody have sample?

Acetronics2
- 28th June 2006, 13:17
Just have a look to Electronique Pratique N° 279 ...page 86 >

It just needs a F.U.L.L. 16F876@20Mhz .... to say it takes " some room " to drive a 128x64 GLCD.

Alain