<?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 can I start my micro python program at reset]]></title><description><![CDATA[<p dir="auto">Hello,<br />
I wont to write a simple python code thats at startup (reset) my screen  cleared and print a message.<br />
The program has only 3 lines of code, but in which file I should put in these lines so that it starts automatically.<br />
I use VS code to program it.<br />
Thanks for any help.</p>
]]></description><link>https://community.m5stack.com/topic/1343/how-can-i-start-my-micro-python-program-at-reset</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 08:43:44 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/1343.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 26 Sep 2019 09:51:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How can I start my micro python program at reset on Mon, 30 Sep 2019 10:49:54 GMT]]></title><description><![CDATA[<p dir="auto">I placed my stuff into the <strong>/apps</strong> folder, e.g. <strong>/apps/demo.py</strong>. On startup you can then press the button in the middle to enter the app list, choose your app <strong>demo</strong> and from there on it will be started automatically when you reboot.</p>
]]></description><link>https://community.m5stack.com/post/5741</link><guid isPermaLink="true">https://community.m5stack.com/post/5741</guid><dc:creator><![CDATA[maechler]]></dc:creator><pubDate>Mon, 30 Sep 2019 10:49:54 GMT</pubDate></item><item><title><![CDATA[Reply to How can I start my micro python program at reset on Thu, 26 Sep 2019 10:22:41 GMT]]></title><description><![CDATA[<p dir="auto">Code that you wish to run on boot should either be in <a href="http://boot.py" target="_blank" rel="noopener noreferrer nofollow ugc">boot.py</a> or <a href="http://main.py" target="_blank" rel="noopener noreferrer nofollow ugc">main.py</a> and there should be a reference in the <a href="http://boot.py" target="_blank" rel="noopener noreferrer nofollow ugc">boot.py</a> to tell it which python script to load</p>
]]></description><link>https://community.m5stack.com/post/5740</link><guid isPermaLink="true">https://community.m5stack.com/post/5740</guid><dc:creator><![CDATA[lukasmaximus]]></dc:creator><pubDate>Thu, 26 Sep 2019 10:22:41 GMT</pubDate></item></channel></rss>