<?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[ATOM Lite Display not display in smallHd 503]]></title><description><![CDATA[<p dir="auto">Hi all,</p>
<p dir="auto">somebody knows ATOM Display Lite settings for display on <a href="https://smallhd.com/products/503-ultra-bright-professional-on-camera-field-monitor" target="_blank" rel="noopener noreferrer nofollow ugc">SmallHD 503</a>  monitor?</p>
<p dir="auto">best regards</p>
]]></description><link>https://community.m5stack.com/topic/4401/atom-lite-display-not-display-in-smallhd-503</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 06:43:20 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/4401.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 29 Jun 2022 10:21:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to ATOM Lite Display not display in smallHd 503 on Tue, 08 Oct 2024 20:50:11 GMT]]></title><description><![CDATA[<p dir="auto">Unfortunately, even with new cables, the problem persists ..<br />
I tested my SmallHD 503U monitor with a RPI3 and it works<br />
<a class="plugin-mentions-user plugin-mentions-a" href="/user/macsbug" aria-label="Profile: macsbug">@<bdi>macsbug</bdi></a> what do you think?</p>
<p dir="auto">best regards</p>
]]></description><link>https://community.m5stack.com/post/26660</link><guid isPermaLink="true">https://community.m5stack.com/post/26660</guid><dc:creator><![CDATA[cepics]]></dc:creator><pubDate>Tue, 08 Oct 2024 20:50:11 GMT</pubDate></item><item><title><![CDATA[Reply to ATOM Lite Display not display in smallHd 503 on Sun, 06 Oct 2024 17:13:12 GMT]]></title><description><![CDATA[<p dir="auto">Hi all,<br />
two days ago, I wanted to try the Atom lite display and smallhd 503U again and, after loading the test sketch (<a href="https://docs.m5stack.com/en/atom/atom_display" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.m5stack.com/en/atom/atom_display</a>),</p>
<pre><code>#include &lt;Arduino.h&gt;
#include &lt;vector&gt;

#include &lt;M5AtomDisplay.h&gt;
M5AtomDisplay display;

void setup(void)
{
  display.begin();
}

void loop(void)
{
  display.fillScreen(RED);
  delay(1000);
  display.fillScreen(GREEN);
  delay(1000);
  display.fillScreen(BLUE);
  delay(1000);
}
</code></pre>
<p dir="auto">the SmallHD 503U monitor began to color.</p>
<p dir="auto">I then created my code and worked on it for two days, visualizing the data coming from another atom through the ESPNOW protocol without problems..</p>
<p dir="auto">while I was working on the TX code (ATOM LITE), suddenly the smallhd 503U stopped displaying the HDMI output of the ATOM lite  Display RX</p>
<p dir="auto">then the ritual tests began:</p>
<p dir="auto">atom and cables, on a TV, work perfectly</p>
<p dir="auto">503U and cables connected to the PC work perfectly</p>
<p dir="auto">I switched from battery to an AC adapter for the monitor (20v 11,5 A)</p>
<p dir="auto">I updated the 503U firmware to the latest available, 5.5.6. ( was 4.7.2 than 4.8.7)</p>
<p dir="auto">I tried all 5 cables present at home and they all work between AtomDisplay and TV and between PC and 503U and they don't work between AtomDisplay and 503U</p>
<p dir="auto">I tried various settings of M5AtomDisplay display() and display.setColorDepth()</p>
<pre><code>M5AtomDisplay display(1920,1080,24);
M5AtomDisplay display(1080,720,24);
M5AtomDisplay display(1080,720,50);
M5AtomDisplay display(1080,720,60);
M5AtomDisplay display ( 640, 360, 60, 1980, 1080, 2, 2, 74250000 );

display.setColorDepth(8);
display.setColorDepth(24);
display.setColorDepth(10);
</code></pre>
<p dir="auto">I couldn't figure out if the 503U is capable of"adaptive resolution scaling" and the green led on the monitor for input sensing it went back off like at the beginning of this long story</p>
<p dir="auto">I can't figure out what's happening and I ordered some new hdmi cables..</p>
<p dir="auto">ideas?</p>
<p dir="auto">best regards</p>
<p dir="auto">Mauro</p>
]]></description><link>https://community.m5stack.com/post/26635</link><guid isPermaLink="true">https://community.m5stack.com/post/26635</guid><dc:creator><![CDATA[cepics]]></dc:creator><pubDate>Sun, 06 Oct 2024 17:13:12 GMT</pubDate></item><item><title><![CDATA[Reply to ATOM Lite Display not display in smallHd 503 on Tue, 18 Jul 2023 17:41:42 GMT]]></title><description><![CDATA[<p dir="auto">Waveshare displays can be hit and miss. I have a 7.1" that will work sometimes with the display but not always and sometime wont work with other HDMI devices.</p>
]]></description><link>https://community.m5stack.com/post/21614</link><guid isPermaLink="true">https://community.m5stack.com/post/21614</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Tue, 18 Jul 2023 17:41:42 GMT</pubDate></item><item><title><![CDATA[Reply to ATOM Lite Display not display in smallHd 503 on Tue, 18 Jul 2023 10:53:14 GMT]]></title><description><![CDATA[<p dir="auto">no, still don't work!!<br />
yes 5 inches.......</p>
]]></description><link>https://community.m5stack.com/post/21613</link><guid isPermaLink="true">https://community.m5stack.com/post/21613</guid><dc:creator><![CDATA[cepics]]></dc:creator><pubDate>Tue, 18 Jul 2023 10:53:14 GMT</pubDate></item><item><title><![CDATA[Reply to ATOM Lite Display not display in smallHd 503 on Wed, 17 May 2023 12:14:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cepics" aria-label="Profile: cepics">@<bdi>cepics</bdi></a> said in <a href="/post/17845">ATOM Lite Display not display in smallHd 503</a>:</p>
<blockquote>
<p dir="auto">SmallHD503 datasheet</p>
</blockquote>
<p dir="auto">I read that you are also struggling with this (5 inch?) display. I am facing the same issues with Waveshare 5inch display. Although I have the very strong feeling that the software on the M5AtomDisplay as shipped is different from the GitHub factory test.  Have you been able to get things working?</p>
]]></description><link>https://community.m5stack.com/post/20868</link><guid isPermaLink="true">https://community.m5stack.com/post/20868</guid><dc:creator><![CDATA[HappyUser]]></dc:creator><pubDate>Wed, 17 May 2023 12:14:20 GMT</pubDate></item><item><title><![CDATA[Reply to ATOM Lite Display not display in smallHd 503 on Thu, 30 Jun 2022 13:34:08 GMT]]></title><description><![CDATA[<p dir="auto">from <a href="https://smallhd.com/products/503-ultra-bright-professional-on-camera-field-monitor" target="_blank" rel="noopener noreferrer nofollow ugc">SmallHD503 datasheet</a>:</p>
<p dir="auto">HDMI Input Types</p>
<p dir="auto">YCC 4:2:2 @ 8 bits, 8/10/12 bit color in RGB &amp; YCC 4:4:4: 1080p60, 1080p59.94, 1080p50, 1080p30, 1080p29.97 1080p25, 1080p24, 1080p23.98,1080i60, 1080i59.94, 1080i50, 1080i30, 1080i29.97, 1080i25, 720p120, 720p119.88, 720p100, 720p60, 720p59.94 , 720p50, 720p30, 720p29.97, 720p25, 720p24, 720p23.98, 480p120, 480p119.88, 480p60, 480p59.94, 576p100, 576p50, 480i240, 480i239.76, 480i120, 480i119.88, 480i60, 480i59.94, 480i30, 480i29.97, 480i24, 480i23.98, 576i200, 576i100, 576i50, 576i25</p>
]]></description><link>https://community.m5stack.com/post/17845</link><guid isPermaLink="true">https://community.m5stack.com/post/17845</guid><dc:creator><![CDATA[cepics]]></dc:creator><pubDate>Thu, 30 Jun 2022 13:34:08 GMT</pubDate></item><item><title><![CDATA[Reply to ATOM Lite Display not display in smallHd 503 on Thu, 30 Jun 2022 10:37:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/macsbug" aria-label="Profile: macsbug">@<bdi>macsbug</bdi></a> said in <a href="/post/17839">ATOM Lite Display not display in smallHd 503</a>:</p>
<blockquote>
<p dir="auto">1920/2,1080/2,24</p>
</blockquote>
<p dir="auto">No way to display something on the 503.... I tried all configuration:</p>
<p dir="auto">// M5AtomDisplay display(); // 1280 x 720<br />
M5AtomDisplay display(1920,1080,24); // 1920 x 1080 , 24bit<br />
// M5AtomDisplay display(1366,768); // 1366 x 768<br />
// M5AtomDisplay display(1920/2,1080/2,24);<br />
// ( 480, 1920);(1920, 480);(1280, 720);(1024, 768);<br />
// ( 960, 540);( 800, 600);( 640, 480);( 640, 400);<br />
// ( 640, 360);( 512, 212);( 256, 192);( 320, 240);<br />
// ( 240, 320);( 200, 200);( 240, 135);( 135, 240);<br />
// ( 160, 160);( 160, 80);( 80, 160);( 80, 80);</p>
<p dir="auto">when I connect hdmi cable to the 503, the monitor "feel" something (green led on and image settings in the "in settings page" of 503) but no image displayed.....</p>
<p dir="auto">the same cable works in other setup....</p>
]]></description><link>https://community.m5stack.com/post/17840</link><guid isPermaLink="true">https://community.m5stack.com/post/17840</guid><dc:creator><![CDATA[cepics]]></dc:creator><pubDate>Thu, 30 Jun 2022 10:37:20 GMT</pubDate></item><item><title><![CDATA[Reply to ATOM Lite Display not display in smallHd 503 on Thu, 30 Jun 2022 00:37:00 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/cepics" aria-label="Profile: cepics">@<bdi>cepics</bdi></a></p>
<p dir="auto">SmallHD 503 : 1920 x 1080</p>
<p dir="auto">:--------------------------------------------------<br />
Arduino IDE</p>
<p dir="auto">#include &lt;M5AtomDisplay.h&gt;</p>
<p dir="auto">You can set the resolution (width, height) with the argument.<br />
If omitted, 1280, 720<br />
// M5AtomDisplay display(); // 1280 x 720</p>
<p dir="auto">M5AtomDisplay display(1920,1080,24); // 1920 x 1080 , 24bit</p>
<p dir="auto">// TOSHIBA REGZA 32BC3 32inch 1366x768<br />
// M5AtomDisplay display(1366,768); // 1366 x 768</p>
<p dir="auto">// M5AtomDisplay display(1920/2,1080/2,24);</p>
<p dir="auto">example<br />
// ( 480, 1920);(1920, 480);(1280, 720);(1024, 768);<br />
// ( 960, 540);( 800, 600);( 640, 480);( 640, 400);<br />
// ( 640, 360);( 512, 212);( 256, 192);( 320, 240);<br />
// ( 240, 320);( 200, 200);( 240, 135);( 135, 240);<br />
// ( 160, 160);( 160,  80);(  80, 160);(  80,  80);</p>
<p dir="auto">It may not be displayed correctly depending on the supported resolution of the display.<br />
It may be possible to display by setting the resolution (width, height) to be output to the display with arguments 3 and 4.<br />
You can also set the width and height magnification with arguments 5 and 6.<br />
If the enlarged resolution is less than the output resolution, there will be a gap around the screen.</p>
<p dir="auto">// M5AtomDisplay display ( 512, 384, 1280, 800, 2, 2 );<br />
// M5AtomDisplay display ( 683, 384, 1366, 768, 2, 2 );</p>
<ul>
<li>The width magnification must be a number that is divisible by the width of the output resolution</li>
</ul>
<p dir="auto">// ex: M5AtomDisplay display ( 400, 250, 1280, 800, 3, 3 );<br />
In this example, 1280 is not divisible by 3, so the horizontal magnification is changed to 2.</p>
<p dir="auto">:--------------------------------------------------<br />
Reference :<br />
M5GFX/docs/ATOMDisplay.md<br />
M5GFX/examples/<br />
<a href="https://github.com/m5stack/M5GFX" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/m5stack/M5GFX</a></p>
<p dir="auto">Overview of internal processing of ATOM Display(ATOM Displayの内部処理概要)<br />
<a href="https://qiita.com/ciniml/items/30759f0083df5e07865f" target="_blank" rel="noopener noreferrer nofollow ugc">https://qiita.com/ciniml/items/30759f0083df5e07865f</a></p>
<p dir="auto">Panel_M5HDMI.hpp<br />
<a href="https://github.com/m5stack/M5GFX/blob/master/src/lgfx/v1/panel/Panel_M5HDMI.hpp#L117" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/m5stack/M5GFX/blob/master/src/lgfx/v1/panel/Panel_M5HDMI.hpp#L117</a></p>
<p dir="auto">:--------------------------------------------------<br />
Exsample :</p>
<p dir="auto">#include &lt;M5AtomDisplay.h&gt;<br />
M5AtomDisplay display(1920,1080,24);</p>
<p dir="auto">void setup(void){<br />
display.init();<br />
display.setRotation(0); //0=normal/1=90deg/2=180deg/3=270deg/4~7=upside down<br />
display.setColorDepth(24);  // 24bit per pixel color setting // Set the color depth<br />
display.startWrite();<br />
for (int y = 0; y &lt; display.height(); ++y){<br />
for (int x = 0; x &lt; display.width(); ++x){<br />
display.writePixel(x, y, display.color888(x, x+y, y));<br />
}<br />
}<br />
display.endWrite();</p>
<p dir="auto">display.startWrite();<br />
for (int i = 0; i &lt; 16; ++i){<br />
int x = rand() % display.width();<br />
int y = rand() % display.height();<br />
display.drawCircle(x, y, 16, rand());<br />
}<br />
display.endWrite();<br />
}</p>
<p dir="auto">void loop(void){<br />
display.startWrite();<br />
static constexpr const char hello_str[] = "Hello ATOM Display !";<br />
display.setFont(&amp;fonts::Orbitron_Light_32);<br />
for (int i = -display.textWidth(hello_str); i &lt; display.width(); ++i){<br />
display.drawString(hello_str,i,(display.height()-display.fontHeight())&gt;&gt;1);<br />
}<br />
display.endWrite();<br />
}<br />
:--------------------------------------------------</p>
]]></description><link>https://community.m5stack.com/post/17839</link><guid isPermaLink="true">https://community.m5stack.com/post/17839</guid><dc:creator><![CDATA[macsbug]]></dc:creator><pubDate>Thu, 30 Jun 2022 00:37:00 GMT</pubDate></item></channel></rss>