Compare commits

8 Commits

Author SHA1 Message Date
Ben V. Brown
a7ac4df252 Update img2logo.py 2024-08-20 22:59:22 +10:00
Ben V. Brown
22ce26026d add py3-intelhex 2024-08-20 22:55:48 +10:00
Ben V. Brown
4193362fce . 2024-08-20 22:52:12 +10:00
Ben V. Brown
4261a7e5a2 Remove TS101 from CI 2024-08-20 22:50:59 +10:00
Ben V. Brown
d4c6978bfe Update TS101 to require merge 2024-08-20 22:50:28 +10:00
Ben V. Brown
ee6c5e911a Update output_hex.py 2024-08-20 22:50:13 +10:00
Ben V. Brown
97756fe21c Rough out being able to merge image files & firmware files 2024-08-20 07:56:48 +10:00
Ben V. Brown
29e96bb25b Refactor output to allow turning hex duplication on/off 2024-08-19 19:49:40 +10:00
7 changed files with 1 additions and 6 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 python3-intelhex
run: sudo apt update && sudo apt-get install -y git python3 python3-pillow py3-intelhex
- uses: actions/checkout@v3
with:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 726 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 642 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

View File

@@ -53,8 +53,6 @@ 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 |
@@ -63,8 +61,5 @@ 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._