crop images

This commit is contained in:
Crispy 2025-07-03 20:51:50 +02:00
parent 61d1574a1d
commit 37524140a6
5 changed files with 2 additions and 1 deletions

View file

@ -49,7 +49,7 @@ I used VS code but you only need a terminal for building this.
### Pico firmware
Requires the following software: `git`, `make`, `cmake` and a C compiler
```
git clone https://git.crispypin.cc/CrispyPin/wind_station --recursive
git clone https://git.crispypin.cc/CrispyPin/wind_station
```
Now edit the file `pico/src/wifi_cred.h` and update the values accordingly.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 171 KiB

After

Width:  |  Height:  |  Size: 84 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 189 KiB

After

Width:  |  Height:  |  Size: 79 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 287 KiB

After

Width:  |  Height:  |  Size: 178 KiB

Before After
Before After

View file

@ -5,6 +5,7 @@ build_thing: git_deps
# then manually copy bin/thing.uf2 to the pico
git_deps:
cd .. && git submodule update --init
cd ../pico-sdk && git submodule update --init lib/cyw43-driver lib/lwip
clean: