update GUI examples.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1047 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
bernard.xiong@gmail.com
2010-11-15 00:26:11 +00:00
parent 468db50159
commit ac407d25ae
8 changed files with 37 additions and 18 deletions

View File

@@ -52,7 +52,7 @@ static void workbench_entry(void* parameter)
/* 初始化各个例子的视图 */
#if RT_VERSION == 4
// demo_view_benchmark(workbench);
demo_view_benchmark(workbench);
#endif
demo_view_dc(workbench);
@@ -68,7 +68,7 @@ static void workbench_entry(void* parameter)
demo_view_animation(workbench);
#ifndef RTGUI_USING_SMALL_SIZE
demo_view_buffer_animation(workbench);
demo_view_instrument_panel(workbench);
// demo_view_instrument_panel(workbench);
#endif
demo_view_window(workbench);
demo_view_label(workbench);