Custom character creation
TC
Posts: 1,019
Hello all,
I am working with a Noritake display and I would like to make some custom characters, but Noritake has it's own format for the characters. On a standard display (HD44780 for example), each BITE of character data is arranged in rows. So, a custom character for a standard display needs 8 BYTES for a 5x8 character. But the Noritake displays use a different format. Starting at the upper most left character pixel, going from left to right, and down each row storing each 8-bits. Storing 5 BYTES for a 5x8 character.
Here is an example of what I am trying to explain.
What I would like to know is if anyone might have an idea how to use the prop to convert from a standard 5x8 format, to the Noritake 5x8 format? I don't want to have to reformat custom characters that others have created and posted on websites. And take advantage of custom character generators.
Thanks
TC
I am working with a Noritake display and I would like to make some custom characters, but Noritake has it's own format for the characters. On a standard display (HD44780 for example), each BITE of character data is arranged in rows. So, a custom character for a standard display needs 8 BYTES for a 5x8 character. But the Noritake displays use a different format. Starting at the upper most left character pixel, going from left to right, and down each row storing each 8-bits. Storing 5 BYTES for a 5x8 character.
Here is an example of what I am trying to explain.
What I would like to know is if anyone might have an idea how to use the prop to convert from a standard 5x8 format, to the Noritake 5x8 format? I don't want to have to reformat custom characters that others have created and posted on websites. And take advantage of custom character generators.
Thanks
TC
Comments
Andy
Wonderful, I will give it a try later. Thank you.