add buffer animation demo.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@691 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
bernard.xiong
2010-05-03 23:27:57 +00:00
parent fca4e1a719
commit 1cbde10e57
3 changed files with 126 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ static void workbench_entry(void* parameter)
demo_view_dc(workbench);
demo_view_dc_buffer(workbench);
demo_view_animation(workbench);
demo_view_buffer_animation(workbench);
demo_view_window(workbench);
demo_view_label(workbench);
demo_view_button(workbench);