add style examples

This commit is contained in:
Gabor Kiss-Vamosi
2021-02-19 14:47:32 +01:00
parent f04dc72c4a
commit fb27f59479
11 changed files with 266 additions and 296 deletions

View File

@@ -7,8 +7,7 @@ static lv_style_t style_pr;
static lv_style_t style_def;
/**
* Show the current value when the slider if pressed (using only styles).
*
* Show the current value when the slider if pressed using a fancy style transition.
*/
void lv_example_slider_2(void)
{