mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
12 lines
245 B
Markdown
12 lines
245 B
Markdown
---
|
|
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.
|
|
``` |