update docs

This commit is contained in:
xianjimli 2018-10-01 07:17:07 +08:00
parent 39d0c630fa
commit 2ec90c1413
2 changed files with 22 additions and 0 deletions

View File

@ -143,6 +143,7 @@ bin\demoui
### 2.HowTos ### 2.HowTos
* [如何在Visual Studio中调试AWTK](docs/vs_debug.md) * [如何在Visual Studio中调试AWTK](docs/vs_debug.md)
* [如何在非GUI线程操作GUI控件](docs/how_to_non_gui_thread_operate_widget.md) * [如何在非GUI线程操作GUI控件](docs/how_to_non_gui_thread_operate_widget.md)
* [AWTK 调试技巧](docs/debug_tips.md)
### 3.内部原理 ### 3.内部原理
* [AWTK脚本绑定原理](docs/script_binding.md) * [AWTK脚本绑定原理](docs/script_binding.md)
@ -165,6 +166,9 @@ bin\demoui
## 最新动态 ## 最新动态
* 2018/09/30
* lcd\_reg支持RGB565的图片。
* 2018/09/28 * 2018/09/28
* 实现image\_animation控件并增加demo。 * 实现image\_animation控件并增加demo。

18
docs/debug_tips.md Normal file
View File

@ -0,0 +1,18 @@
# AWTK 调试技巧
这里收集一些调试技巧,各种疑难杂症的解决方案。请大家把遇到的问题(包括已经解决的)发到issues上我来收集整理。谢谢
## 一、输入设备相关问题
## 二、显示相关问题
* 1.图片颜色不正常
## 三、资源相关问题
## 四、其它问题
* 1.内存出现莫名其妙的错误
> 通常是堆栈溢出把栈空间修改大点试试。如果支持jpg/png栈至少32K。