ks0108 glcd driver

XCore Project reviews, ideas, videos and proposals.
aortiz557
Member++
Posts: 27
Joined: Fri Jan 06, 2012 3:55 pm

ks0108 glcd driver

Post by aortiz557 »

hey guys, just finished up some work on a ks0108 lcd driver on my page
https://xcore.com/projects/oscilloscopebus-sniffer

figured it might save someone else some time while they make a user interface. the font looks a little weird with lowercase letters. i am not an artist! but it can set and reset pixels, draw lines, draw circles, put characters, print strings, fill and clear rectangles. and if you want to make your own custom whatever all you have to do is modify the framebuffer and use the displayframebuffer command. i think it's pretty nifty at this point. certainly not polished, but the screen updates pretty fast, and it's stable :) i'll be working on the documentation later this week, but if you need any help just ask.


User avatar
phalt
Respected Member
Posts: 298
Joined: Thu May 12, 2011 11:14 am

Post by phalt »

Wow you knocked that up fast! I know what I'm going to be testing tonight...