available character glyphs

Posted on
  • Are you interested in the available character glyphs on Bangle.js (in the range 0...255)?

    Here is a Gist which you may also immediately run in the emulator

    Answer: it seems that only 7-bit ASCII glyphs are available (no Latin-1, for example)

  • Nice! You might find this handy as well: http://www.espruino.com/Fonts

    You can load extra fonts that handle more characters if you need them, but on the small font the extra codepage doesn't seem that worthwhile as most characters would be mostly illegible anyway.

  • Good to know!

    Thank you very much for the link!

  • just a small note: the abovementioned gist has been updated in order to override the new font default set in the IDE

  • Oh, and g.getFonts() will give you a list of fonts built into the firmware :)

  • That's good to know!

  • Here is the usual Gist, which may also be directly run in the emulator

  • Post a reply
    • Bold
    • Italics
    • Link
    • Image
    • List
    • Quote
    • code
    • Preview
About

available character glyphs

Posted by Avatar for Andreas_Rozek @Andreas_Rozek

Actions