awtk/demos
2018-05-14 11:53:05 +08:00
..
res change file encoding to utf8-bom 2018-05-10 13:47:39 +08:00
xml update demos and tests 2018-04-21 07:43:02 +08:00
.gitignore add prefix_xml_ui tool and update docs 2018-03-11 11:26:12 +08:00
common.inc Support double frame buffer 2018-05-12 18:28:38 +08:00
demo1_app.c fix for stm32f429 2018-05-14 11:53:05 +08:00
demo2_app.c rework lcd mem to support hardware blend image 2018-05-09 16:18:05 +08:00
demo_main.c fix for stm32f429 2018-05-14 11:53:05 +08:00
demo_tr_app.c Change copyright notice 2018-05-08 10:22:32 +08:00
demo_ui_app.c Support double frame buffer 2018-05-12 18:28:38 +08:00
prefix_xml_ui.c Support double frame buffer 2018-05-12 18:28:38 +08:00
README.md add prefix_xml_ui tool and update docs 2018-03-11 11:26:12 +08:00
resource-mini.c update docs 2018-05-13 08:42:53 +08:00
resource.c Support double frame buffer 2018-05-12 18:28:38 +08:00
resource.h Change copyright notice 2018-05-08 10:22:32 +08:00
SConscript supported strings translation 2018-05-04 14:52:15 +08:00
SDL2.dll init 2018-02-21 19:36:38 +08:00

Demo程序

示例介绍

  • demo1 按传统方式创建界面。
  • demoui 从UI资源文件中创建界面。
  • ./prefix_xml_ui 预览XML界面描述文件。
./prefix\_xml\_ui ../tools/ui_gen/window1.xml 

源代码介绍

  • demo1_app.c 按传统方式创建界面。
  • demo_ui_app.c 从UI资源文件中创建界面。
  • demo_main.c 所有入口函数。
  • resource.c 资源初始化代码。
  • common.c 公共代码。