<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[M5Paper font]]></title><description><![CDATA[<p dir="auto">How can I convert a standard font to a file I can use with thw M5Paper.<br />
I need the 7 segment led font in my program</p>
]]></description><link>https://community.m5stack.com/topic/2720/m5paper-font</link><generator>RSS for Node</generator><lastBuildDate>Sat, 14 Mar 2026 14:19:29 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/2720.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 08 Jan 2021 17:49:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to M5Paper font on Tue, 14 Nov 2023 12:04:10 GMT]]></title><description><![CDATA[<p dir="auto">Hello,<br />
I Got the GFX font header file (by converting the Roboto.ttf file). Loaded the font file using <code>canvas.setFreeFont(&amp;Roboto_Medium50pt7b)</code> and then display the text using <code>canvas.printf(textString.c_str());</code>.<br />
It is working fine and display the text properly but when I am giving some special characters äöü then they are not appearing on M5stack paper.<br />
Can someone please guide me what I am doing wrong? Am I missing something?</p>
<p dir="auto">Thanks</p>
<p dir="auto">The link to my question can be found <a href="https://community.m5stack.com/topic/5766/m5stack-paper-not-showing-german-characters-%C3%A4%C3%B6%C3%BC">here</a></p>
]]></description><link>https://community.m5stack.com/post/22748</link><guid isPermaLink="true">https://community.m5stack.com/post/22748</guid><dc:creator><![CDATA[ScheduleDisplay]]></dc:creator><pubDate>Tue, 14 Nov 2023 12:04:10 GMT</pubDate></item><item><title><![CDATA[Reply to M5Paper font on Mon, 11 Jan 2021 22:11:25 GMT]]></title><description><![CDATA[<p dir="auto">Thanks, do you get also the message as I mentiod before?</p>
]]></description><link>https://community.m5stack.com/post/11666</link><guid isPermaLink="true">https://community.m5stack.com/post/11666</guid><dc:creator><![CDATA[Powersoft]]></dc:creator><pubDate>Mon, 11 Jan 2021 22:11:25 GMT</pubDate></item><item><title><![CDATA[Reply to M5Paper font on Mon, 11 Jan 2021 20:19:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/1718">@powersoft</a> I got the M5EPD_TTF example running using the GenSenRounded-R.ttf file copied to my SD card. It displays some differently sized flowers, some unicode math symbols and left/right arrows to show top-left down to bottom-right labels.<br />
I removed all the addtional example code to just read the font from the SD card, so the setup starts like this:</p>
<pre><code>void setup()
{
    M5.begin();
    M5.TP.SetRotation(90);
    M5.EPD.SetRotation(90);
    M5.EPD.Clear(true);

    canvas1.loadFont("/GenSenRounded-R.ttf", SD); // Load font files from SD Card
    canvas1.createCanvas(540, 960);
    canvas1.createRender(48, 256);
    ...
</code></pre>
]]></description><link>https://community.m5stack.com/post/11662</link><guid isPermaLink="true">https://community.m5stack.com/post/11662</guid><dc:creator><![CDATA[veryalien]]></dc:creator><pubDate>Mon, 11 Jan 2021 20:19:26 GMT</pubDate></item><item><title><![CDATA[Reply to M5Paper font on Mon, 11 Jan 2021 16:14:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/1997">@flypeek</a> When I Run the example file, the load of the font file gives the message<br />
FT_Stream_Open: opened `/GenSenRounded-R.ttf' but zero-sized. But the file is'nt empty.<br />
Any idee?</p>
]]></description><link>https://community.m5stack.com/post/11656</link><guid isPermaLink="true">https://community.m5stack.com/post/11656</guid><dc:creator><![CDATA[Powersoft]]></dc:creator><pubDate>Mon, 11 Jan 2021 16:14:02 GMT</pubDate></item><item><title><![CDATA[Reply to M5Paper font on Mon, 11 Jan 2021 16:12:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/5930">@kevindtimm</a>  Thanks, I agree!!</p>
]]></description><link>https://community.m5stack.com/post/11655</link><guid isPermaLink="true">https://community.m5stack.com/post/11655</guid><dc:creator><![CDATA[Powersoft]]></dc:creator><pubDate>Mon, 11 Jan 2021 16:12:09 GMT</pubDate></item><item><title><![CDATA[Reply to M5Paper font on Mon, 11 Jan 2021 15:49:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/1718">@powersoft</a> I don't think the M5Paper was anywhere near ready for release.  The hardware doesn't work and the documentation is truly awful.  I really wish I could get my $70 back.</p>
]]></description><link>https://community.m5stack.com/post/11652</link><guid isPermaLink="true">https://community.m5stack.com/post/11652</guid><dc:creator><![CDATA[kevindtimm]]></dc:creator><pubDate>Mon, 11 Jan 2021 15:49:41 GMT</pubDate></item><item><title><![CDATA[Reply to M5Paper font on Mon, 11 Jan 2021 15:35:54 GMT]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">Thanks again. Have a very simple question. Is running the example "M5EPD_TTF" on your M5Paper? I have stored the font on my sd card as in the example above but and get strange things on the window when running this example.</p>
<p dir="auto">Second thing what is the benefit using the fontedit program? I have used the tool <a href="http://ttf2bin.py" target="_blank" rel="noopener noreferrer nofollow ugc">ttf2bin.py</a> and convert a a standard ttf font, put it un the sd card and tried it to use. No result.</p>
<p dir="auto">As the example shows, the M5Paper could use standard ttf files as on my computer. Is that right.</p>
<p dir="auto">For me the M5Paper is not usable at the moment. Too bad about all that money.<br />
I have a number of M5Stack items and I am very satisfied with them, but not bad about this one.</p>
]]></description><link>https://community.m5stack.com/post/11650</link><guid isPermaLink="true">https://community.m5stack.com/post/11650</guid><dc:creator><![CDATA[Powersoft]]></dc:creator><pubDate>Mon, 11 Jan 2021 15:35:54 GMT</pubDate></item><item><title><![CDATA[Reply to M5Paper font on Mon, 11 Jan 2021 03:28:48 GMT]]></title><description><![CDATA[<p dir="auto">1.Download source code<br />
<a href="https://github.com/ayoy/fontedit/tree/v1.1.0" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/ayoy/fontedit/tree/v1.1.0</a></p>
<p dir="auto">2.Open m5stack\M5EPD\tools\ttf2bin<br />
Please specify file path. Like "ttf2bin ./font.ttf" or "python <a href="http://ttf2bin.py" target="_blank" rel="noopener noreferrer nofollow ugc">ttf2bin.py</a> ./font.ttf"'<br />
get new binaryttf.h<br />
3.<strong>Overlay</strong> binaryttf.h used <strong>new binaryttf.h</strong> to \examples\Basics\M5EPD_TTF</p>
<p dir="auto"><img src="/assets/uploads/files/1610335632344-p1.jpg" alt="0_1610335626334_p1.jpg" class=" img-fluid img-markdown" /><br />
PS. please install Fonts file in TF card or SPIFFS before compiling.</p>
<p dir="auto"><img src="/assets/uploads/files/1610335672140-p3-resized.jpg" alt="0_1610335661295_p3.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/post/11645</link><guid isPermaLink="true">https://community.m5stack.com/post/11645</guid><dc:creator><![CDATA[flypeek]]></dc:creator><pubDate>Mon, 11 Jan 2021 03:28:48 GMT</pubDate></item><item><title><![CDATA[Reply to M5Paper font on Sat, 09 Jan 2021 11:43:15 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for the response.<br />
do you have experience with the tool <a href="http://ttf2bin.py" target="_blank" rel="noopener noreferrer nofollow ugc">ttf2bin.py</a>?<br />
It is in lib M5EPD/tools.</p>
]]></description><link>https://community.m5stack.com/post/11625</link><guid isPermaLink="true">https://community.m5stack.com/post/11625</guid><dc:creator><![CDATA[Powersoft]]></dc:creator><pubDate>Sat, 09 Jan 2021 11:43:15 GMT</pubDate></item><item><title><![CDATA[Reply to M5Paper font on Fri, 08 Jan 2021 19:06:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/1718">@powersoft</a> since we dont have so many M5Paper support yet check this one:<br />
<a href="https://github.com/ayoy/fontedit/tree/v1.1.0" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/ayoy/fontedit/tree/v1.1.0</a></p>
]]></description><link>https://community.m5stack.com/post/11620</link><guid isPermaLink="true">https://community.m5stack.com/post/11620</guid><dc:creator><![CDATA[OyczE]]></dc:creator><pubDate>Fri, 08 Jan 2021 19:06:46 GMT</pubDate></item></channel></rss>