KS0108 (Graphic LCD) Controller library
hi guys/girls,
i've found library popular 128 x 64 graphic lcds using ks0108 controller, what dont know convert library use arduino.
the page here, and link library 1/2 way down
"http://www.scienceprog.com/controlling-graphical-128x64-lcd-based-on-ks0108/"
does 1 know of library interfacing arduino graphic lcd using ks0108 controller?
it seems 16x2 (hitachi) , smaller , documented, but little available on larger lcd displays.
regards
whitto
i've found library popular 128 x 64 graphic lcds using ks0108 controller, what dont know convert library use arduino.
the page here, and link library 1/2 way down
"http://www.scienceprog.com/controlling-graphical-128x64-lcd-based-on-ks0108/"
does 1 know of library interfacing arduino graphic lcd using ks0108 controller?
it seems 16x2 (hitachi) , smaller , documented, but little available on larger lcd displays.
regards
whitto
hi whitto,
the primary work either:
- rewrite functions read , write data , commands use arduino's digitalread , digitalwrite functions
- or convert arduino digital pin assignments low level port , bit values used in ks0108 low level code.
you can find more info on how arduino maps ports here: http://www.arduino.cc/en/reference/portmanipulation
btw, there avr library ks0108 chip here:
http://en.radzio.dxp.pl/ks0108/ may want at. think work make arduino friendly same yours have not had chance compare functionality see more useful , interested if have view.
i have ks0108 chip based lcd in parts box don't have time port @ moment. happy sidelines.
the primary work either:
- rewrite functions read , write data , commands use arduino's digitalread , digitalwrite functions
- or convert arduino digital pin assignments low level port , bit values used in ks0108 low level code.
you can find more info on how arduino maps ports here: http://www.arduino.cc/en/reference/portmanipulation
btw, there avr library ks0108 chip here:
http://en.radzio.dxp.pl/ks0108/ may want at. think work make arduino friendly same yours have not had chance compare functionality see more useful , interested if have view.
i have ks0108 chip based lcd in parts box don't have time port @ moment. happy sidelines.
Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > KS0108 (Graphic LCD) Controller library
arduino
Comments
Post a Comment