Skip to content

Commit

Permalink
Update lvgl to 7.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Dec 1, 2020
1 parent 66f12c5 commit a4fa2f2
Show file tree
Hide file tree
Showing 163 changed files with 16,715 additions and 2,524 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@

## (1.12.2020)
- Added UnitTest directory, Store hardware test code

- Release TTGO_TWatch_Library V1.4.0 version
- Update lvgl to 7.7.2

2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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.3.1** as the display graphics framework, the driver method has been implemented, you only need to call lvgl api according to your own needs.
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/)**


Expand Down
2 changes: 1 addition & 1 deletion docs/details_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

1. 该库已经包含`T-Watch`所有硬件驱动
2. 使用**TFT_eSPI** 作为显示屏驱动,可直接通过通过构造对象调用**TFT_eSPI**的方法
3. 使用**lvgl v7.3.1**作为显示图形框架,驱动方法已经实现,只需要按自己的需求调用lvgl api即可
3. 使用**lvgl v7.7.2**作为显示图形框架,驱动方法已经实现,只需要按自己的需求调用lvgl api即可
4. 关于lvgl的使用请参考 **[lvgl 文档](https://docs.lvgl.io/v7/en/html/)**


Expand Down
Loading

0 comments on commit a4fa2f2

Please sign in to comment.