Add robots.txt, wishlist; Move assets

This commit is contained in:
askiiart 2023-08-05 19:08:00 -05:00
parent bf09238ac6
commit 698e4c4737
7 changed files with 46 additions and 5 deletions

View file

@ -435,15 +435,16 @@ const unsigned char custom_start_bmp1[] PROGMEM = {
};</code></pre>
<p>Which ends up looking like this:</p>
<figure>
<img src="/assets/marlin-linux-mint.png"
<img
src="/assets/blog/marlin-boot-animations/marlin-linux-mint.png"
alt="Linux Mint logo, as it would appear on a 128x64 display" />
<figcaption aria-hidden="true">Linux Mint logo, as it would
appear on a 128x64 display</figcaption>
</figure>
<p>Rather than using Marlin's official converter, you can just
take the array from the file generated by
<code>convert frame.png frame.xmp</code>. <a href="">Very useful
for automation.</a></p>
<code>convert frame.png frame.xmp</code>. Very useful for
automation.</p>
<p>Note that the earlier example was generated using
<code>convert</code>, so it's in hexadecimal format rather than
decimal, unlike <a