<?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 to change the CoreMP135 boot logo image?]]></title><description><![CDATA[<p dir="auto">I see in the FAQ's there is an answer to this...</p>
<p dir="auto">"There are three ways to solve your problem. First, in the uboot stage, remove "show_logo" from bootcmd. The second method is to create a 320*240 rgb565 bmp image and place it in /boot/logo_lcd_320_240_rgb565.bmp, which will be displayed when the system boots up. Third, modify the source code at <a href="https://github.com/m5stack/CoreMP135_buildroot-external-st/blob/st/2023.02.10/board/m5stack/coremp135_5_15/patches/uboot/0001-cmd_show_logo.patch" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/m5stack/CoreMP135_buildroot-external-st/blob/st/2023.02.10/board/m5stack/coremp135_5_15/patches/uboot/0001-cmd_show_logo.patch</a>, and recompile an image that belongs to you."</p>
<p dir="auto">I have created the bmp file, but not sure where to put it on my MP135 (debian). I can locate the boot directory which has three files in it, but none of them are logo_lcd_320_240_rgb565.bmp which I was expecting to see. So where does it go?</p>
<p dir="auto">J</p>
]]></description><link>https://community.m5stack.com/topic/7003/how-to-change-the-coremp135-boot-logo-image</link><generator>RSS for Node</generator><lastBuildDate>Thu, 30 Apr 2026 11:33:50 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/7003.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 22 Nov 2024 14:37:38 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to change the CoreMP135 boot logo image? on Fri, 06 Dec 2024 16:30:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kuriko" aria-label="Profile: kuriko">@<bdi>kuriko</bdi></a> I’ve started writing a guide for it using the gimp image editor and the sample will be online nr Christmas (I hope)</p>
]]></description><link>https://community.m5stack.com/post/27361</link><guid isPermaLink="true">https://community.m5stack.com/post/27361</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Fri, 06 Dec 2024 16:30:02 GMT</pubDate></item><item><title><![CDATA[Reply to How to change the CoreMP135 boot logo image? on Fri, 06 Dec 2024 09:31:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ajb2k3" aria-label="Profile: ajb2k3">@<bdi>ajb2k3</bdi></a><br />
I mean... I don’t quite understand what 16-bit means. I used to save it directly in MSPaint as 16-bit color. I thought this was the same as 16-bit depth... Finally, I tried many methods and found that I had to use Adobe Photoshop.</p>
]]></description><link>https://community.m5stack.com/post/27356</link><guid isPermaLink="true">https://community.m5stack.com/post/27356</guid><dc:creator><![CDATA[kuriko]]></dc:creator><pubDate>Fri, 06 Dec 2024 09:31:28 GMT</pubDate></item><item><title><![CDATA[Reply to How to change the CoreMP135 boot logo image? on Fri, 06 Dec 2024 09:02:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kuriko" aria-label="Profile: kuriko">@<bdi>kuriko</bdi></a> It might sound dump now but the filename does say that it needs to have this colour profile.</p>
]]></description><link>https://community.m5stack.com/post/27355</link><guid isPermaLink="true">https://community.m5stack.com/post/27355</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Fri, 06 Dec 2024 09:02:14 GMT</pubDate></item><item><title><![CDATA[Reply to How to change the CoreMP135 boot logo image? on Tue, 03 Dec 2024 07:19:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ajb2k3" aria-label="Profile: ajb2k3">@<bdi>ajb2k3</bdi></a><br />
okay... after few hours of digging, I found it out that you must save the .bmp file as 16bit-depth (RGB565), mspaint does not have that feature so i got it worked by using Photoshop<br />
<img src="/assets/uploads/files/1733210340262-wechatimg130-resized.jpg" alt="WechatIMG130.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/post/27320</link><guid isPermaLink="true">https://community.m5stack.com/post/27320</guid><dc:creator><![CDATA[kuriko]]></dc:creator><pubDate>Tue, 03 Dec 2024 07:19:01 GMT</pubDate></item><item><title><![CDATA[Reply to How to change the CoreMP135 boot logo image? on Tue, 03 Dec 2024 05:44:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kuriko" aria-label="Profile: kuriko">@<bdi>kuriko</bdi></a> No, do not touch the patch file.</p>
]]></description><link>https://community.m5stack.com/post/27316</link><guid isPermaLink="true">https://community.m5stack.com/post/27316</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Tue, 03 Dec 2024 05:44:28 GMT</pubDate></item><item><title><![CDATA[Reply to How to change the CoreMP135 boot logo image? on Tue, 03 Dec 2024 01:57:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ajb2k3" aria-label="Profile: ajb2k3">@<bdi>ajb2k3</bdi></a><br />
i saw there is a .jpg file for the second boot logo... but for the first one i thought it will apply "0001-cmd_show_logo.patch" to the buildroot. but even if i change the pixels in that .patch<br />
and recompile it still nothing changed... i'm confused</p>
]]></description><link>https://community.m5stack.com/post/27312</link><guid isPermaLink="true">https://community.m5stack.com/post/27312</guid><dc:creator><![CDATA[kuriko]]></dc:creator><pubDate>Tue, 03 Dec 2024 01:57:51 GMT</pubDate></item><item><title><![CDATA[Reply to How to change the CoreMP135 boot logo image? on Mon, 02 Dec 2024 17:21:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/aitech" aria-label="Profile: aitech">@<bdi>aitech</bdi></a>  doesn’t work but I have replaced the second boot screen, yes there are 2 boot screens. The primary boot screen is controlled by the DTB file and need recompiling, the second is in another location.<br />
The guide will be in my CoreMP135 Update document closer to Christmas from the FB groupe</p>
]]></description><link>https://community.m5stack.com/post/27305</link><guid isPermaLink="true">https://community.m5stack.com/post/27305</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Mon, 02 Dec 2024 17:21:57 GMT</pubDate></item><item><title><![CDATA[Reply to How to change the CoreMP135 boot logo image? on Mon, 02 Dec 2024 16:01:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kuriko" aria-label="Profile: kuriko">@<bdi>kuriko</bdi></a></p>
<p dir="auto">I have tried that but it still comes up with the MP135 logo ?<br />
<img src="/assets/uploads/files/1733155024659-screenshot-2024-12-02-at-15.54.34.png" alt="Screenshot 2024-12-02 at 15.54.34.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">I can view the bmp file ok on another machine</p>
]]></description><link>https://community.m5stack.com/post/27304</link><guid isPermaLink="true">https://community.m5stack.com/post/27304</guid><dc:creator><![CDATA[aitech]]></dc:creator><pubDate>Mon, 02 Dec 2024 16:01:43 GMT</pubDate></item><item><title><![CDATA[Reply to How to change the CoreMP135 boot logo image? on Fri, 29 Nov 2024 09:48:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/aitech" aria-label="Profile: aitech">@<bdi>aitech</bdi></a><br />
you just put the logo_lcd_320_240_rgb565.bmp into /boot/</p>
]]></description><link>https://community.m5stack.com/post/27221</link><guid isPermaLink="true">https://community.m5stack.com/post/27221</guid><dc:creator><![CDATA[kuriko]]></dc:creator><pubDate>Fri, 29 Nov 2024 09:48:58 GMT</pubDate></item></channel></rss>