Shop OBEX P1 Docs P2 Docs Learn Events
Easiest way to 'add' new characters/graphic symbols? — Parallax Forums

Easiest way to 'add' new characters/graphic symbols?

HarleyHarley Posts: 997
edited 2007-03-19 19:17 in Propeller 1
Is it possible to generate additional characters for display?

If so, what would be an easy way to do so?

I'd like to have several different graphic symbols.

▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Harley Shanko
h.a.s. designn

Comments

  • Mike GreenMike Green Posts: 23,101
    edited 2007-03-19 19:17
    This depends on what kind of display you're using. Some of the VGA drivers use their own font tables and you can easily modify them. The graphics driver (for TV or low-res VGA) has its own font table. The other drivers use the built-in ROM font, but they're all "tile-driven". In other words, the display buffer actually contains pointers into the ROM font table and you can override this and point to your own character "tile" 16 x 16 pixels or 16 x 32 pixels in size.
Sign In or Register to comment.