Skip to content

Commit

Permalink
add hardware wiring
Browse files Browse the repository at this point in the history
  • Loading branch information
zwyzwm committed Aug 15, 2024
1 parent d6271ff commit 17909b5
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/duo/Accessories/Pico-ePaper-2.13.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ sidebar_position: 25

# Use Pico-ePaper-2.13 display on Duo S

## Hardware Wiring

```
VSYS —— 3.3V CS —— PIN11
GND —— GND RST —— PIN13
BUSY —— PIN46 DIN —— PIN19
DC —— PIN50 CLK —— PIN23
```

## Build the operating environment

Reference:` https://github.com/milkv-duo/duo-examples `
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ sidebar_position: 25

# 在 Duo S 上使用 Pico-ePaper-2.13 显示屏

## 硬件接线

```
VSYS —— 3.3V CS —— PIN11
GND —— GND RST —— PIN13
BUSY —— PIN46 DIN —— PIN19
DC —— PIN50 CLK —— PIN23
```
## 构建运行环境

参考:` https://github.com/milkv-duo/duo-examples `
Expand Down
12 changes: 12 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,18 @@ const sidebars = {
'duo/camera/usb'
],
},
{
type: "category",
label: 'Accessories',
collapsed: false,
link: {
type: 'doc',
id: 'duo/Accessories/Pico-ePaper-2.13',
},
items: [
'duo/Accessories/Pico-ePaper-2.13'
],
},
],
pioneer: [
{
Expand Down

0 comments on commit 17909b5

Please sign in to comment.