minor fixes

This commit is contained in:
Gabor Kiss-Vamosi
2021-02-14 14:56:34 +01:00
parent 95b1bd8409
commit bb08660cb6
105 changed files with 731 additions and 891 deletions

View File

@@ -1,6 +1,5 @@
#include "../../../lvgl.h"
#if LV_USE_FLEX
#if LV_USE_FLEX && LV_BUILD_EXAMPLES
/**
* A simple row and a column layout with flexbox

View File

@@ -1,6 +1,5 @@
#include "../../../lvgl.h"
#if LV_USE_FLEX
#if LV_USE_FLEX && LV_BUILD_EXAMPLES
/**
* Arrange items in rows with wrap and place the items to get even space around them.

View File

@@ -1,6 +1,5 @@
#include "../../../lvgl.h"
#if LV_USE_FLEX
#if LV_USE_FLEX && LV_BUILD_EXAMPLES
/**
* Use a built in flex layout and demonstrate flex grow.

View File

@@ -1,6 +1,5 @@
#include "../../../lvgl.h"
#if LV_USE_FLEX
#if LV_USE_FLEX && LV_BUILD_EXAMPLES
/**
* Reverse the order of flex items

View File

@@ -1,6 +1,5 @@
#include "../../../lvgl.h"
#if LV_USE_FLEX
#if LV_USE_FLEX && LV_BUILD_EXAMPLES
static void row_gap_anim(lv_obj_t * obj, lv_anim_value_t v)
{

View File

@@ -1,6 +1,5 @@
#include "../../../lvgl.h"
#if LV_USE_FLEX
#if LV_USE_FLEX && LV_BUILD_EXAMPLES
/**
* RTL base direction changes order of the items.