From ada156537431178a2baebbded6c46d88978b018e Mon Sep 17 00:00:00 2001 From: LilyGO <31160602+LilyGO@users.noreply.github.com> Date: Wed, 28 Jun 2023 16:13:47 +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 3ce80a1..17f9ab1 100644 --- a/README.MD +++ b/README.MD @@ -41,7 +41,7 @@ 1. The library already contains all the hardware drivers for `T-Watch` 2. Using **TFT_eSPI** as the display driver, you can directly call **TFT_eSPI** through the construction object. 3. Using **lvgl v7.7.2** as the display graphics framework, the driver method has been implemented, you only need to call lvgl api according to your own needs. -4. For the use of lvgl please refer to **[lvgl docs](https://docs.lvgl.io/v7/en/html/)** +4. For the use of lvgl please refer to **[lvgl docs](https://docs.lvgl.io/master/)**