来自Waveshare Wiki
跳转至: 导航搜索
(Text replace - "QQ:3005763927<br /> EMAIL:3005763927@qq.com<br /> 电话:0755-83040712 {|style="color:red" |说明:进行售后服务前,请准备好客户信息(定货单位、定货人等),以供验证。<br/> |}" to "QQ:2850151199<br )
 
(未显示7个用户的37个中间版本)
第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 HAT (D)
+
=2.9inch e-Paper HAT (D)文档教程=
|img = <div class="tabber"><div class="tabbertab" title="裸屏">[[File:2.9inch-e-Paper-HAT-D-intro.JPG|360px|alt=2.9inch e-paper (D)|link=http://{{SERVERNAME}}/shop/2.9inch-e-Paper-D.htm]]
+
</div>
|category1=树莓派
+
<p></p>
|category2=树莓派扩展板
+
{{ContentGrid|grid-gap=25px
|category3=e-Paper
+
|content =  
|category4=e-Paper模块
+
 
|brand=Waveshare
+
{{StudyCard
|feature=树莓派2.9英寸柔性墨水屏
+
|img=[[文件:E-Paper Introduction 4.jpg|110px|link=https://www.waveshare.net/wiki/2.9inch_e-Paper_HAT_(D)_Manual#.E8.AF.B4.E6.98.8E]]
|feature-name1= 分辨率
+
|heading = '''产品说明'''
|feature-value1= 296×128
+
|content = 参数、原理和注意事项
|feature-name2= 显示颜色
+
}}
|feature-value2= 黑、白
+
 
|interface1 = SPI
+
{{StudyCard
|interface2 = RPi
+
|img=[[文件:E-Paper RPi 2.jpg|110px|link=https://www.waveshare.net/wiki/2.9inch_e-Paper_HAT_(D)_Manual#Raspberry_Pi]]
|Product1 = {{e-Paper-Module-HAT-Related}}
+
|heading = '''从Raspberry Pi开始'''
 +
|content = 使用C语言、Python开发的例程及其使用说明
 +
}}
 +
 
 +
{{StudyCard
 +
|img=[[文件:E-Paper Arduino 2.jpg|110px|link=https://www.waveshare.net/wiki/2.9inch_e-Paper_HAT_(D)_Manual#Arduino]]
 +
|heading = '''从Arduino开始'''
 +
|content = 基于Arduino UNO R3开发的例程及其使用说明
 
}}
 
}}
<div class="tabbertab" title="说明">
 
==特点==
 
*尺寸: 2.9inch
 
*外形尺寸(裸屏):79.0mm × 36.7mm × 0.34mm
 
*外形尺寸(驱动板):89.5mm × 38mm
 
*显示尺寸:66.9mm x 29.06mm
 
*工作电压: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 NVDIA 2.jpg|110px|link=https://www.waveshare.net/wiki/2.9inch_e-Paper_HAT_(D)_Manual#Jetson_Nano]]
 +
|heading = '''从Jetson Nano开始'''
 +
|content = 使用C语言、Python开发的例程及其使用说明
 +
}}
  
由于墨水屏只需要显示,这里将从机发,主机收的数据线(MISO)隐藏。<br />
+
{{StudyCard
CS:从机片选,当CS为低电平的时候,芯片使能<br />
+
|img=[[文件:E-Paper X3Pi 1.jpg|110px|link=https://www.waveshare.net/wiki/2.9inch_e-Paper_HAT_(D)_Manual#X3]]
DC:数据/命令控制引脚,当DC=0时写入命令;DC=1时写入数据<br />
+
|heading = '''从旭日X3派开始'''
SCLK: SPI通信时钟<br />
+
|content = 使用Python开发的例程及其使用说明
SDIN:SPI通信主机发送,从机接收<br />
+
}}
时序:CPHL=0, CPOL=0 (SPI0)<br />
 
【备注】具体关于SPI通信的相关信息,可以自行网上搜索资料了解
 
</div>
 
<div class="tabbertab" title="硬件连接和软件设置">
 
{{e-Paper-connecting-settings}}
 
</div>
 
<div class="tabbertab" title="程序说明">
 
{{e-Paper-codes-description}}
 
</div>
 
<div class="tabbertab" title="资料">
 
===文档===
 
*[http://www.waveshare.net/w/upload/2/26/2.13inch_e-Paper_d_user_manual_cn.pdf 用户手册]
 
*[http://{{SERVERNAME}}/w/upload/8/87/E-Paper-Driver-HAT-Schematic.pdf 原理图]<br>
 
*[http://www.waveshare.net/w/upload/0/02/Chinese_Font_Create_for_e-Paper.pdf 中文显示学习手册]
 
  
===程序===
+
{{StudyCard
{{E-paper code}}
+
|img=[[文件:E-Paper STM32 2.jpg|110px|link=https://www.waveshare.net/wiki/2.9inch_e-Paper_HAT_(D)_Manual#STM32]]
 +
|heading = '''从STM32开始'''
 +
|content = 使用STM32CubeMX开发的例程及其使用说明
 +
}}
  
旧版本示例程序
+
{{StudyCard
* [http://www.waveshare.net/w/upload/f/fe/2.9inch_e-Paper_d_code.7z 旧版本示例程序]
+
|img=[[文件:E-Paper ESP32.jpg|110px|link=https://www.waveshare.net/wiki/2.9inch_e-Paper_HAT_(D)_Manual#ESP32.2F8266]]
 +
|heading = '''从ESP32/8266开始'''
 +
|content = ESP32/8266的使用手册
 +
}}
  
===数据手册===
+
{{StudyCard
* [http://www.waveshare.net/w/upload/b/b5/2.9inch_e-Paper_%28D%29_Specification.pdf 2.9inch e-Paper (D) Datasheet]
+
|img=[[文件:E-Paper Resources 4.jpg|110px|link=https://www.waveshare.net/wiki/2.9inch_e-Paper_HAT_(D)_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_HAT_(D)_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_HAT_(D)_Manual#.E6.8A.80.E6.9C.AF.E6.94.AF.E6.8C.81]]
[http://{{SERVERNAME}}/study/portal.php?mod=list&catid=40 STM32cubeMX系列教程]
+
|heading = '''售后服务'''
<br /><big>批量下载教程——请戳<big><big><big>☛</big></big></big></big>[[File:download-icon.png|link=批量下载教程]]
+
|content = 技术支持
 +
}}
  
<!--{{Join_us}}-->
+
}}
</div>
 
<div class="tabbertab" title="FAQ"><br />
 
{{E-Paper FAQ}}
 
</div>
 
<div class="tabbertab" title="售后"><br />{{Service20}}</div>
 

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


2.9inch e-Paper HAT (D)文档教程

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

售后服务

技术支持