At this point the accent handling code should only have to handle the accents ◌̀◌́◌̂◌̃◌̈.
The only ISO 8859-1 symbols still missing are §ª²³¶¹º.
@Gordon, would it work to give each letter a something like a 14x18 grid instead of the 16x16 grid, and encode the points as x+y*14? After seeing the font in action there's a few symbols that I think would benefit from a bit more vertical space.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I've added
¡¢£¤¥¨©«¬®¯°±´µ·¸»¼½¾¿ÆÇÐ×ØÞßæçð÷øþ
. I also added a dotless i to the accent list.At this point the accent handling code should only have to handle the accents ◌̀◌́◌̂◌̃◌̈.
The only ISO 8859-1 symbols still missing are
§ª²³¶¹º
.@Gordon, would it work to give each letter a something like a 14x18 grid instead of the 16x16 grid, and encode the points as x+y*14? After seeing the font in action there's a few symbols that I think would benefit from a bit more vertical space.
1 Attachment