Skip to content

Commit

Permalink
打包1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
planet0104 committed Nov 9, 2024
1 parent c314443 commit b63b3eb
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ edition = "2021"

[features]
# aarch64 linux
# default = ["v4l-webcam", "usb-serial"]
default = ["v4l-webcam", "usb-serial"]
# windows
default = ["editor", "tray", "nokhwa-webcam", "usb-serial"]
# default = ["editor", "tray", "nokhwa-webcam", "usb-serial"]
# x86_64 linux
# default = ["editor", "v4l-webcam", "usb-serial"]
nokhwa-webcam = ["nokhwa"]
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,18 @@
```
![st7789.jpg](images/st7789.png)

### ST7789 240x240 接线方式
```
GND <=> GND
VCC <=> 3V3
SCL <=> PIN6(clk)
SDA <=> PIN7(mosi)
RESET <=> PIN14(rst)
DC <=> PIN13
CS <=> PIN9
BL <=> 5V
```

## 固件源码
https://github.com/planet0104/rp2040_usb_screen

Expand Down
2 changes: 2 additions & 0 deletions build-aarch64-musl.sh.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
#
# cargo install cross --git https://github.com/cross-rs/cross

# 启动docker后运行
# 复制出来再运行
bash
cross build --target aarch64-unknown-linux-musl --release

# openwrp配置花生壳教程
Expand Down

0 comments on commit b63b3eb

Please sign in to comment.