From 95d3e3d8d549b56a6d0300ac67cde2f88d2f1ad2 Mon Sep 17 00:00:00 2001 From: wanghaolong Date: Fri, 26 Jun 2026 15:07:13 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b9fde1..592e958 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # LCD -LCD driver project for zhaocaimao. +LCD driver for zhaocaimao. The basic LCD driver and image rendering flow are complete, with support for full-screen rendering and partial refresh. `upper_app.h` and `upper_app.c` simulate the upper-layer interface for testing expression animations, icon overlays, and display update flow.