Add robots.txt, wishlist; Move assets
This commit is contained in:
parent
bf09238ac6
commit
698e4c4737
7 changed files with 46 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -420,9 +420,9 @@ const unsigned char custom_start_bmp[] PROGMEM = {
|
|||
|
||||
Which ends up looking like this:
|
||||
|
||||

|
||||

|
||||
|
||||
Rather than using Marlin's official converter, you can just take the array from the file generated by `convert frame.png frame.xmp`. [Very useful for automation.]()
|
||||
Rather than using Marlin's official converter, you can just take the array from the file generated by `convert frame.png frame.xmp`. Very useful for automation.
|
||||
|
||||
Note that the earlier example was generated using `convert`, so it's in hexadecimal format rather than decimal, unlike [`converter.html`](https://marlinfw.org/tools/u8glib/converter.html) would have generated. It's actually 3 frames (0.6 seconds) of Bad Apple (albeit a bit messed up).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue