<?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[GUI-O Designer wish]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I think that in most cases, we need to copy the intialization array into the embedded code.<br />
It would be nice if in the designer app we could add prefix and suffix to simply copy paste the generated array.</p>
<p dir="auto">Here an example for ESP32 in BLE, prefix is "<strong>sendMsg(</strong>" and suffix is "<strong>);</strong>"<br />
<strong>sendMsg(</strong>"|LB UID:home X:50 Y:50 FGC:#607196 SHE:1 SHC:#FFC759 FSZ:5 FFA:"font1" TXT:"HOME SCREEN"\r\n"<strong>);</strong></p>
<p dir="auto">In my case, I use an array to reach the maximum MTU, I only need a comma at the end:</p>
<pre><code>static const char *initGuioStr[] =
{
"|CB UID:RPM X:60 Y:27 W:45 BGC:#121212 FGC:#990000 HAW:2 HAH:2 HAR:4 VAL:20 HVAL:6000 BTH:2 TXTC:#000000 XTC:6 YTC:4 STA:225 ENA:-45 SHN:1 NC:#000000 CE:0 SHT:1\r\n",
"|LB UID:RPM_label X:50 Y:40 W:100 FGC:#000000 FSZ:4 FFA:\"font5\" TXT:\"RPM\"\r\n",
"|SI UID:cyl1 X:10 Y:15 W:5 FGC:#00FF09\r\n"
};
</code></pre>
<p dir="auto">Thank you,<br />
Pierre</p>
]]></description><link>https://forum.gui-o.com/topic/168/gui-o-designer-wish</link><generator>RSS for Node</generator><lastBuildDate>Sun, 07 Jun 2026 17:17:53 GMT</lastBuildDate><atom:link href="https://forum.gui-o.com/topic/168.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 16 Dec 2023 12:05:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to GUI-O Designer wish on Fri, 05 Jan 2024 15:27:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.gui-o.com/uid/4">@kl3m3n</a><br />
Nice, thank you</p>
]]></description><link>https://forum.gui-o.com/post/672</link><guid isPermaLink="true">https://forum.gui-o.com/post/672</guid><dc:creator><![CDATA[pcu]]></dc:creator><pubDate>Fri, 05 Jan 2024 15:27:42 GMT</pubDate></item><item><title><![CDATA[Reply to GUI-O Designer wish on Tue, 02 Jan 2024 17:22:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.gui-o.com/uid/677">@pcu</a> Hi!</p>
<p dir="auto">Please download designer version 0.0.11, which includes the option to add prefix and suffix string to each command.</p>
<p dir="auto"><a href="https://www.gui-o.com/design-tool" rel="nofollow ugc">https://www.gui-o.com/design-tool</a></p>
<p dir="auto">Best regards,<br />
Klemen</p>
]]></description><link>https://forum.gui-o.com/post/668</link><guid isPermaLink="true">https://forum.gui-o.com/post/668</guid><dc:creator><![CDATA[kl3m3n]]></dc:creator><pubDate>Tue, 02 Jan 2024 17:22:53 GMT</pubDate></item><item><title><![CDATA[Reply to GUI-O Designer wish on Sat, 16 Dec 2023 20:59:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.gui-o.com/uid/677">@pcu</a> Hi!</p>
<p dir="auto">Seems reasonable. I will add it to my todo list.</p>
<p dir="auto">Thanks for the feedback.</p>
<p dir="auto">Best regards,<br />
Klemen</p>
]]></description><link>https://forum.gui-o.com/post/660</link><guid isPermaLink="true">https://forum.gui-o.com/post/660</guid><dc:creator><![CDATA[kl3m3n]]></dc:creator><pubDate>Sat, 16 Dec 2023 20:59:23 GMT</pubDate></item></channel></rss>