add some extra components and examples

This commit is contained in:
Gabor Kiss-Vamosi
2021-02-05 16:52:51 +01:00
parent 8a1af8646f
commit 2cae4a27c1
31 changed files with 646 additions and 535 deletions

View File

@@ -19,13 +19,16 @@ void lv_ex_tabview_1(void)
"If the content\n"
"of a tab\n"
"becomes too\n"
"long then\n"
"it will \n"
"longer\n"
"than the\n"
"container\n"
"then it\n"
"automatically\n"
"become\n"
"becomes\n"
"scrollable.\n"
"\n"
"\n"
"\n"
"Can you see it?");
label = lv_label_create(tab2, NULL);