<?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[How to use fonts from u8g2_fonts.c ?]]></title><description><![CDATA[<p dir="auto">I use LILYGO<img src="https://www.community.lilygo.cc/assets/plugins/nodebb-plugin-emoji/emoji/android/00ae.png?v=5rta56507n5" class="not-responsive emoji emoji-android emoji--registered" title=":registered:" alt="®" />TTGO 1,54-inch wrist e-paper.<br />
I try to use some fonts from u8g2_fonts.c, but I don't know how to do this. I added</p>
<pre><code>#include &lt;u8g2_fonts.h&gt;
</code></pre>
<p dir="auto">to the beginning of my source and</p>
<pre><code>display.setFont(u8g2_font_unifont_t_cyrillic);
</code></pre>
<p dir="auto">to the setup, but I get the error</p>
<pre><code>'u8g2_font_unifont_t_cyrillic' was not declared in this scope
</code></pre>
]]></description><link>https://www.community.lilygo.cc/topic/36/how-to-use-fonts-from-u8g2_fonts-c</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Apr 2026 01:55:10 GMT</lastBuildDate><atom:link href="https://www.community.lilygo.cc/topic/36.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 04 Jan 2022 09:10:48 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to use fonts from u8g2_fonts.c ? on Thu, 09 Jun 2022 01:52:48 GMT]]></title><description><![CDATA[<p dir="auto">I don't know if the font format of U8G2 is consistent with that of GXEPD. It is recommended that you refer to the font modification of GXEPD, which indicates that it is a subclass of Adafruit_GFX.<br />
Link: <a href="https://github.com/ZinggJM/GxEPD" rel="nofollow ugc">https://github.com/ZinggJM/GxEPD</a></p>
]]></description><link>https://www.community.lilygo.cc/post/176</link><guid isPermaLink="true">https://www.community.lilygo.cc/post/176</guid><dc:creator><![CDATA[Micky]]></dc:creator><pubDate>Thu, 09 Jun 2022 01:52:48 GMT</pubDate></item></channel></rss>