Skip to content

Commit 5abb09e

Browse files
committed
fix typo
1 parent c6c98b9 commit 5abb09e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2023-12-17-10-2-inch-3-color-esl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ epd.refresh_gray4_image(raw);
513513
### 局部刷新
514514

515515
局部刷新是指, 只刷新屏幕的一个矩形部分, 而不是整屏刷新. 这在阅读器类应用中, 是非常重要的功能.
516-
包括弹出式彩蛋, 局部 UI 元素等都可以用到.
516+
包括弹出式菜单, 局部 UI 元素等都可以用到.
517517
在日历天气中, 局部刷新可以只刷新时间或天气的一小部分, 而不是整屏刷新, 从而大大提升观感.
518518

519519
实际上局部刷新只需要找驱动 IC 手册中的 RAM X/Y Start/End 关键词即可,

0 commit comments

Comments
 (0)