e-Paper Shield-B 教程

说明

产品参数

  • 工作电压: 3.3V/5V
  • 通信接口: 3-wire SPI、4-wire SPI (默认)
  • Flash 内存容量: 64M-bit / 8M-byte
  • RAM 预留封装:SOIC-8
  • 产品尺寸:53.34mm × 53.34mm

Display Config

Display Config 选择屏幕
A ( 3Ω )1.54inch e-Paper, 1.54inch e-Paper(B), 2.13inch e-Paper
2.13inch e-Paper (B), 2.13inch e-Paper (G), 2.66inch e-Paper
2.66inch e-Paper (B), 2.66inch e-Paper (G), 2.7inch e-Paper
2.9inch e-Paper, 2.9inch e-Paper (B), 4.2inch e-Paper
4.26inch e-Paper, 13.3kinch e-Paper
B ( 0.47Ω )2.13inch e-Paper (D), 2.9inch e-Paper (D), 3.7inch e-Paper
4.01inch e-Paper (F), 4.2inch e-Paper (B), 4.2inch e-Paper (C)
5.65inch e-Paper (F), 5.83inch e-Paper, 5.83inch e-Paper (B)
7.5inch e-Paper, 7.5inch e-Paper (B)

nRF528xx

资料整理中,想提前使用的客户可以参考官方网站
https://github.com/NordicPlayground/nrf-esl-bluetooth
这是esl程序的源代码 要与ncs一起使用 具体见里面的文档

Arduino

硬件准备

  • 本例程使用的开发板主控为:Arduino UNO

把模块插到Arduino UNO上,需要注意:

  • Arduino 主板带有 ICSP 接口时,显示模块上的 SPI Config 开关置于 ICSP 方向(默认)
  • Arduino 主板没有 ICSP 接口时,显示模块上的 SPI Config 开关分别置于 SCLK\D13,MISO\D12,MOSI\D11

软件使用

  • 在资料中下载程序,或点击此处下载
  • 解压文件,打开文件夹 E-Paper_Shield_B_Code\Arduino ,选择对应的屏幕,使用Arduino IDE 打开对应工程,选择对应的串口和开发板,点击下载即可

E-Paper Shield B-0.jpg
E-Paper Shield B-1.jpg
E-Paper Shield B-2.jpg

STM32

硬件准备

  • 本例程使用的开发板主控为 XNUCLEO-F103RB

软件使用

  • 本例程基于 HAL 库,因此可以使用 STM32CubeMX 把示例程序移植到其他 STM 芯片上
  • 本例程在 Keil v5 环境下编译通过
  • 在资料中下载程序,或点击此处下载
  • 解压文件,打开工程中的main.c,去掉对应屏幕对应的测试语句的//,编译并下载

  • 例如:使用的是1.54寸墨水屏,如下图所示