Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pico-ePaper-2.13 #86

Merged
merged 1 commit into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 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,18 @@ sidebar_position: 25

# Use Pico-ePaper-2.13 display on Duo S

## Working Principle

Using SPI communication interface, the "microcapsule electrophoresis display" technology is used for image display. The basic principle is that charged nanoparticles suspended in liquid migrate under the action of electric field. The electronic paper display screen displays patterns by reflecting ambient light and does not require backlight. Under ambient light, the electronic paper display screen is clearly visible, and the viewing angle reaches almost 180°. Therefore, the electronic paper display screen is very suitable for reading.

## Hardware wiring

<Image src='/static/docs/duo/duos/Accessories/Pico-ePaper1-2.13.webp' maxWidth='50%' align='center' />

| Connection name | GND | VCC | DC | CS | RST | BUSY | CLK | DIN |
|----------|-----|------------|-----|-----|-----|------|------|------|
| Pin | GND | VCC (3.3V) | PIN50 | PIN11 | PIN13 | PIN46 | PIN23 | PIN19 |

## 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,16 +5,28 @@ sidebar_position: 25

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

## 工作原理

使用SPI通信接口,采用“微胶囊电泳显示”技术进行图像显示,其基本原理是悬浮在液体中的带电纳米粒子受到电场作用而产生迁移。电子纸显示屏是靠反射环境光来显示图案的,不需要背光,在环境光下,电子纸显示屏清晰可视,可视角度几乎达到了 180°。因此,电子纸显示屏非常适合阅读。



## 硬件接线

<Image src='/static/docs/duo/duos/Accessories/Pico-ePaper1-2.13.webp' maxWidth='50%' align='center' />

| 连接名称 | GND | VCC | DC | CS | RST | BUSY | CLK | DIN |
|----------|-----|------------|-----|-----|-----|------|------|------|
| 引脚 | GND | VCC (3.3V) | PIN50 | PIN11 | PIN13 | PIN46 | PIN23 | PIN19 |

## 构建运行环境

参考:` https://github.com/milkv-duo/duo-examples `

## 编译c

```

git clone https://github.com/zwyzwm/Pico-ePaper-2.13.git

```

下载编译完成之后,运行命令 ` scp [email protected]:/root/ `,将生成的paper,复制到登陆终端,运行程序。
Expand Down
Binary file not shown.