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

@ -420,9 +420,9 @@ const unsigned char custom_start_bmp[] PROGMEM = {
Which ends up looking like this:
![Linux Mint logo, as it would appear on a 128x64 display](/assets/marlin-linux-mint.png)
![Linux Mint logo, as it would appear on a 128x64 display](/assets/blog/marlin-boot-animations/marlin-linux-mint.png)
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).