mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
add TS100 post
This commit is contained in:
parent
7e3cc5210a
commit
f0cde9c3c7
24
_drafts/2021-05-01-custom_ts100_logo.md
Normal file
24
_drafts/2021-05-01-custom_ts100_logo.md
Normal file
@ -0,0 +1,24 @@
|
||||
---
|
||||
title: Making a custom bootscreen for your TS100 Soldering Iron
|
||||
date: 2022-02-02
|
||||
layout: post
|
||||
image: /assets/blog/TS100/real.jpeg
|
||||
---
|
||||
|
||||
|
||||
|
||||
There are a bunch of [posts](https://blog.dbrgn.ch/2017/9/5/creating-custom-ts100-logo-with-gimp/) online about how to add a custom bootscreen to a TS100 soldering iron. These things are great, if you get a little USB-C to jack adapter you can run them off a powerbank and they're tiny so you can keep them with you wherever you go. Which of course you should.
|
||||
|
||||
I did have some trouble getting the image into the write format though, after messing around a little I settled on this command using ImageMagick:
|
||||
```bash
|
||||
convert image.png -depth 1 -monochrome BMP3:LOGOIN.BMP
|
||||
```
|
||||
Then you can use `identify` to check that the metadata of the output is indeed 1-bit in depth.
|
||||
|
||||
```bash
|
||||
identify LOGOIN.BMP
|
||||
```
|
||||
|
||||

|
||||
|
||||

|
@ -1,12 +0,0 @@
|
||||
---
|
||||
title: Making a custom bootscreen for your TS100 Soldering Iron
|
||||
date: 2022-02-02
|
||||
layout: post
|
||||
image:
|
||||
---
|
||||
|
||||
The correct command is:
|
||||
|
||||
```bash
|
||||
convert Untitled.png -depth 1 -monochrome BMP3:LOGOIN.BMP && ls -l LOGOIN.BMP && identify LOGOIN.
|
||||
```
|
BIN
assets/blog/TS100/pixels.jpeg
Normal file
BIN
assets/blog/TS100/pixels.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 224 KiB |
BIN
assets/blog/TS100/real.jpeg
Normal file
BIN
assets/blog/TS100/real.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 267 KiB |
Loading…
x
Reference in New Issue
Block a user