mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-29 18:48:09 +08:00
update docs
This commit is contained in:
parent
39d0c630fa
commit
2ec90c1413
@ -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
18
docs/debug_tips.md
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# AWTK 调试技巧
|
||||||
|
|
||||||
|
这里收集一些调试技巧,各种疑难杂症的解决方案。请大家把遇到的问题(包括已经解决的)发到issues上,我来收集整理。谢谢
|
||||||
|
|
||||||
|
|
||||||
|
## 一、输入设备相关问题
|
||||||
|
|
||||||
|
## 二、显示相关问题
|
||||||
|
|
||||||
|
* 1.图片颜色不正常
|
||||||
|
|
||||||
|
## 三、资源相关问题
|
||||||
|
|
||||||
|
## 四、其它问题
|
||||||
|
|
||||||
|
* 1.内存出现莫名其妙的错误
|
||||||
|
|
||||||
|
> 通常是堆栈溢出,把栈空间修改大点试试。如果支持jpg/png,栈至少32K。
|
Loading…
Reference in New Issue
Block a user