Module [font] not found #4937
Replies: 1 comment
-
Posted at 2022-05-05 by rigrig The fonts (and most other modules) aren't built-in to the watch: when you do Posted at 2022-05-05 by Asynchronous Ohh I see, thank you! Is my second code block the only way to do it then? Posted at 2022-05-05 by @gfwilliams
More or less, yes... You need the actual text Posted at 2022-05-05 by Asynchronous Ah alright, thank you Gordon! Posted at 2022-05-09 by Asynchronous Hey again Gordon, I have the following on the top of my file.
Still when I try to run my program on my Bangle.js 1 it returns What can I do? EDIT: I solved it, I was uploading the JS file when I should have run it through the IDE. Posted at 2022-06-26 by Mark_M Font not found after upgrade to firmware 2v14.
Settings/Communications Module URL is set to http://www.espruino.com/modules/ Please advise. Posted at 2022-06-26 by Mark_M It looks like something is wrong with my Chrome in Linux. It cannot load modules for Emulator too. It appears that in windows it does not work same way when I put http://www.espruino.com/modules/ into Settings. It works with HTTPS. I've put https://www.espruino.com/modules/ that in Linux Chrome. And it works! Posted at 2022-07-01 by @gfwilliams I think it's pretty standard - if you look at the chrome dev console it'll probably say something like "Can't load insecure HTTP from secure HTTPS page".
|
Beta Was this translation helpful? Give feedback.
-
Posted at 2022-05-05 by Asynchronous
I'm trying to add a a set of fonts to Graphics.
The list is big, so I'm using an array. (Below list is just an example)
I get back an error,
Module FontTeletext10x18Mode7 not found
.However, adding them individually seems to work.
Why can't I use an array to add fonts?
Beta Was this translation helpful? Give feedback.
All reactions