remarkable百科
Nav
Search
Edit
搜索
文章分类
站点工具
首页
常见问题
使用技巧
技术细节
故障排除
研究开发
资源下载
插件软件
快速链接
快速链接
官方网站
官方支持
云端同步
社区
社区
QQ群
Reddit
GitHub
页面工具
显示页面
修订记录
反向链接
站点工具
最近更改
媒体管理
网站地图
用户工具
管理
注册
登录
回到顶部
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
CKG 可视编辑器
**Electrophoretic displays** (EPDs) like the one used on the reMarkable are arrays of cells, each one containing charged black and white particles. Unlike traditional displays, one cannot directly set the intensity of a given cell. Instead, the EPD controller (EPDC) can either apply a positive charge to a cell to move its black particles to the top or a negative charge to move its white particles to the top. By alternating between the two charges, one can create a mix of both particle types to form the desired shade of gray. [[https://en.wikipedia.org/wiki/Electronic_paper|Wikipedia: Electronic paper]] {{:技术细节:pasted:20220428-134806.png?nolink | Schematic representation of an EPD cross-section}} ===== Waveforms ===== A //waveform// is a timed sequence of commands sent to the controller to transition a cell from a given shade of gray to another. There is a trade-off between time and fidelity here: to make a cell have precisely the right shade, we usually need to have a longer waveform, but in some scenarios we don’t really care about the precise shade and just want fast updates, i.e. shorter waveforms (for example, when drawing on the rM). The waveforms also need to change depending on the ambient temperature, because of the chemical properties of the display. Look-up tables contain the right waveform to apply in each of these scenarios. On rM2, those look-up tables are stored in *.wbf files in ''/usr/share/remarkable''. ===== Modes ===== //TODO// ===== Drivers ===== [[https://essentialscrap.com/eink/|Driving E-ink displays]]