<?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[Topics tagged with m5paper]]></title><description><![CDATA[A list of topics that have been tagged with m5paper]]></description><link>https://community.m5stack.com/tags/m5paper</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 14:14:33 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/tags/m5paper.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 14 Mar 2024 11:29:20 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[GMT+13 time zone missing (e.g. for NZDT &gt; New Zealand Daylight Savings Time)]]></title><link>https://community.m5stack.com/topic/6210/gmt-13-time-zone-missing-e-g-for-nzdt-new-zealand-daylight-savings-time</link><guid isPermaLink="true">https://community.m5stack.com/topic/6210/gmt-13-time-zone-missing-e-g-for-nzdt-new-zealand-daylight-savings-time</guid><pubDate>Thu, 14 Mar 2024 11:29:20 GMT</pubDate></item><item><title><![CDATA[DoorSignage with M5Paper: how avoid the ghosting]]></title><link>https://community.m5stack.com/topic/5960/doorsignage-with-m5paper-how-avoid-the-ghosting</link><guid isPermaLink="true">https://community.m5stack.com/topic/5960/doorsignage-with-m5paper-how-avoid-the-ghosting</guid><pubDate>Mon, 08 Jan 2024 17:09:03 GMT</pubDate></item><item><title><![CDATA[M5stack paper not showing German characters  &quot;äöü&quot;]]></title><link>https://community.m5stack.com/topic/5766/m5stack-paper-not-showing-german-characters-äöü</link><guid isPermaLink="true">https://community.m5stack.com/topic/5766/m5stack-paper-not-showing-german-characters-äöü</guid><pubDate>Thu, 02 Nov 2023 18:55:25 GMT</pubDate></item><item><title><![CDATA[M5paper: disable boot logo&#x2F;menu]]></title><description><![CDATA[Sorry for digging this old post....but... I have the same Issue. My application should update the display "as smooth as possible" that means the short flickering for a full refresh is ok (takes less than 1 second) but not the whole startup flickering-clearing-UIFlowLogo-flickering-nothinguntilmydatagetready-flickering thing.
My solution is now a wait instead of sleep which draws the battery too fast.
Any idea how to do that in UIFlow?
]]></description><link>https://community.m5stack.com/topic/5142/m5paper-disable-boot-logo-menu</link><guid isPermaLink="true">https://community.m5stack.com/topic/5142/m5paper-disable-boot-logo-menu</guid><dc:creator><![CDATA[holofloh]]></dc:creator><pubDate>Sun, 19 Mar 2023 10:53:21 GMT</pubDate></item><item><title><![CDATA[M5paper: Build Factory Test from Github]]></title><description><![CDATA[Hi @felmue,
thank you for the hint.
Now the Compilie works.
Thanks
Cermit
]]></description><link>https://community.m5stack.com/topic/4700/m5paper-build-factory-test-from-github</link><guid isPermaLink="true">https://community.m5stack.com/topic/4700/m5paper-build-factory-test-from-github</guid><dc:creator><![CDATA[Cermit]]></dc:creator><pubDate>Wed, 12 Oct 2022 21:25:44 GMT</pubDate></item><item><title><![CDATA[m5Paper Screen issue]]></title><description><![CDATA[Hello @ebr61168
I am out of ideas at this point in time, sorry.
Have you checked with M5Stack support or the shop / store you got your M5Paper from?
Thanks
Felix
]]></description><link>https://community.m5stack.com/topic/4563/m5paper-screen-issue</link><guid isPermaLink="true">https://community.m5stack.com/topic/4563/m5paper-screen-issue</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Sat, 27 Aug 2022 10:31:28 GMT</pubDate></item><item><title><![CDATA[[M5Paper] Ideas&#x2F;recommendations for a revision or V2 model]]></title><description><![CDATA[@m5stack it's been 3 weeks, without even a confirmation that you've read the issue. Could we please get an update? Or maybe @Zontex, you could bug someone at M5 HQ, since you seem to be more active.
]]></description><link>https://community.m5stack.com/topic/3007/m5paper-ideas-recommendations-for-a-revision-or-v2-model</link><guid isPermaLink="true">https://community.m5stack.com/topic/3007/m5paper-ideas-recommendations-for-a-revision-or-v2-model</guid><dc:creator><![CDATA[fonix232]]></dc:creator><pubDate>Thu, 25 Feb 2021 12:48:05 GMT</pubDate></item><item><title><![CDATA[My OpenWeatherMap display wth M%Paper]]></title><description><![CDATA[@powersoft
Hi, it is a very nice project!
Maybe you can share your code with me?
]]></description><link>https://community.m5stack.com/topic/2949/my-openweathermap-display-wth-m-paper</link><guid isPermaLink="true">https://community.m5stack.com/topic/2949/my-openweathermap-display-wth-m-paper</guid><dc:creator><![CDATA[Cermit]]></dc:creator><pubDate>Sat, 13 Feb 2021 14:05:50 GMT</pubDate></item><item><title><![CDATA[M5Paper reboot-persistent touchscreen failure (under UIFlow)]]></title><description><![CDATA[Hi @Nili
while reading the touch IC (GT911) documentation I found that there is a mechanism which allows to select which of two I2C addresses should be used. Depending on how the touch INT line is driven by the ESP32 (low or high) when the reset line goes back to high, either I2C address gets selected.
But since the touch INT line is connected to GPIO36 of the ESP32 and GPIO36 is an input only GPIO the ESP32 cannot drive it. From the ESP32 documentation:
GPIO34-39 can only be set as input mode and do not have software pullup or pulldown functions.
I further found that the 10k pull-up resistor (R87) on the touch INT line, listed in the schematics, is not populated in my M5Paper. I guess this mean when the touch IC is not driving the INT line it is floating and the touch IC could end up with either I2C address.
Now, in the GT911 library I found the following code in function begin() which I tries to figure out which I2C address the touch IC actually started up with:
    Wire.beginTransmission(0x14);
    if (Wire.endTransmission())
    {
        Wire.beginTransmission(0x5D);
        if (Wire.endTransmission())
        {
            log_e("Touch screen IIC connection error");
            return ESP_FAIL;
        }
        _iic_addr = 0x5D;
    }

I wonder if that auto detect mechanism fails sometimes leaving the touch IC with one I2C address and the ESP32 trying to talk to it with the other?
Thanks
Felix
]]></description><link>https://community.m5stack.com/topic/2946/m5paper-reboot-persistent-touchscreen-failure-under-uiflow</link><guid isPermaLink="true">https://community.m5stack.com/topic/2946/m5paper-reboot-persistent-touchscreen-failure-under-uiflow</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Fri, 12 Feb 2021 13:00:00 GMT</pubDate></item><item><title><![CDATA[The hight of character]]></title><description><![CDATA[This is available in the TFT_eSPI base class to canvas, but is not exposed to us.
The following seems to work:
int height = ((TFT_eSPI&amp;)Canvas).fontHeight();

]]></description><link>https://community.m5stack.com/topic/2900/the-hight-of-character</link><guid isPermaLink="true">https://community.m5stack.com/topic/2900/the-hight-of-character</guid><dc:creator><![CDATA[murraypaul]]></dc:creator><pubDate>Fri, 05 Feb 2021 16:12:26 GMT</pubDate></item><item><title><![CDATA[M5Paper, using canvas in procedure]]></title><description><![CDATA[@powersoft
Do you only have 1 canvas? Try canvas instead of canvas1.
BTW,  you can enclose your code in three back ticks (```) to make it easier for us to read,  like this...
this text has three back ticks before and after it

]]></description><link>https://community.m5stack.com/topic/2891/m5paper-using-canvas-in-procedure</link><guid isPermaLink="true">https://community.m5stack.com/topic/2891/m5paper-using-canvas-in-procedure</guid><dc:creator><![CDATA[world101]]></dc:creator><pubDate>Thu, 04 Feb 2021 18:23:54 GMT</pubDate></item><item><title><![CDATA[[M5Paper] pushImage()]]></title><description><![CDATA[@powersoft
Have you tried this tool yet?
https://github.com/m5stack/M5EPD/tree/main/tools/image2gray
It takes a jpg/png/bmp image and converts the image to a 4bit grayscale array.
]]></description><link>https://community.m5stack.com/topic/2849/m5paper-pushimage</link><guid isPermaLink="true">https://community.m5stack.com/topic/2849/m5paper-pushimage</guid><dc:creator><![CDATA[world101]]></dc:creator><pubDate>Thu, 28 Jan 2021 20:58:00 GMT</pubDate></item></channel></rss>