e-Paper Cloud Module-RPI使用教程

RPI使用教程

本程序均在Raspberry Pi 4B上进行验证。

安装库

  1. #python3
  2. sudo apt-get update
  3. sudo apt-get install python3-pip
  4. sudo apt-get install python3-pil
  5. sudo apt-get install python3-tqdm
  6. sudo apt-get install python3-numpy
  7. sudo apt-get install python3-progressbar

下载测试程序

打开树莓派终端,执行:

  1. sudo apt-get install p7zip-full
  2. sudo wget https://www.waveshare.net/w/upload/2/2e/Cloud_RPI.7z
  3. 7z x Cloud_RPI.7z
  4. cd Cloud_RPI

python

  • 本例程仅可使用python3
  • 请务必在Cloud_RPI文件夹,运行以下命令
  1. #该程序会根据程序生成对应尺寸的图形和读取一张图片并发送给从机显示
  2. python3 ./examples/4.2inch_display_EPD