Compare commits

4 Commits

Author SHA1 Message Date
pnppl
29eda22785 Add boot logos (#47)
* Add Nyancat boot logo

* Update README.md

Add Nyancat boot logo

* Add Lain boot images

* Update README.md

Add Lain boot images

* nyan.gif: loop -> oneshot

Forgot to uncheck "loop forever" when I first exported nyan.gif. The img2loop script handles it fine that way but the preview gif would be misleading. So, re-exported.
2024-11-21 08:51:41 +11:00
pnppl
0ad67e8944 Add No. 2 Pinecil boot image (#46)
* Add files via upload

Cutesy pencil-themed boot image

* Update README.md

Add no2pinecil
2024-11-18 23:39:08 +11:00
Ben V. Brown
bf55d4bb8b fix release 2024-08-22 12:11:15 +10:00
Ben V. Brown
d695535fd4 TS101 rework for Miniware DFU (#44)
* Refactor output to allow turning hex duplication on/off

* Rough out being able to merge image files & firmware files

* Update output_hex.py

* Update TS101 to require merge

* Remove TS101 from CI

* .

* add py3-intelhex

* Update img2logo.py
2024-08-22 12:08:36 +10:00
7 changed files with 6 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ jobs:
steps:
- name: Install dependencies (apk)
run: sudo apt update && sudo apt-get install -y git python3 python3-pillow py3-intelhex
run: sudo apt update && sudo apt-get install -y git python3 python3-pillow python3-intelhex
- uses: actions/checkout@v3
with:

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 726 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 642 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@@ -53,6 +53,8 @@ This just overwrites individual bytes in the output buffer.
|![Alt text](https://github.com/Ralim/IronOS-Meta/blob/main/Bootup%20Logos/Images/wh_40k.png)|wh_40k.png||
|![Alt text](https://github.com/Ralim/IronOS-Meta/blob/main/Bootup%20Logos/Images/wwii_kilroy.png)|wwii_kilroy.png||
|![Alt text](https://github.com/Ralim/IronOS-Meta/blob/main/Bootup%20Logos/Images/hack_the_planet.png)|hack_the_planet.png||
|![No. 2 Pinecil](https://github.com/Ralim/IronOS-Meta/blob/main/Bootup%20Logos/Images/no2pinecil.png)|no2pinecil.png||
|![Lain](https://github.com/Ralim/IronOS-Meta/blob/main/Bootup%20Logos/Images/lain.png)|lain.png||
**Animated logos**
|Logo \* |Filename |Note |
@@ -61,5 +63,8 @@ This just overwrites individual bytes in the output buffer.
|![IronOS](https://github.com/Ralim/IronOS-Meta/blob/main/Bootup%20Logos/Images/IronOS.gif)|IronOS.gif||
|![Alt text](https://github.com/Ralim/IronOS-Meta/blob/main/Bootup%20Logos/Images/terminal.gif)|terminal.gif||
|![Alt text](https://github.com/Ralim/IronOS-Meta/blob/main/Bootup%20Logos/Images/hack_the_planet.gif)|hack_the_planet.gif||
|![No. 2 Pinecil](https://github.com/Ralim/IronOS-Meta/blob/main/Bootup%20Logos/Images/no2pinecil.gif)|no2pinecil.gif||
|![Nyancat](https://github.com/Ralim/IronOS-Meta/blob/main/Bootup%20Logos/Images/nyan.gif)|nyan.gif||
|![Lain](https://github.com/Ralim/IronOS-Meta/blob/main/Bootup%20Logos/Images/lain.gif)|lain.gif||
_* Click the individual logo to see its animation, if you missed it here._