<?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[Where to find the commands]]></title><description><![CDATA[<p dir="auto">Good morning !<br />
I'm new to GUI-O and I can't find the description of some commands like:<br />
@sls 500<br />
@cls<br />
@clh<br />
@clo @gse<br />
@guis<br />
Etc., etc. someone can help me ?<br />
Thank you, Bernard</p>
]]></description><link>https://forum.gui-o.com/topic/99/where-to-find-the-commands</link><generator>RSS for Node</generator><lastBuildDate>Wed, 09 Sep 2026 09:46:41 GMT</lastBuildDate><atom:link href="https://forum.gui-o.com/topic/99.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 23 Jan 2023 10:03:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Where to find the commands on Wed, 01 Feb 2023 19:36:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.gui-o.com/uid/217">@Bernard</a></p>
<p dir="auto">@sls 500 - Request to hide loading screen. This means that all widgets will appear on the screen at the same time.<br />
If you have many widgets in the Init procedure without this command, you may see each one being installed separately, especially if a low baud rate is used.<br />
At the end of the initialization process must be @hls 10 The number means how long in ms the animation is displayed</p>
<p dir="auto">These commands are useful when reinitialization happend. If you don't clear GUI-O widgets, they are duplicated and doesn't display properly.<br />
@cls - clear the screen<br />
@clh - clear all hardware components<br />
@clo - clear orientation - when you want to set the screen to the default orientation</p>
<p dir="auto">@gse - this is a general setting (specify the delimiter character COD:0 - space, COD:1-coma TSC:39 means " ' "  delimiter on i.e. TXT<br />
@guis - screen definition</p>
<p dir="auto">I usually use this:</p>
<pre><code>@sls 200
@cls
@clh   
                                        
@gse COD:0 TSC:39                             
@guis BGC:#000000 ASR:0.4486                  
.... 

@hls 10
</code></pre>
<p dir="auto">ASR:0.4486 is screen ratio for Samsung A13,<br />
BGC:#0000000 means black background on home screen.</p>
]]></description><link>https://forum.gui-o.com/post/385</link><guid isPermaLink="true">https://forum.gui-o.com/post/385</guid><dc:creator><![CDATA[gammda]]></dc:creator><pubDate>Wed, 01 Feb 2023 19:36:51 GMT</pubDate></item><item><title><![CDATA[Reply to Where to find the commands on Wed, 25 Jan 2023 18:21:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.gui-o.com/uid/217">@Bernard</a></p>
<p dir="auto">Hi !<br />
Did you look at the manual ?</p>
<p dir="auto"><a href="https://drive.google.com/uc?export=download&amp;id=1vHME6ipUyjRrLCVuZMmf95xsby_sRhTt" rel="nofollow ugc">https://drive.google.com/uc?export=download&amp;id=1vHME6ipUyjRrLCVuZMmf95xsby_sRhTt</a></p>
]]></description><link>https://forum.gui-o.com/post/379</link><guid isPermaLink="true">https://forum.gui-o.com/post/379</guid><dc:creator><![CDATA[al1fch]]></dc:creator><pubDate>Wed, 25 Jan 2023 18:21:57 GMT</pubDate></item></channel></rss>