<?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[Can&#x27;t import m5stack.rtc on firmware 1.6.6]]></title><description><![CDATA[<p dir="auto">Hi m5stack,</p>
<p dir="auto">On the newest version, 1.6.6, it's no longer possible to <code>from m5stack import rtc</code></p>
<pre><code>&gt;&gt;&gt; from m5stack import rtc
Traceback (most recent call last):
  File "&lt;stdin&gt;", line 1, in &lt;module&gt;
ImportError: can't import name rtc
</code></pre>
<p dir="auto">Has the real time clock module been renamed?</p>
]]></description><link>https://community.m5stack.com/topic/2536/can-t-import-m5stack-rtc-on-firmware-1-6-6</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 05:30:55 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/2536.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 01 Dec 2020 10:24:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Can&#x27;t import m5stack.rtc on firmware 1.6.6 on Tue, 01 Dec 2020 16:44:29 GMT]]></title><description><![CDATA[<p dir="auto">Looks like rtc is included in one of the other files</p>
<pre><code>from m5stack import *
from m5ui import *
from uiflow import *

setScreenColor(0x111111)

rtc.setTime(0, 0, 0, 0, 0, 0)</code></pre>
]]></description><link>https://community.m5stack.com/post/10972</link><guid isPermaLink="true">https://community.m5stack.com/post/10972</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Tue, 01 Dec 2020 16:44:29 GMT</pubDate></item></channel></rss>