minor fixes

This commit is contained in:
Gabor Kiss-Vamosi
2017-12-08 08:59:37 +01:00
parent 0bfb73b632
commit 91b788dc57
12 changed files with 13 additions and 13 deletions

View File

@@ -7,7 +7,7 @@
#if USE_LV_FONT_DEJAVU_40
#include <stdint.h>
#include "lvgl/lv_misc/lv_font.h"
#include "../lv_font.h"
extern lv_font_t lv_font_dejavu_40;

View File

@@ -7,7 +7,7 @@
#if USE_LV_FONT_DEJAVU_40_CYRILLIC
#include <stdint.h>
#include "lvgl/lv_misc/lv_font.h"
#include "../lv_font.h"
extern lv_font_t lv_font_dejavu_40_cyrillic;

View File

@@ -7,7 +7,7 @@
#if USE_LV_FONT_DEJAVU_40_LATIN_EXT_A
#include <stdint.h>
#include "lvgl/lv_misc/lv_font.h"
#include "../lv_font.h"
extern lv_font_t lv_font_dejavu_40_latin_ext_a;

View File

@@ -7,7 +7,7 @@
#if USE_LV_FONT_DEJAVU_40_LATIN_EXT_B
#include <stdint.h>
#include "lvgl/lv_misc/lv_font.h"
#include "../lv_font.h"
extern lv_font_t lv_font_dejavu_40_latin_ext_b;

View File

@@ -7,7 +7,7 @@
#if USE_LV_FONT_DEJAVU_40_SUP
#include <stdint.h>
#include "lvgl/lv_misc/lv_font.h"
#include "../lv_font.h"
extern lv_font_t lv_font_dejavu_40_sup;

View File

@@ -612,7 +612,7 @@ static const uint8_t symbol_40_basic_width[] =
lv_font_t lv_font_symbol_40_basic =
{
#if LV_TXT_UTF8 == 0
#if TXT_UTF8 == 0
192, /*First letter's unicode */
207, /*Last letter's unicode */
#else

View File

@@ -7,7 +7,7 @@
#if USE_LV_FONT_SYMBOL_40_BASIC
#include <stdint.h>
#include "lvgl/lv_misc/lv_font.h"
#include "../lv_font.h"
extern lv_font_t lv_font_symbol_40_basic;

View File

@@ -654,7 +654,7 @@ static const uint8_t symbol_40_feedback_width[] =
lv_font_t lv_font_symbol_40_feedback =
{
#if LV_TXT_UTF8 == 0
#if TXT_UTF8 == 0
208, /*First letter's unicode */
223, /*Last letter's unicode */
#else

View File

@@ -7,7 +7,7 @@
#if USE_LV_FONT_SYMBOL_40_FEEDBACK
#include <stdint.h>
#include "lvgl/lv_misc/lv_font.h"
#include "../lv_font.h"
extern lv_font_t lv_font_symbol_40_feedback;

View File

@@ -908,7 +908,7 @@ static const uint8_t symbol_40_file_width[] =
lv_font_t lv_font_symbol_40_file =
{
#if LV_TXT_UTF8 == 0
#if TXT_UTF8 == 0
224, /*First letter's unicode */
255, /*Last letter's unicode */
#else

View File

@@ -7,7 +7,7 @@
#if USE_LV_FONT_SYMBOL_40_FILE
#include <stdint.h>
#include "lvgl/lv_misc/lv_font.h"
#include "../lv_font.h"
extern lv_font_t lv_font_symbol_40_file;