KS0108 Graphics Display
TimH
Posts: 48
I've started to play around with a KS0108 graphics display.
I wired the circuit as per the Demo_Lcd_KS0108V1.3 and all works as expected.
My problem is the demo has too much going on and I'm having a hard time understanding how the code is working.
Is there a very simple demo for this display - say just draw a line or box or simple text.
I think, if I can understand that I may be able to work thru the more complicated demo.
I wired the circuit as per the Demo_Lcd_KS0108V1.3 and all works as expected.
My problem is the demo has too much going on and I'm having a hard time understanding how the code is working.
Is there a very simple demo for this display - say just draw a line or box or simple text.
I think, if I can understand that I may be able to work thru the more complicated demo.
Comments
text.start
text.out(0) 'clear screen
text.str("Hello world")
see out function for misc usage, setting draw location ,etc.
example,
text.out($0A)
text.out(64)
sets X location to 64
Tim