来自Waveshare Wiki
跳转至: 导航搜索
(Text replace - "http://www.waveshare.net/shop/" to "http://www.waveshare.net/shop/")
 
(未显示8个用户的46个中间版本)
第1行: 第1行:
<div class="tabber">
+
{{#tweekihide:firstHeading|sidebar-left|sidebar-right}}__NOTOC__
<!--<div class="tabbertab" title="说明"></div>-->
 
  
{{外围模块|colorscheme=blue
+
<div style="background-color: #343434;text-align: center;color: white;padding: 20px;margin: 8px;">
|name = 2.9inch e-Paper Module
+
=2.9inch e-Paper Module文档教程=
|img = <div class="tabber"><div class="tabbertab" title="裸屏">[[File:2.9inch-e-Paper-1.jpg|360px|alt=2.9inch e-paper|link=http://{{SERVERNAME}}/shop/2.9inch-e-Paper.htm]]</div><div class="tabbertab" title="带驱动板">[[File:2.9inch-e-Paper-Module-1.jpg|360px |alt=RGB LED HAT|link=http://{{SERVERNAME}}/shop/2.9inch-e-Paper-Module.htm | 2.9inch e-Paper HAT]]</div></div>
+
</div>
|category1=e-Paper
+
<p></p>
|category2=e-Paper模块
+
{{ContentGrid|grid-gap=25px
|brand=Waveshare
+
|content =  
|feature=2.9英寸墨水屏 可局部刷新
+
 
|feature-name1= 分辨率
+
{{StudyCard
|feature-value1= 296x128
+
|img=[[文件:E-Paper Introduction 4.jpg|110px|link=https://www.waveshare.net/wiki/2.9inch_e-Paper_Module_Manual#.E8.AF.B4.E6.98.8E]]
|feature-name2= 显示颜色
+
|heading = '''产品说明'''
|feature-value2= 黑、白
+
|content = 参数、原理和注意事项
|feature-name3= 适用范围
 
|feature-value3= Raspberry、Arduino、STM32
 
|interface1=SPI
 
|Product1 = {{e-Paper-Module-HAT-Related}}
 
 
}}
 
}}
<div class="tabbertab" title="说明">
 
==特点==
 
*尺寸: 2.9inch
 
*外形尺寸(裸屏):79.0mm × 36.7mm × 1.05mm
 
*外形尺寸(驱动板):89.5mm × 38mm
 
*显示尺寸:66.89mm x 29.05mm
 
*工作电压:3.3V/5V
 
*通信接口:SPI
 
*点距:0.138 x 0.138
 
*分辨率:296 x 128
 
*显示颜色:黑、白
 
*灰度等级:2
 
*局部刷新:0.3s
 
*全局刷新 :2s
 
*刷新功耗 : 26.4mW(typ.)
 
*待机功耗 :<=0.017mW
 
【备注】:
 
刷新时间:刷新时间为实验测试数据,实际刷新时间会有误差,以实际效果为准。全局刷新过程中会有闪烁效果,这个是正常现象<br />
 
功耗:功耗数据为实验测试数据,实际功耗由于驱动板的存在和实际使用情况的不同,会有一定误差,以实际效果为准<br />
 
  
==SPI 通信时序==
+
{{StudyCard
[[File:e-paper-spi-timing.jpg|700px]]
+
|img=[[文件:E-Paper RPi 2.jpg|110px|link=https://www.waveshare.net/wiki/2.9inch_e-Paper_Module_Manual#Raspberry_Pi]]
 +
|heading = '''从Raspberry Pi开始'''
 +
|content = 使用C语言、Python开发的例程及其使用说明
 +
}}
  
由于墨水屏只需要显示,这里将从机发,主机收的数据线(MISO)隐藏。<br />
+
{{StudyCard
CS:从机片选,当CS为低电平的时候,芯片使能<br />
+
|img=[[文件:E-Paper Arduino 2.jpg|110px|link=https://www.waveshare.net/wiki/2.9inch_e-Paper_Module_Manual#Arduino]]
DC:数据/命令控制引脚,当DC=0时写入命令;DC=1时写入数据<br />
+
|heading = '''从Arduino开始'''
SCLK: SPI通信时钟<br />
+
|content = 基于Arduino UNO R3开发的例程及其使用说明
SDIN:SPI通信主机发送,从机接收<br />
+
}}
时序:CPHL=0, CPOL=0 (SPI0)<br />
+
 
【备注】具体关于SPI通信的相关信息,可以自行网上搜索资料了解
+
{{StudyCard
</div>
+
|img=[[文件:E-Paper NVDIA 2.jpg|110px|link=https://www.waveshare.net/wiki/2.9inch_e-Paper_Module_Manual#Jetson_Nano]]
<div class="tabbertab" title="硬件连接和软件设置">
+
|heading = '''从Jetson Nano开始'''
{{e-Paper-connecting-settings}}
+
|content = 使用C语言、Python开发的例程及其使用说明
</div>
+
}}
<div class="tabbertab" title="程序说明">
 
{{e-Paper-codes-description}}
 
</div>
 
<div class="tabbertab" title="资料">
 
===文档===
 
*[http://www.waveshare.net/w/upload/f/f5/2.9inch-e-paper-module-user-manual-cn.pdf 用户手册]
 
*[http://{{SERVERNAME}}/w/upload/8/85/2.9inch_e-Paper_Schematic.pdf 原理图]<br>
 
*[http://www.waveshare.net/w/upload/0/02/Chinese_Font_Create_for_e-Paper.pdf 中文显示学习手册]
 
  
==视频==
+
{{StudyCard
*[[2.9inch-e-Paper-Module-Video|演示视频]][[File:video-logo.png|23px|link=2.9inch-e-Paper-Module-Video]]
+
|img=[[文件:E-Paper X3Pi 1.jpg|110px|link=https://www.waveshare.net/wiki/2.9inch_e-Paper_Module_Manual#X3]]
 +
|heading = '''从旭日X3派开始'''
 +
|content = 使用Python开发的例程及其使用说明
 +
}}
  
===程序===
+
{{StudyCard
{{E-paper code}}
+
|img=[[文件:E-Paper STM32 2.jpg|110px|link=https://www.waveshare.net/wiki/2.9inch_e-Paper_Module_Manual#STM32]]
 +
|heading = '''从STM32开始'''
 +
|content = 使用STM32CubeMX开发的例程及其使用说明
 +
}}
  
旧版本示例程序
+
{{StudyCard
*[http://www.waveshare.net/w/upload/e/e0/2.9inch_e-paper_code.7z 旧版本示例程序]
+
|img=[[文件:E-Paper ESP32.jpg|110px|link=https://www.waveshare.net/wiki/2.9inch_e-Paper_Module_Manual#ESP32.2F8266]]
 +
|heading = '''从ESP32/8266开始'''
 +
|content = ESP32/8266的使用手册
 +
}}
  
===数据手册===
+
{{StudyCard
* [http://{{SERVERNAME}}/w/upload/e/e6/2.9inch_e-Paper_Datasheet.pdf 2.9inch e-Paper Datasheet.pdf]
+
|img=[[文件:E-Paper Resources 4.jpg|110px|link=https://www.waveshare.net/wiki/2.9inch_e-Paper_Module_Manual#.E8.B5.84.E6.96.99]]
 +
|heading = '''资料'''
 +
|content = 文档、程序和数据手册等
 +
}}
  
===开发资料===
+
{{StudyCard
*[http://{{SERVERNAME}}/w/upload/3/36/Image2Lcd.7z Image2Lcd图片取模软件]
+
|img=[[文件:E-Paper FAQ 4.jpg|110px|link=https://www.waveshare.net/wiki/2.9inch_e-Paper_Module_Manual#FAQ]]
*[http://{{SERVERNAME}}/w/upload/c/c6/Zimo221.7z 字摸提取软件]
+
|heading = '''FAQ'''
 +
|content = 电子纸常见问题与解答
 +
}}
  
===相关链接===
+
{{StudyCard
{{Raspberry Pi Study}}
+
|img=[[文件:E-Paper Support 4.jpg|110px|link=https://www.waveshare.net/wiki/2.9inch_e-Paper_Module_Manual#.E6.8A.80.E6.9C.AF.E6.94.AF.E6.8C.81]]
*[http://{{SERVERNAME}}/study/portal.php?mod=list&catid=40 STM32cubeMX系列教程]
+
|heading = '''售后服务'''
*[http://mxlu.com/2017/07/06/esp8266%E7%94%B5%E7%BA%B8%E5%B1%8F%E5%A4%A9%E6%B0%94%E9%A2%84%E6%8A%A5%E7%AB%99/  电子屏天气预报站?]
+
|content = 技术支持
<br /><big>批量下载教程——请戳<big><big><big>☛</big></big></big></big>[[File:download-icon.png|link=批量下载教程]]
+
}}
  
<!--{{Join_us}}-->
+
}}
</div>
 
<div class="tabbertab" title="FAQ"><br />
 
{{Two-color e-paper FAQ}}
 
{{E-Paper FAQ}}
 
</div>
 
<div class="tabbertab" title="售后"><br />{{Service18}}</div>
 

2023年3月22日 (三) 15:46的最新版本


2.9inch e-Paper Module文档教程

E-Paper Introduction 4.jpg

产品说明

参数、原理和注意事项
E-Paper RPi 2.jpg

从Raspberry Pi开始

使用C语言、Python开发的例程及其使用说明
E-Paper Arduino 2.jpg

从Arduino开始

基于Arduino UNO R3开发的例程及其使用说明
E-Paper NVDIA 2.jpg

从Jetson Nano开始

使用C语言、Python开发的例程及其使用说明
E-Paper X3Pi 1.jpg

从旭日X3派开始

使用Python开发的例程及其使用说明
E-Paper STM32 2.jpg

从STM32开始

使用STM32CubeMX开发的例程及其使用说明
E-Paper ESP32.jpg

从ESP32/8266开始

ESP32/8266的使用手册
E-Paper Resources 4.jpg

资料

文档、程序和数据手册等
E-Paper FAQ 4.jpg

FAQ

电子纸常见问题与解答
E-Paper Support 4.jpg

售后服务

技术支持