mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #339] Provide examples for icons and symbols #2407
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @psfales on GitHub (Jun 18, 2024).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/339
Is your feature request related to a problem? Please describe.
The documentation for jsonupload says. "if you want icons and symbols, the Font Awesome font works quite well." However, I can't figure out how to display icons and symbols. I also can't figure out how to access the symbols in weathericons.ttf
Describe the solution you'd like
Add some examples in the documentation showing how to display icons and symbols like the degree symbol, arrows, clouds, battery levels, etc.
@LeftPinkie commented on GitHub (Jul 8, 2024):
I wrote up this tutorial...
https://github.com/OpenEPaperLink/OpenEPaperLink/wiki/Tutorial:-Uploading-&-Using-Custom-Fonts,-with-examples
See if it's clear and helpful. It has examples for both the include weathericons and Font Awesome. But you should be able to use this example for any TrueType font.
@psfales commented on GitHub (Oct 16, 2024):
For some reason, I can't see the link in the July 8 comment. When I click on it, it takes me to a blank "create a new page" on the Wiki. Not sure what I'm missing. :-(
@nlimper commented on GitHub (Oct 16, 2024):
Read the URL. Go to the Wiki. Search around, and you will find it anyway. (the page was renamed)
I did that for you: https://github.com/OpenEPaperLink/OpenEPaperLink/wiki/Uploading-%26-Using-Custom-Fonts%2C-with-examples
@psfales commented on GitHub (Oct 16, 2024):
Awesome! Thanks!