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
Printable View
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
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..
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 solutionCode: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
I admire the compsys team to do it for free so far...
thanks for your help
where find KS0108GLCDDriver.Bas?
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.
I have already a ks0108 with my development board easypic3!
up
does nobody have sample?
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