Jump to content
  • entries
    143
  • comments
    451
  • views
    173,928

4-bit Fonts Submission


mos6507

482 views

For those who want to cram more characters per line, please send me the data for your preferred 4-bit font and we'll try to include this into the firmware. It should be as complete a font as possible, with mixed case and symbols. You can bit-pack the characters into pairs if you want. The ARM can surely mask out the proper nibble.

 

Delicon is embedded the data in the firmware using C array syntax. Like so:

 

unsigned byte ansicharacters[256][8] = {

{ 0x00, 0x7C, 0x82, 0xAA, 0x82, 0xBA, 0x92, 0x7C }
...
}

 

Thanks.

0 Comments


Recommended Comments

There are no comments to display.

Guest
Add a comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...