You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<tr><td><code>filler0_alt</code></td><td>Integer</td><td>Optional</td><td>A command that substitutes the command <code>0x00000000</code>.
54
+
Used when a box name contains only spaces. Default: <code>0xB0000000</code>/<code>0xBBBBBBBB</code>/<code>0xB0000000</code> (E/FRLG/RS).</td></tr>
55
55
<tr><td><code>filler1</code></td><td>Integer</td><td>Optional</td><td>One of the 4-bytes commands to use when filling the space between two box names.
56
-
Should be of the form <code>0x......FF</code>. Default: <code>0x000000FF</code> (<code>0xB00000FF</code>for RS).</td></tr>
56
+
Should be of the form <code>0x......FF</code>. Default: <code>0x000000FF</code>/<code>0xBBBBBBFF</code>/<code>0xB00000FF</code>(E/FRLG/RS).</td></tr>
57
57
<tr><td><code>filler2</code></td><td>Integer</td><td>Optional</td><td>One of the 4-bytes commands to use when filling the space between two box names.
58
-
Should be of the form <code>0x....FF..</code>. Default: <code>0x0000FF00</code> (<code>0xB000FF00</code>for RS).</td></tr>
58
+
Should be of the form <code>0x....FF..</code>. Default: <code>0x0000FF00</code>/<code>0xBBBBFFFF</code>/<code>0xB000FF00</code>(E/FRLG/RS).</td></tr>
59
59
<tr><td><code>filler3</code></td><td>Integer</td><td>Optional</td><td>One of the 4-bytes commands to use when filling the space between two box names.
60
-
Should be of the form <code>0x..FF....</code>. Default: <code>0x00FF0000</code> (<code>0xB0FF0000</code>for RS).</td></tr>
60
+
Should be of the form <code>0x..FF....</code>. Default: <code>0x00FF0000</code>/<code>0xBBFFFFFF</code>/<code>0xB0FF0000</code>(E/FRLG/RS).</td></tr>
61
61
<tr><td><code>filler4</code></td><td>Integer</td><td>Optional</td><td>One of the 4-bytes commands to use when filling the space between two box names.
62
-
Should be of the form <code>0xFF......</code>. Default: <code>0xFF000000</code>.</td></tr>
62
+
Should be of the form <code>0xFF......</code>. Default: <code>0xFF000000</code>/<code>0xFFFFFFFF</code>/<code>0xFF000000</code> (E/FRLG/RS).</td></tr>
63
63
<tr><td><code>fill</code></td><td>Boolean</td><td>Optional</td><td>When set to true, the remaining space of the last box will be filled with spaces.
64
64
If specified in both the main code headers and the exit code headers, the value must be the same. Default: true.</td></tr>
65
65
<tr><td><code>onlyraw</code></td><td>Boolean</td><td>Optional</td><td>For dev only. When set to <code>true</code>, the generator will not try to fit the commands
0 commit comments