<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://w.electrodragon.com/w/index.php?action=history&amp;feed=atom&amp;title=MP-Maix</id>
	<title>MP-Maix - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://w.electrodragon.com/w/index.php?action=history&amp;feed=atom&amp;title=MP-Maix"/>
	<link rel="alternate" type="text/html" href="https://w.electrodragon.com/w/index.php?title=MP-Maix&amp;action=history"/>
	<updated>2026-06-04T22:58:12Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.2</generator>
	<entry>
		<id>https://w.electrodragon.com/w/index.php?title=MP-Maix&amp;diff=30506&amp;oldid=prev</id>
		<title>Chao at 08:41, 9 April 2021</title>
		<link rel="alternate" type="text/html" href="https://w.electrodragon.com/w/index.php?title=MP-Maix&amp;diff=30506&amp;oldid=prev"/>
		<updated>2021-04-09T08:41:37Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;* internal micropython IDE - https://github.com/robert-hh/Micropython-Editor&lt;br /&gt;
* os.listdir()&lt;br /&gt;
* pye(&amp;quot;hello.py&amp;quot;)&lt;br /&gt;
* print(&amp;quot;hello maixpy&amp;quot;)&lt;br /&gt;
* ctrl+s and enter to save file, ctrl+q to quit&lt;br /&gt;
* import hello to run file&lt;br /&gt;
* exec file&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
with open(&amp;quot;hello.py&amp;quot;) as f:&lt;br /&gt;
    exec(f.read())&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
== Demo code ==&lt;br /&gt;
=== Sensor and LCD ===&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
import sensor&lt;br /&gt;
import image&lt;br /&gt;
import lcd&lt;br /&gt;
 &lt;br /&gt;
lcd.init()&lt;br /&gt;
sensor.reset()&lt;br /&gt;
sensor.set_pixformat(sensor.RGB565)&lt;br /&gt;
sensor.set_framesize(sensor.QVGA)&lt;br /&gt;
sensor.run(1)&lt;br /&gt;
while True:&lt;br /&gt;
    img=sensor.snapshot()&lt;br /&gt;
    lcd.display(img)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[category: Maix]]&lt;br /&gt;
[[category: Micropython]]&lt;/div&gt;</summary>
		<author><name>Chao</name></author>
	</entry>
</feed>