<?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[DisplayModule 13.2 - Plug and Play with m5Stack Core?]]></title><description><![CDATA[<p dir="auto">Hi guys,</p>
<p dir="auto">I'm new in the m5stack world, but already wrote my first program on a m5stack core (v1).</p>
<p dir="auto">My goal is to mirror the display of the m5stack to a remote monitor, preferable via HDMI.</p>
<p dir="auto">Question: is the Display Module 13.2 a plug and play module, where you simply connect the m5stack, add additional DC power and it works? Or is there anything that has to be programmed / additional libraries having to be installed on the m5stack? If so, where can I find guidlines for that before ordering the display port?</p>
<p dir="auto"><a href="https://docs.m5stack.com/en/module/Display%20Module%2013.2" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.m5stack.com/en/module/Display Module 13.2</a></p>
<p dir="auto">Thanks</p>
]]></description><link>https://community.m5stack.com/topic/6286/displaymodule-13-2-plug-and-play-with-m5stack-core</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 06:20:58 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/6286.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 01 Apr 2024 15:09:45 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to DisplayModule 13.2 - Plug and Play with m5Stack Core? on Wed, 03 Apr 2024 11:25:43 GMT]]></title><description><![CDATA[<p dir="auto">You need to define a label on the internal and another one on the external screen in the setup. In your screen update function (or your main loop) set them to the same value (or variable) and update both screens. As long as you use pre defined labels it is easy. It doubles the code for updateing but fix the issue. If you want to draw lines or print free text you have to deal with the different resolution an aspect ratio and calculate the coordinates. That require some smart thinking but is still far away from witchcraft.</p>
]]></description><link>https://community.m5stack.com/post/24661</link><guid isPermaLink="true">https://community.m5stack.com/post/24661</guid><dc:creator><![CDATA[holofloh]]></dc:creator><pubDate>Wed, 03 Apr 2024 11:25:43 GMT</pubDate></item><item><title><![CDATA[Reply to DisplayModule 13.2 - Plug and Play with m5Stack Core? on Wed, 03 Apr 2024 10:46:49 GMT]]></title><description><![CDATA[<p dir="auto">Well but I'm not actually printing anything yet.<br />
Just using some <code>label0.setText(...)</code> statements that then appear on fixed positions of the m5stack screen.</p>
<p dir="auto">I'm just looking into a possibility to mirror the m5stack screen onto a bigger screen.<br />
So that's not possible out of the box with the DisplayModule 13.2?</p>
]]></description><link>https://community.m5stack.com/post/24660</link><guid isPermaLink="true">https://community.m5stack.com/post/24660</guid><dc:creator><![CDATA[membersound]]></dc:creator><pubDate>Wed, 03 Apr 2024 10:46:49 GMT</pubDate></item><item><title><![CDATA[Reply to DisplayModule 13.2 - Plug and Play with m5Stack Core? on Tue, 02 Apr 2024 05:41:22 GMT]]></title><description><![CDATA[<p dir="auto">A simple copy&amp;paste from Lcd.print to Display.print would not work in every case as the pixel number and aspect ratio of the internal LCD (320x240 / 4:3) and the external Display (up to 1920x1080 /16:9) could be different. Of course you can change the HDMI to low resolution such as 320x240 but this will look poor on a big screen. A picture of 4:3 on a 16:9 display will either be stretched or do not fully cover the screen depending on the display settings.</p>
]]></description><link>https://community.m5stack.com/post/24645</link><guid isPermaLink="true">https://community.m5stack.com/post/24645</guid><dc:creator><![CDATA[holofloh]]></dc:creator><pubDate>Tue, 02 Apr 2024 05:41:22 GMT</pubDate></item><item><title><![CDATA[Reply to DisplayModule 13.2 - Plug and Play with m5Stack Core? on Mon, 01 Apr 2024 17:28:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/membersound" aria-label="Profile: membersound">@<bdi>membersound</bdi></a> I am quite literally about to order a display module myself, so I'm not speaking from experience, but I did some research this weekend before deciding to order.</p>
<p dir="auto">By all indications, each display is independent.<br />
For instance, with the m5unified library, the core2 uses " M5.Lcd.print() " for the built-in and " M5.Display.print() " for the display module.<br />
It seems at first glance all the methods are the same (print, drawRect, setFont, etc)</p>
<p dir="auto">So you'll almost certainly need to make some code changes.<br />
But if your goal is to "mirror" the displays, I'd think it would just be a matter of having two of every command?  As in copy/paste and in the second one change "Lcd" to "Display"</p>
<p dir="auto">(and now on to the long shipping wait ahead ;)</p>
]]></description><link>https://community.m5stack.com/post/24639</link><guid isPermaLink="true">https://community.m5stack.com/post/24639</guid><dc:creator><![CDATA[dissy]]></dc:creator><pubDate>Mon, 01 Apr 2024 17:28:13 GMT</pubDate></item></channel></rss>