<?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[Cahnge Font Size in Python]]></title><description><![CDATA[<p dir="auto">Is there a way to change the text size via microPython? or all the embedded fonts are fixed size without the option to make them smaller or bigger?</p>
<p dir="auto">I could not find any reference  in the M5Cloud API:<br />
<a href="https://github.com/m5stack/M5Cloud#lcd" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/m5stack/M5Cloud#lcd</a></p>
]]></description><link>https://community.m5stack.com/topic/388/cahnge-font-size-in-python</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 04:57:02 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/388.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 30 Oct 2018 14:24:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Cahnge Font Size in Python on Wed, 02 Sep 2020 02:01:00 GMT]]></title><description><![CDATA[<p dir="auto">The compileFont command quickly returns True, which seems to me that it’s not doing anything when I run it.</p>
<p dir="auto">His online font conversion tool still works to create the custom font (.fon) files, but they only seem to work on his lobo branch of MicroPython, not the standard uiFlow version of MP. It’s just crashes when I try to load the font and the lobo build does not crash when I do the import. Bummer!</p>
]]></description><link>https://community.m5stack.com/post/9911</link><guid isPermaLink="true">https://community.m5stack.com/post/9911</guid><dc:creator><![CDATA[world101]]></dc:creator><pubDate>Wed, 02 Sep 2020 02:01:00 GMT</pubDate></item><item><title><![CDATA[Reply to Cahnge Font Size in Python on Tue, 25 Aug 2020 11:27:15 GMT]]></title><description><![CDATA[<p dir="auto">I have a vague recollection that the command lcd.compileFont() was required, I could be wrong though, it's a long time since I experimented with adding fonts</p>
]]></description><link>https://community.m5stack.com/post/9835</link><guid isPermaLink="true">https://community.m5stack.com/post/9835</guid><dc:creator><![CDATA[lukasmaximus]]></dc:creator><pubDate>Tue, 25 Aug 2020 11:27:15 GMT</pubDate></item><item><title><![CDATA[Reply to Cahnge Font Size in Python on Tue, 25 Aug 2020 02:00:14 GMT]]></title><description><![CDATA[<p dir="auto">Super old thread, but I'm curious if <a class="plugin-mentions-user plugin-mentions-a" href="/user/loboris" aria-label="Profile: loboris">@<bdi>loboris</bdi></a>'s tool still works to convert fonts (ttf or otf) to be used with the m5stack, since the firmware moved to use the mainline MicroPython code base.</p>
<p dir="auto">I used the tool and created a font (name is Flighter20) and copied it to /flash.  When I try to load it, the m5stack crashes.</p>
<pre><code>&gt;&gt;&gt; 
&gt;&gt;&gt; 
MicroPython c24d12861-dirty on 2020-08-06; M5Stack with ESP32
Type "help()" for more information.
&gt;&gt;&gt; os.listdir()
['Flighter20.c', 'Flighter20.fon', 'apps', 'blocks', 'boot.py', 'emojiImg', 'img', 'main.py', 'res', 'temp.py', 'test.py']
&gt;&gt;&gt; lcd.font("Flighter20")
Guru Meditation Error: Core  1 panic'ed (LoadProhibited). Exception was unhandled.
Core 1 register dump:
PC      : 0x4010a2f5  PS      : 0x00060f30  A0      : 0x80116f3d  A1      : 0x3ffcea40  
A2      : 0x00000001  A3      : 0x3f81b150  A4      : 0x3ffceaf0  A5      : 0x00000008  
A6      : 0x3ffceaa0  A7      : 0x00000000  A8      : 0x3ffbdbec  A9      : 0x3ffbdbec  
A10     : 0x00000000  A11     : 0x00000000  A12     : 0x80096333  A13     : 0x3ffce950  
A14     : 0x00000003  A15     : 0x00060023  SAR     : 0x00000020  EXCCAUSE: 0x0000001c  
EXCVADDR: 0x00000000  LBEG    : 0x40095234  LEND    : 0x4009523f  LCOUNT  : 0x00000000  

ELF file SHA256: 0000000000000000000000000000000000000000000000000000000000000000

Backtrace: 0x4010a2f5:0x3ffcea40 0x40116f3a:0x3ffcea60 0x400e3be1:0x3ffceaf0 0x400df959:0x3ffceb20 0x400dfa8d:0x3ffceb40 0x400ed9b3:0x3ffceb60 0x400e3cb0:0x3ffcec00 0x400df959:0x3ffcec70 0x400df982:0x3ffcec90 0x4011c6a7:0x3ffcecb0 0x4011c8c1:0x3ffced40 0x400f6f1c:0x3ffced80 0x4009613a:0x3ffcedb0

Rebooting...
ets Jun  8 2016 00:22:57

rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0018,len:4
load:0x3fff001c,len:5116
load:0x40078000,len:11608
load:0x40080400,len:6176
entry 0x400806c0
</code></pre>
<p dir="auto">Is there any way to load custom fonts to the m5stack now?</p>
]]></description><link>https://community.m5stack.com/post/9825</link><guid isPermaLink="true">https://community.m5stack.com/post/9825</guid><dc:creator><![CDATA[world101]]></dc:creator><pubDate>Tue, 25 Aug 2020 02:00:14 GMT</pubDate></item><item><title><![CDATA[Reply to Cahnge Font Size in Python on Wed, 14 Nov 2018 08:47:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lukasmaximus" aria-label="Profile: lukasmaximus">@<bdi>lukasmaximus</bdi></a> 在 <a href="/post/1982">Cahnge Font Size in Python</a> 中说：</p>
<blockquote>
<p dir="auto">Awesome can we share this or do you want to keep the testing to a small number of people?</p>
</blockquote>
<p dir="auto">It should be ready for use, by "testing" I've meant I would like to get some information if any issue is detected or any improvement is wanted.<br />
I've already found a small "bug", if hebrew characters are included the wrong C file is generated (caused by right to left writting), the bynary fon file is OK.</p>
]]></description><link>https://community.m5stack.com/post/1987</link><guid isPermaLink="true">https://community.m5stack.com/post/1987</guid><dc:creator><![CDATA[loboris]]></dc:creator><pubDate>Wed, 14 Nov 2018 08:47:15 GMT</pubDate></item><item><title><![CDATA[Reply to Cahnge Font Size in Python on Wed, 14 Nov 2018 02:10:45 GMT]]></title><description><![CDATA[<p dir="auto">Awesome can we share this or do you want to keep the testing to a small number of people?</p>
]]></description><link>https://community.m5stack.com/post/1982</link><guid isPermaLink="true">https://community.m5stack.com/post/1982</guid><dc:creator><![CDATA[lukasmaximus]]></dc:creator><pubDate>Wed, 14 Nov 2018 02:10:45 GMT</pubDate></item><item><title><![CDATA[Reply to Cahnge Font Size in Python on Sun, 11 Nov 2018 22:39:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/loboris" aria-label="Profile: loboris">@<bdi>loboris</bdi></a><br />
thanks :) can test it when its ready ...</p>
]]></description><link>https://community.m5stack.com/post/1974</link><guid isPermaLink="true">https://community.m5stack.com/post/1974</guid><dc:creator><![CDATA[devros]]></dc:creator><pubDate>Sun, 11 Nov 2018 22:39:40 GMT</pubDate></item><item><title><![CDATA[Reply to Cahnge Font Size in Python on Sun, 11 Nov 2018 18:03:23 GMT]]></title><description><![CDATA[<p dir="auto">I have finished the font converter (written in Python) for the font format used in this MicroPython port and it works wery well.<br />
I'm working on the web interface now, the <strong>online</strong> converter will be available soon on my server, after some more testing.<br />
It will also be available as a standalone Python program (should work on any OS).</p>
<p dir="auto"><em>Some features:</em></p>
<ul>
<li>
<p dir="auto">Converting any <strong>ttf</strong> font to <strong>C</strong> source file which can be compiled with <code>tft.font_compile()</code> or included into the build to be compiled into the firmware is supported</p>
</li>
<li>
<p dir="auto">Converting directly to binary <strong>fon</strong> file which can be used with <code>tft.font()</code> is also supported</p>
</li>
<li>
<p dir="auto">Convert full ascii character set (32 - 127) or only the selected characters</p>
</li>
<li>
<p dir="auto">Adding characters from <a href="https://en.wikipedia.org/wiki/Windows-1252" target="_blank" rel="noopener noreferrer nofollow ugc"><strong>cp1252</strong></a> and <a href="https://en.wikipedia.org/wiki/Windows-1250" target="_blank" rel="noopener noreferrer nofollow ugc"><strong>cp1250</strong></a> code pages is supported (more code pages will be probably added later).<br />
Including characters like <strong>Ä</strong>, <strong>€</strong>, <strong>ß</strong>, <strong>Č</strong>, <strong>Đ</strong>, <strong>ž</strong>, <strong>ø</strong>, <strong>µ</strong>, <strong>°</strong> is now supported<br />
I'll try to add support for non-Latin character sets like Cyrillic, Hebrew, Arabic, Chinese, later.</p>
</li>
<li>
<p dir="auto">Font sizes from <strong>8</strong> to <strong>110</strong> pixels are supported</p>
</li>
</ul>
<p dir="auto">At the moment I don't have enough free time to support conversion to any other format.</p>
]]></description><link>https://community.m5stack.com/post/1971</link><guid isPermaLink="true">https://community.m5stack.com/post/1971</guid><dc:creator><![CDATA[loboris]]></dc:creator><pubDate>Sun, 11 Nov 2018 18:03:23 GMT</pubDate></item><item><title><![CDATA[Reply to Cahnge Font Size in Python on Sun, 11 Nov 2018 16:02:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/loboris" aria-label="Profile: loboris">@<bdi>loboris</bdi></a> Not sure what server you would be running this on. If linux or other unix it should be relatively easy. As per the link I sent earlier:</p>
<blockquote>
<p dir="auto"><strong>Adding New Fonts</strong><br />
If you want to create new font sizes not included with the library, or adapt entirely new fonts, we have a command-line tool (in the <code>fontconvert</code> folder) for this. It should work on many Linux- or UNIX-like systems (Raspberry Pi, Mac OS X, maybe Cygwin for Windows, among others).<br />
Building this tool requires the gcc compiler and FreeType library. Most Linux distributions include both by default. For others, you may need to install developer tools and download and build FreeType from the source. Then edit the Makefile to match your setup before invoking <code>make</code>.<br />
<code>fontconvert</code> expects at least two arguments: a font filename (such as a scalable TrueType vector font) and a size, in points (72 points = 1 inch; the code presumes a screen resolution similar to the Adafruit 2.8" TFT displays). The output should be redirected to a .h file…you can call this whatever you like but I try to be somewhat descriptive:</p>
</blockquote>
<pre><code>./fontconvert myfont.ttf 12 &gt; myfont12pt7b.h
</code></pre>
]]></description><link>https://community.m5stack.com/post/1970</link><guid isPermaLink="true">https://community.m5stack.com/post/1970</guid><dc:creator><![CDATA[Rop]]></dc:creator><pubDate>Sun, 11 Nov 2018 16:02:28 GMT</pubDate></item><item><title><![CDATA[Reply to Cahnge Font Size in Python on Thu, 08 Nov 2018 18:10:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rop" aria-label="Profile: rop">@<bdi>rop</bdi></a> 在 <a href="/post/1950">Cahnge Font Size in Python</a> 中说：</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/loboris" aria-label="Profile: loboris">@<bdi>loboris</bdi></a> While you are working on this, could you also make it an output option to create the .h files needed to use the font with Adafruit's gfx library? (See <a href="https://learn.adafruit.com/adafruit-gfx-graphics-library/using-fonts#adding-new-fonts-5-18" target="_blank" rel="noopener noreferrer nofollow ugc">here</a> for details.) Is there any way for me to help?</p>
</blockquote>
<p dir="auto">Maybe, if you can provide the exact and detailed description of the format.</p>
]]></description><link>https://community.m5stack.com/post/1951</link><guid isPermaLink="true">https://community.m5stack.com/post/1951</guid><dc:creator><![CDATA[loboris]]></dc:creator><pubDate>Thu, 08 Nov 2018 18:10:12 GMT</pubDate></item><item><title><![CDATA[Reply to Cahnge Font Size in Python on Thu, 08 Nov 2018 09:48:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/loboris" aria-label="Profile: loboris">@<bdi>loboris</bdi></a> While you are working on this, could you also make it an output option to create the .h files needed to use the font with Adafruit's gfx library? (See <a href="https://learn.adafruit.com/adafruit-gfx-graphics-library/using-fonts#adding-new-fonts-5-18" target="_blank" rel="noopener noreferrer nofollow ugc">here</a> for details.) Is there any way for me to help?</p>
]]></description><link>https://community.m5stack.com/post/1950</link><guid isPermaLink="true">https://community.m5stack.com/post/1950</guid><dc:creator><![CDATA[Rop]]></dc:creator><pubDate>Thu, 08 Nov 2018 09:48:57 GMT</pubDate></item><item><title><![CDATA[Reply to Cahnge Font Size in Python on Thu, 08 Nov 2018 02:59:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/loboris" aria-label="Profile: loboris">@<bdi>loboris</bdi></a> very cool, look forward to trying it out, meanwhile I will find a way to use the tool you suggested, for some reason I have never been able to successfully install homebrew on my mac. BTW I was wondering does it work with non roman fonts? japanese, thai, arabic etc..</p>
]]></description><link>https://community.m5stack.com/post/1948</link><guid isPermaLink="true">https://community.m5stack.com/post/1948</guid><dc:creator><![CDATA[lukasmaximus]]></dc:creator><pubDate>Thu, 08 Nov 2018 02:59:55 GMT</pubDate></item><item><title><![CDATA[Reply to Cahnge Font Size in Python on Tue, 06 Nov 2018 10:12:59 GMT]]></title><description><![CDATA[<p dir="auto">I'm working on <strong>online</strong> font converter which will be available on my server.<br />
It will convert any ttf font to <strong>c</strong> source file and/or compiled <strong>fon</strong> file compatible with this MicroPython.<br />
It should be ready in a couple of weeks (I don't have much free time).</p>
]]></description><link>https://community.m5stack.com/post/1935</link><guid isPermaLink="true">https://community.m5stack.com/post/1935</guid><dc:creator><![CDATA[loboris]]></dc:creator><pubDate>Tue, 06 Nov 2018 10:12:59 GMT</pubDate></item><item><title><![CDATA[Reply to Cahnge Font Size in Python on Tue, 06 Nov 2018 07:32:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lukasmaximus" aria-label="Profile: lukasmaximus">@<bdi>lukasmaximus</bdi></a><br />
hi, im also on mac and ttf2c_vc2003.exe works great with wine. I used brew installation method for Wine and wineconsole ttf2c_vc2003.exe command...<br />
File size is limited to 100kb for now</p>
]]></description><link>https://community.m5stack.com/post/1933</link><guid isPermaLink="true">https://community.m5stack.com/post/1933</guid><dc:creator><![CDATA[devros]]></dc:creator><pubDate>Tue, 06 Nov 2018 07:32:22 GMT</pubDate></item><item><title><![CDATA[Reply to Cahnge Font Size in Python on Tue, 06 Nov 2018 03:55:38 GMT]]></title><description><![CDATA[<p dir="auto">I saw about the ttf2c_vc2003.exe on your github but as I am predominately a mac user and my windows machine is in for repair at the moment, I thought it would be good to offer an alternative to others in a similar situation. I tried wine but get errors and so am unable to use the tool. I compiled a bunch of fonts but always tend to get error messages like this  <a href="https://ibb.co/bZBCoV" target="_blank" rel="noopener noreferrer nofollow ugc">https://ibb.co/bZBCoV</a>  Does that mean the file size is too big? I succesfully compiled the vera font you included on your github so I know the main issue i'm facing is with the conversion from ttf to c.</p>
<p dir="auto">I was wondering what is the big difference between the online tool I found and the windows command line tool. I hope to write a clear guide to make it easy for anyone to use their own custom fonts no matter what platform they are on.</p>
<p dir="auto">Thanks for your awesome work on this micropython port, I'll have a read on the forums and see if I can find more answers to my question</p>
]]></description><link>https://community.m5stack.com/post/1930</link><guid isPermaLink="true">https://community.m5stack.com/post/1930</guid><dc:creator><![CDATA[lukasmaximus]]></dc:creator><pubDate>Tue, 06 Nov 2018 03:55:38 GMT</pubDate></item><item><title><![CDATA[Reply to Cahnge Font Size in Python on Mon, 05 Nov 2018 22:52:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/loboris" aria-label="Profile: loboris">@<bdi>loboris</bdi></a><br />
thanks, dont want to waste your time...<br />
looks like about 100kb is maximum<br />
hmm or can i run micropython virtualy on computer and compile font myself?</p>
<p dir="auto">tried about 80kb size font (80px size) on m5stack and it works (only font looks little croped form left side on some letters) :) thanks</p>
]]></description><link>https://community.m5stack.com/post/1928</link><guid isPermaLink="true">https://community.m5stack.com/post/1928</guid><dc:creator><![CDATA[devros]]></dc:creator><pubDate>Mon, 05 Nov 2018 22:52:18 GMT</pubDate></item><item><title><![CDATA[Reply to Cahnge Font Size in Python on Mon, 05 Nov 2018 22:22:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/devros" aria-label="Profile: devros">@<bdi>devros</bdi></a><br />
<code>lcd.compileFont()</code> function  reads the whole <em>.c</em> file into the memory buffer allocated on the esp32 heap and in your case there is obviously not enough free heap space.<br />
I'll try to change the function to read the source file in smaller increments so that large files can be compiled.</p>
<p dir="auto">Until then, if you can post your <em>.c</em> file here or somewhere else, I can try to compile it for you and send you the compiled <em>.fon</em> file.</p>
<p dir="auto">You can post your questions and issues related to MicroPython port used on M5Stack also on its <a href="https://loboris.eu/forum/" target="_blank" rel="noopener noreferrer nofollow ugc">Forum</a>.</p>
]]></description><link>https://community.m5stack.com/post/1927</link><guid isPermaLink="true">https://community.m5stack.com/post/1927</guid><dc:creator><![CDATA[loboris]]></dc:creator><pubDate>Mon, 05 Nov 2018 22:22:38 GMT</pubDate></item><item><title><![CDATA[Reply to Cahnge Font Size in Python on Mon, 05 Nov 2018 21:06:51 GMT]]></title><description><![CDATA[<p dir="auto">hello also tried to compile font<br />
prepared font with ttf2c_vc2003.exe and uploaded to M5stack<br />
but python returns<br />
lcd.compileFont('/flash/impact.c', debug=True)<br />
memory allocation error<br />
False<br />
any idea whats wrong?</p>
<p dir="auto">impact.c is 160kb size (i need bigger letters)</p>
]]></description><link>https://community.m5stack.com/post/1926</link><guid isPermaLink="true">https://community.m5stack.com/post/1926</guid><dc:creator><![CDATA[devros]]></dc:creator><pubDate>Mon, 05 Nov 2018 21:06:51 GMT</pubDate></item><item><title><![CDATA[Reply to Cahnge Font Size in Python on Fri, 02 Nov 2018 09:27:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lukasmaximus" aria-label="Profile: lukasmaximus">@<bdi>lukasmaximus</bdi></a></p>
<p dir="auto">You can use <a href="https://github.com/m5stack/M5Stack_MicroPython/tree/master/MicroPython_BUILD/components/micropython/esp32/modules_examples/tft/font_tool" target="_blank" rel="noopener noreferrer nofollow ugc">ttf2c_vc2003.exe</a> to convert the ttf fonts to <strong>c</strong> files and compile it in MicroPython. It works.</p>
]]></description><link>https://community.m5stack.com/post/1882</link><guid isPermaLink="true">https://community.m5stack.com/post/1882</guid><dc:creator><![CDATA[loboris]]></dc:creator><pubDate>Fri, 02 Nov 2018 09:27:48 GMT</pubDate></item><item><title><![CDATA[Reply to Cahnge Font Size in Python on Fri, 02 Nov 2018 03:31:56 GMT]]></title><description><![CDATA[<p dir="auto">I've tried the lcd.compileFont(file_name [,debug])<br />
with a .c extension font I created with this handy online ttf font to .c converter<br />
<a href="https://littlevgl.com/ttf-font-to-c-array" target="_blank" rel="noopener noreferrer nofollow ugc">https://littlevgl.com/ttf-font-to-c-array</a></p>
<p dir="auto">I haven't had any luck so far, just results in errors or no response<br />
will keep trying</p>
]]></description><link>https://community.m5stack.com/post/1879</link><guid isPermaLink="true">https://community.m5stack.com/post/1879</guid><dc:creator><![CDATA[lukasmaximus]]></dc:creator><pubDate>Fri, 02 Nov 2018 03:31:56 GMT</pubDate></item><item><title><![CDATA[Reply to Cahnge Font Size in Python on Wed, 31 Oct 2018 10:29:15 GMT]]></title><description><![CDATA[<p dir="auto">Have you tried:<br />
lcd.compileFont(file_name [,debug])</p>
<p dir="auto"><a href="https://github.com/m5stack/M5Cloud#lcdcompilefontfile_name-debug" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/m5stack/M5Cloud#lcdcompilefontfile_name-debug</a></p>
]]></description><link>https://community.m5stack.com/post/1871</link><guid isPermaLink="true">https://community.m5stack.com/post/1871</guid><dc:creator><![CDATA[yurikleb]]></dc:creator><pubDate>Wed, 31 Oct 2018 10:29:15 GMT</pubDate></item><item><title><![CDATA[Reply to Cahnge Font Size in Python on Wed, 31 Oct 2018 01:52:39 GMT]]></title><description><![CDATA[<p dir="auto">To my understanding the fonts supported by micropython are bitmap fonts and are thus unscalable. However there are bigger and smaller sizes of some of the fonts on the M5 for instance the dejavu font has 12pt, 18pt and 24pt.</p>
<p dir="auto">You can set the font by calling the command<br />
lcd.font(lcd.FONT_DejaVu24)</p>
<p dir="auto">micropython only supports .fon files an otherwise outdated font format. I managed to find a handful of other .fon fonts and put them in the fonts folder in the m5's flash. However thats not enough to use those fonts, they need to be setup in whichever script relates to the font, and I have not found it yet, no mention in the lcd module of the fonts.</p>
<p dir="auto">I will keep trying to add more fonts and if I have any progress I will report my findings here</p>
]]></description><link>https://community.m5stack.com/post/1866</link><guid isPermaLink="true">https://community.m5stack.com/post/1866</guid><dc:creator><![CDATA[lukasmaximus]]></dc:creator><pubDate>Wed, 31 Oct 2018 01:52:39 GMT</pubDate></item></channel></rss>