원래 소스의 main() 에는 demo_create(); 만 선언 되어 있는데 아래와 같이 확인해 보기위해
다양한 함수를 불러서 볼수 있다.
/*Load a demo*/ demo_create(); //lv_test_object_1(); //lv_test_group_1(); //lv_test_stress_1();
/*Load a tutorial*/ //lv_tutorial_antialiasing(); //lv_tutorial_image(); //lv_tutorial_fonts(); //다국어 폰트, 한글 지원 //lv_tutorial_animations(); //lv_tutorial_responsive();