Vector font with ugly result on SSD1306 #7442
Replies: 1 comment
-
Posted at 2021-08-09 by Robin Mon 2021.08.09 I think it was @allObjects that detailed this, but I'm not able to locate the thread just yet. In the mean time, this might help compliments of @nebbishhacker : Posted at 2021-08-09 by BullzLabz Thanks a lot @robin The second links is usefull 👍🏻 Posted at 2021-08-10 by @MaBecker Are you running the latest Espruino firmware? There was a huge improvement with version 2v06. https://github.com/espruino/Espruino/blob/47d22f82e1c5b325f62bdccafb324553dcff7655/ChangeLog#L230 Posted at 2021-08-10 by BullzLabz @MaBecker , thank you for your reply! I would like but unfortunately i performed several tests and the code only works with 1v95 firmware, the project is getting dated and the code has not been updated. My little knowledges doesn't allow me (for the moment, because I learn quickly) to update the code so that it works on a more recent firmware. Posted at 2021-08-10 by @MaBecker
Why is that? If you run on ESP32 you can disable ble to have more memory, or use a ESP32 wroom that comes with srsam without any firmware modifications. Posted at 2021-08-10 by BullzLabz Yes sorry, I forgeted to tell you that I use the code of this project: And it's in the code of this project that it use "vector" font. But I'm very interested in how to disable the ble to save space. Could you tell me the procedure please? Posted at 2021-08-11 by @MaBecker http://www.espruino.com/Reference#l_ESP32_enableBLE Posted at 2021-08-11 by BullzLabz Thanks Posted at 2021-08-11 by @MaBecker Are you working with this version? Posted at 2021-08-11 by @MaBecker Just saw you open a new conversation with detailed information. Posted at 2021-08-11 by BullzLabz Yes, this version work fine and i can build on my D1 R32 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2021-08-09 by BullzLabz
Hello,
I come here to find an answer to a problem I meet with the "Vector" font on my screen SSD1306.
Is it a normal result, or is there a problem somewhere?
Here is the result I get:
If this is totally normal and that it is the same resource you get, would you please a solution with another type of fonts that would have a better result and similar size.
I have already traveled the wiki and the Espruino doc, so please, the answers with only the link to the page of the available fonts is not necessary.
Also, do you know if there is a way to use a font already included in an Arduino library, such as:
• https://github.com/iliapenev/ssd1306_i2c
• https://github.com/ThingPulse/esp8266-oled-ssd1306
Attachments:
Beta Was this translation helpful? Give feedback.
All reactions