lv_misc files added from misc repo

This commit is contained in:
Gabor Kiss-Vamosi
2017-11-23 20:42:14 +01:00
parent c5b9a4eb17
commit c3471fd04e
158 changed files with 219701 additions and 76 deletions

View File

@@ -14,7 +14,7 @@
#include "lv_bar.h"
#include "../lv_draw/lv_draw.h"
#include "../lv_themes/lv_theme.h"
#include "misc/gfx/anim.h"
#include "../lv_misc/lv_anim.h"
#include <stdio.h>
/*********************

View File

@@ -15,8 +15,8 @@
#include "../lv_obj/lv_group.h"
#include "../lv_draw/lv_draw.h"
#include "../lv_themes/lv_theme.h"
#include "misc/gfx/area.h"
#include "misc/gfx/color.h"
#include "../lv_misc/lv_area.h"
#include "../lv_misc/lv_color.h"
/*********************
* DEFINES

View File

@@ -14,7 +14,7 @@
#include "../lv_draw/lv_draw.h"
#include "../lv_obj/lv_refr.h"
#include "../lv_themes/lv_theme.h"
#include "misc/gfx/text.h"
#include "../lv_misc/lv_text.h"
/*********************
* DEFINES

View File

@@ -18,10 +18,9 @@
#include "../lv_draw/lv_draw.h"
#include "../lv_draw/lv_draw_vbasic.h"
#include "../lv_themes/lv_theme.h"
#include "misc/gfx/area.h"
#include "misc/gfx/color.h"
#include "misc/math/math_base.h"
#include "../lv_misc/lv_area.h"
#include "../lv_misc/lv_color.h"
#include "../lv_misc/lv_math.h"
/*********************
* DEFINES

View File

@@ -15,8 +15,8 @@
#include "../lv_obj/lv_group.h"
#include "../lv_obj/lv_indev.h"
#include "../lv_themes/lv_theme.h"
#include "misc/gfx/fonts/symbol_def.h"
#include "misc/gfx/anim.h"
#include "../lv_misc/lv_fonts/symbol_def.h"
#include "../lv_misc/lv_anim.h"
/*********************
* DEFINES

View File

@@ -13,9 +13,9 @@
#include "lv_gauge.h"
#include "../lv_draw/lv_draw.h"
#include "../lv_themes/lv_theme.h"
#include "misc/gfx/text.h"
#include "misc/math/trigo.h"
#include "misc/math/math_base.h"
#include "../lv_misc/lv_text.h"
#include "../lv_misc/lv_trigo.h"
#include "../lv_misc/lv_math.h"
#include <stdio.h>
#include <string.h>

View File

@@ -13,9 +13,9 @@
#include "lv_img.h"
#include "../lv_draw/lv_draw.h"
#include "../lv_themes/lv_theme.h"
#include "misc/fs/fsint.h"
#include "misc/fs/ufs/ufs.h"
#include "misc/gfx/text.h"
#include "../lv_misc/lv_fs.h"
#include "../lv_misc/lv_ufs.h"
#include "../lv_misc/lv_text.h"
/*********************
* DEFINES

View File

@@ -18,7 +18,7 @@ extern "C" {
#if USE_LV_IMG != 0 && USE_FSINT != 0
#include "../lv_obj/lv_obj.h"
#include "misc/fs/fsint.h"
#include "../lv_misc/lv_fs.h"
#ifndef LV_IMG_ENABLE_SYMBOLS
#define LV_IMG_ENABLE_SYMBOLS 0
@@ -26,7 +26,7 @@ extern "C" {
#if LV_IMG_ENABLE_SYMBOLS != 0
#include "lv_label.h"
#include "misc/gfx/fonts/symbol_def.h"
#include "../lv_misc/lv_fonts/symbol_def.h"
#endif
/*********************

View File

@@ -13,11 +13,11 @@
#include "../lv_obj/lv_obj.h"
#include "../lv_obj/lv_group.h"
#include "../lv_draw/lv_draw.h"
#include "misc/gfx/color.h"
#include "misc/gfx/text.h"
#include "misc/math/math_base.h"
#include "misc/gfx/text.h"
#include "misc/gfx/anim.h"
#include "../lv_misc/lv_color.h"
#include "../lv_misc/lv_text.h"
#include "../lv_misc/lv_math.h"
#include "../lv_misc/lv_text.h"
#include "../lv_misc/lv_anim.h"
/*********************
* DEFINES

View File

@@ -17,9 +17,9 @@ extern "C" {
#if USE_LV_LABEL != 0
#include "../lv_obj/lv_obj.h"
#include "misc/gfx/font.h"
#include "misc/gfx/text.h"
#include "misc/gfx/fonts/symbol_def.h"
#include "../lv_misc/lv_font.h"
#include "../lv_misc/lv_text.h"
#include "../lv_misc/lv_fonts/symbol_def.h"
/*********************
* DEFINES

View File

@@ -11,7 +11,7 @@
#if USE_LV_LINE != 0
#include "lv_line.h"
#include "../lv_draw/lv_draw.h"
#include "misc/math/math_base.h"
#include "../lv_misc/lv_math.h"
#include <stdbool.h>
#include <stdint.h>
#include <string.h>

View File

@@ -12,8 +12,8 @@
#include "lv_list.h"
#include "../lv_obj/lv_group.h"
#include "../lv_themes/lv_theme.h"
#include "misc/gfx/anim.h"
#include "misc/math/math_base.h"
#include "../lv_misc/lv_anim.h"
#include "../lv_misc/lv_math.h"
/*********************
* DEFINES

View File

@@ -13,7 +13,7 @@
#include "../lv_draw/lv_draw.h"
#include "../lv_themes/lv_theme.h"
#include "../lv_obj/lv_group.h"
#include "misc/math/trigo.h"
#include "../lv_misc/lv_trigo.h"
/*********************
* DEFINES

View File

@@ -13,8 +13,8 @@
#include "lv_mbox.h"
#include "../lv_obj/lv_group.h"
#include "../lv_themes/lv_theme.h"
#include "misc/gfx/anim.h"
#include "misc/math/math_base.h"
#include "../lv_misc/lv_anim.h"
#include "../lv_misc/lv_math.h"
/*********************
* DEFINES

View File

@@ -9,13 +9,13 @@
#include "lv_conf.h"
#if USE_LV_PAGE != 0
#include "misc/math/math_base.h"
#include "../lv_obj/lv_group.h"
#include "../lv_objx/lv_page.h"
#include "../lv_draw/lv_draw.h"
#include "../lv_themes/lv_theme.h"
#include "../lv_obj/lv_refr.h"
#include "misc/gfx/anim.h"
#include "../lv_misc/lv_anim.h"
#include "../lv_misc/lv_math.h"
/*********************
* DEFINES

View File

@@ -13,7 +13,7 @@
#include "../lv_obj/lv_group.h"
#include "../lv_draw/lv_draw.h"
#include "../lv_themes/lv_theme.h"
#include "misc/math/math_base.h"
#include "../lv_misc/lv_math.h"
/*********************
* DEFINES

View File

@@ -14,9 +14,9 @@
#include "../lv_obj/lv_group.h"
#include "../lv_draw/lv_draw.h"
#include "../lv_themes/lv_theme.h"
#include "misc/gfx/anim.h"
#include "misc/gfx/text.h"
#include "misc/math/math_base.h"
#include "../lv_misc/lv_anim.h"
#include "../lv_misc/lv_text.h"
#include "../lv_misc/lv_math.h"
/*********************
* DEFINES

View File

@@ -12,7 +12,7 @@
#include "lv_tabview.h"
#include "lv_btnm.h"
#include "../lv_themes/lv_theme.h"
#include "misc/gfx/anim.h"
#include "../lv_misc/lv_anim.h"
/*********************
* DEFINES