-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5c6de57
commit 7eca391
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,22 @@ | ||
# ucGUI | ||
Small GUI Library of MCUs | ||
|
||
UCGUI3.90版源码有如下几点新的变化. | ||
|
||
1.这个版本的UCGUI提供了模拟器的源码(早知我不用那么辛苦反编译出模拟器源码了,不过大家可以比较一下看). | ||
|
||
2.还有JPEG图版支持 | ||
|
||
3.ListView控件支持. | ||
|
||
4.Menu菜单支持. | ||
|
||
5.ScrollBar滚动条支持. | ||
|
||
6.multi-controller多控制器支持. | ||
|
||
UCGUI3.90版源码下载 | ||
|
||
http://www.ucgui.com/ucgui/uC-GUI-V3-90a.rar | ||
|
||
另外源码上还有很多的调整, 将控件的功能分开到各个文件当中更易于将来扩充, 大家仔细看看. |