探索墨水屏的无限可能 Waveshare E Paper系列的arduino之旅 Csdn博客
♦ 1.54inch e-Paper Module (B) ♦ 1.54inch e-Paper Module (C) ♦ 2.13inch e-Paper HAT ♦ 2.13inch e-Paper HAT (B) ♦ 2.13inch e-Paper HAT (C) ♦ 2.13inch e-Paper HAT (D) ♦ 2.13inch Touch e-Paper HAT... CSB(CS):从机片选信号,低电平有效,为低电平的时候,芯片使能。 SCL(SCK/SCLK):串行时钟信号。 D/C(DC):数据/命令控制信号,低电平时写入命令(Command);高电平时写入数据(Data/parameter)。 SDA(DIN):串行数据信号。 时序:CPHL=0,CPOL=0,即 SPI 模式0。 【备注】具体关于SPI通信的相关信息,可以自行网上搜索资料了解。 本产品使用的电子纸采用“微胶囊电泳显示”技术进行图像显示,其基本原理是悬浮在液体中的带电纳米粒子受到电场作用而产生迁移。电子纸显示屏是靠反射环境光来显示图案的,不需要背光,在环境光下,电子纸显示屏清晰可视,可视角度几乎达到了 180°。因此,电子纸显示屏非常适合阅读。 对于黑白图片,我们可以规定,如果如果是黑色我们定义成0,如果是白色就定义成1,那么有了表示颜色的方式: 白色:□,对应1 黑色:■:对应0 对于计算机而言,它的数据存储方式是高位在前,低位在后,且一个字节只有8个位,因此会有一点改变: 这样只需要2个字节即可表示16个像素点了。 Development 分支用于存放用户的提交的修改代码,经验证后,我们将移植到主分支中;非常感谢您对我们的支持 The Development branch is used to store the modified code submitted by users.
After verification, we will migrate it to the main branch. Thank you very much for your support 这个开发分支用于存放用户的提交的修改代码,经验证后,我们将移植到主分支中;非常感谢您对我们的支持 This development branch is used to store the changes committed by users. After verification, we will migrate them to the main branch. Thank you very much for your support 随着屏幕越来越多,程序包也越来越大,用户移植相对比较复杂;因此我们决定在保留原有git路径的基础下,新建一个目录用于保存以后的新屏幕或者老屏幕分离出来的代码。 With more and more screens and larger packages, user migration is relatively complex.
So we decided to create a directory where we could store any new screen or any code that's split from the old one, while keeping the old git path. E-paper_Separate_Program 这个文件用于存放每个墨水屏单独的示例代码,用户在使用时仅需在原本的路径下添加 /E-paper_Separate_Program/xxx (PS: xxx 为对应屏幕名称) E-paper_Separate_Program This file is used to store the separate example code for each electronic paper. Users only need to add /E-paper_Separate_Program/xxx (PS: xxx is the corresponding screen name) to the original path. Jetson Nano、Raspberry Pi、Arduino、STM32例程
People Also Search
- 探索墨水屏的无限可能:Waveshare e-paper系列的Arduino之旅-CSDN博客
- 1.54inch e-Paper Module Manual - Waveshare Wiki
- GitHub - waveshareteam/e-Paper
- e-Paper, Eink Display, EPD - Waveshare
- Waveshare e-Paper Arduino库使用教程 - CSDN博客
- 4.2inch e-Paper Module - Waveshare Wiki
- 推荐开源项目:e-Paper SDK与多平台示例程序 - GitCode博客
- E-Paper ESP32 Driver Board - Waveshare Wiki
- 探索创新显示技术:waveshare的e-Paper项目-CSDN博客
♦ 1.54inch E-Paper Module (B) ♦ 1.54inch E-Paper Module (C)
♦ 1.54inch e-Paper Module (B) ♦ 1.54inch e-Paper Module (C) ♦ 2.13inch e-Paper HAT ♦ 2.13inch e-Paper HAT (B) ♦ 2.13inch e-Paper HAT (C) ♦ 2.13inch e-Paper HAT (D) ♦ 2.13inch Touch e-Paper HAT... CSB(CS):从机片选信号,低电平有效,为低电平的时候,芯片使能。 SCL(SCK/SCLK):串行时钟信号。 D/C(DC):数据/命令控制信号,低电平时写入命令(Command);高电平时写入数据(Data/parameter)。 SDA(DIN):串行数据信号。 时序:CPHL=0,CPOL=0,即 SPI 模式0。 【备注】具体关于SPI通信的相关信息,可以自行网上搜索资料了解。 本产品使用的电...
After Verification, We Will Migrate It To The Main Branch.
After verification, we will migrate it to the main branch. Thank you very much for your support 这个开发分支用于存放用户的提交的修改代码,经验证后,我们将移植到主分支中;非常感谢您对我们的支持 This development branch is used to store the changes committed by users. After verification, we will migrate them to the main branch. Thank you very much for your support 随着屏幕越来越多,程序包也越来越大,用户移植相对比较复杂;因此我们决定在保留原有git路径的基础下,新建一个目录用于保存以后的新屏幕或者老屏幕分离出来的代码。 With...
So We Decided To Create A Directory Where We Could
So we decided to create a directory where we could store any new screen or any code that's split from the old one, while keeping the old git path. E-paper_Separate_Program 这个文件用于存放每个墨水屏单独的示例代码,用户在使用时仅需在原本的路径下添加 /E-paper_Separate_Program/xxx (PS: xxx 为对应屏幕名称) E-paper_Separate_Program This file is used to store the separate example code for each electronic paper. Users only need to add /E-paper_Sepa...