Fix word wrap, fix template, update stack

This commit is contained in:
askiiart 2023-05-11 13:58:01 -05:00
parent 4de5196c72
commit a6ba04c98e
11 changed files with 24 additions and 15 deletions

5
blog/marlin-boot-animations.html Normal file → Executable file
View file

@ -1,4 +1,5 @@
<html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="width=device-width, initial-scale=1" charset="utf-8" />
<link rel="icon" href="/assets/askiiart.gif" type="image/icon">
@ -414,7 +415,7 @@
};</code></pre>
<p>Which ends up looking like this:</p>
<figure>
<img src="/assets/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>
<img src="/assets/marlin-linux-mint.png" alt="" /><figcaption>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>
<p>Note that the earlier example was generated using <code>convert</code>, so it's in hexadecimal format rather than decimal, unlike <a href="https://marlinfw.org/tools/u8glib/converter.html"><code>converter.html</code></a> would have generated. It's actually 3 frames (0.6 seconds) of Bad Apple (albeit a bit messed up).</p>