Shop OBEX P1 Docs P2 Docs Learn Events
KS0108 Custom characters — Parallax Forums

KS0108 Custom characters

CrosswindsCrosswinds Posts: 182
edited 2013-04-01 19:15 in Propeller 1
Hello!


Im trying to understand how the KS0108 driver in the OBEX works a little more deeply.

I want to do some custom characters, and also custom fontsizes.

For example. I want to display the time in one case. And want it to take up the whole screen. eg. 12:59


Maybe there would be possible to make a custom dat section with bigger fonts. But will need to edit the routines to support more pixels.
Hard work to make whole new table, but i dont mind about that.

Any help is appreciated!

Comments

  • Erik FriesenErik Friesen Posts: 1,071
    edited 2013-04-01 19:15
    As the author of probably the only ks0108 driver in the obex, I probably have kind of let this one fall by the way. I authorize anyone here to take the code, do what you want, and post variations of the driver. I don't have time to do much with it.

    The code isn't that complex, but it will take some basic understanding of assembly to get what you want. Its basically a lookup table in hub ram for the smaller characters, and a rom font reader for the large.

    Microchip has some real nice tools for font imports, it would be nice if parallax had something similar, or someone knows of open source code that would work. Once P2 is here, this will be more likely to be needed and used, as the P1 hardly has to room to host many fonts.
Sign In or Register to comment.