examples: Add assets and scripts to more examples

This commit is contained in:
Antonio Niño Díaz 2023-05-13 18:41:23 +01:00
parent 2b079d20cf
commit b74f8a5d98
11 changed files with 28 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB

View File

@ -0,0 +1,9 @@
#!/bin/sh
grit bitmap16.png -ftb -fh! -gb -gB16
for file in *.bin; do
mv -- "$file" "${file%.bin}"
done
mv *.img ../nitrofiles/bmp

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB

View File

@ -0,0 +1,9 @@
#!/bin/sh
grit bitmap16.png -ftb -fh! -gb -gB16
for file in *.bin; do
mv -- "$file" "${file%.bin}"
done
mv *.img ../nitrofiles/bmp

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

View File

@ -0,0 +1,10 @@
#!/bin/sh
grit bitmap16.png -ftb -fh! -gb -gB16
grit blueball.png -ftb -fh! -gb -gB16
for file in *.bin; do
mv -- "$file" "${file%.bin}"
done
mv *.img ../nitrofiles/bmp