BigW Consortium Gitlab

Commit 7fb29742 by Gabor Kiss-Vamosi

regenerate the fonts

parent 4138785a
......@@ -7,7 +7,7 @@
#if USE_LV_FONT_DEJAVU_10
#include <stdint.h>
#include "lvgl/lv_misc/lv_font.h"
#include "../lv_font.h"
extern lv_font_t lv_font_dejavu_10;
......
......@@ -7,7 +7,7 @@
#if USE_LV_FONT_DEJAVU_10_CYRILLIC
#include <stdint.h>
#include "lvgl/lv_misc/lv_font.h"
#include "../lv_font.h"
extern lv_font_t lv_font_dejavu_10_cyrillic;
......
......@@ -7,7 +7,7 @@
#if USE_LV_FONT_DEJAVU_10_LATIN_EXT_A
#include <stdint.h>
#include "lvgl/lv_misc/lv_font.h"
#include "../lv_font.h"
extern lv_font_t lv_font_dejavu_10_latin_ext_a;
......
......@@ -7,7 +7,7 @@
#if USE_LV_FONT_DEJAVU_10_LATIN_EXT_B
#include <stdint.h>
#include "lvgl/lv_misc/lv_font.h"
#include "../lv_font.h"
extern lv_font_t lv_font_dejavu_10_latin_ext_b;
......
......@@ -7,7 +7,7 @@
#if USE_LV_FONT_DEJAVU_10_SUP
#include <stdint.h>
#include "lvgl/lv_misc/lv_font.h"
#include "../lv_font.h"
extern lv_font_t lv_font_dejavu_10_sup;
......
......@@ -7,7 +7,7 @@
#if USE_LV_FONT_DEJAVU_20
#include <stdint.h>
#include "lvgl/lv_misc/lv_font.h"
#include "../lv_font.h"
extern lv_font_t lv_font_dejavu_20;
......
......@@ -7,7 +7,7 @@
#if USE_LV_FONT_DEJAVU_20_CYRILLIC
#include <stdint.h>
#include "lvgl/lv_misc/lv_font.h"
#include "../lv_font.h"
extern lv_font_t lv_font_dejavu_20_cyrillic;
......
......@@ -7,7 +7,7 @@
#if USE_LV_FONT_DEJAVU_20_LATIN_EXT_A
#include <stdint.h>
#include "lvgl/lv_misc/lv_font.h"
#include "../lv_font.h"
extern lv_font_t lv_font_dejavu_20_latin_ext_a;
......
......@@ -7,7 +7,7 @@
#if USE_LV_FONT_DEJAVU_20_LATIN_EXT_B
#include <stdint.h>
#include "lvgl/lv_misc/lv_font.h"
#include "../lv_font.h"
extern lv_font_t lv_font_dejavu_20_latin_ext_b;
......
......@@ -7,7 +7,7 @@
#if USE_LV_FONT_DEJAVU_20_SUP
#include <stdint.h>
#include "lvgl/lv_misc/lv_font.h"
#include "../lv_font.h"
extern lv_font_t lv_font_dejavu_20_sup;
......
......@@ -7,7 +7,7 @@
#if USE_LV_FONT_DEJAVU_30
#include <stdint.h>
#include "lvgl/lv_misc/lv_font.h"
#include "../lv_font.h"
extern lv_font_t lv_font_dejavu_30;
......
......@@ -7,7 +7,7 @@
#if USE_LV_FONT_DEJAVU_30_CYRILLIC
#include <stdint.h>
#include "lvgl/lv_misc/lv_font.h"
#include "../lv_font.h"
extern lv_font_t lv_font_dejavu_30_cyrillic;
......
......@@ -7,7 +7,7 @@
#if USE_LV_FONT_DEJAVU_30_LATIN_EXT_A
#include <stdint.h>
#include "lvgl/lv_misc/lv_font.h"
#include "../lv_font.h"
extern lv_font_t lv_font_dejavu_30_latin_ext_a;
......
......@@ -7,7 +7,7 @@
#if USE_LV_FONT_DEJAVU_30_LATIN_EXT_B
#include <stdint.h>
#include "lvgl/lv_misc/lv_font.h"
#include "../lv_font.h"
extern lv_font_t lv_font_dejavu_30_latin_ext_b;
......
......@@ -7,7 +7,7 @@
#if USE_LV_FONT_DEJAVU_30_SUP
#include <stdint.h>
#include "lvgl/lv_misc/lv_font.h"
#include "../lv_font.h"
extern lv_font_t lv_font_dejavu_30_sup;
......
......@@ -7,7 +7,7 @@
#if USE_LV_FONT_DEJAVU_60
#include <stdint.h>
#include "lvgl/lv_misc/lv_font.h"
#include "../lv_font.h"
extern lv_font_t lv_font_dejavu_60;
......
......@@ -7,7 +7,7 @@
#if USE_LV_FONT_DEJAVU_60_CYRILLIC
#include <stdint.h>
#include "lvgl/lv_misc/lv_font.h"
#include "../lv_font.h"
extern lv_font_t lv_font_dejavu_60_cyrillic;
......
......@@ -7,7 +7,7 @@
#if USE_LV_FONT_DEJAVU_60_LATIN_EXT_A
#include <stdint.h>
#include "lvgl/lv_misc/lv_font.h"
#include "../lv_font.h"
extern lv_font_t lv_font_dejavu_60_latin_ext_a;
......
......@@ -7,7 +7,7 @@
#if USE_LV_FONT_DEJAVU_60_LATIN_EXT_B
#include <stdint.h>
#include "lvgl/lv_misc/lv_font.h"
#include "../lv_font.h"
extern lv_font_t lv_font_dejavu_60_latin_ext_b;
......
......@@ -7,7 +7,7 @@
#if USE_LV_FONT_DEJAVU_60_SUP
#include <stdint.h>
#include "lvgl/lv_misc/lv_font.h"
#include "../lv_font.h"
extern lv_font_t lv_font_dejavu_60_sup;
......
......@@ -7,7 +7,7 @@
#if USE_LV_FONT_DEJAVU_80
#include <stdint.h>
#include "lvgl/lv_misc/lv_font.h"
#include "../lv_font.h"
extern lv_font_t lv_font_dejavu_80;
......
......@@ -7,7 +7,7 @@
#if USE_LV_FONT_DEJAVU_80_CYRILLIC
#include <stdint.h>
#include "lvgl/lv_misc/lv_font.h"
#include "../lv_font.h"
extern lv_font_t lv_font_dejavu_80_cyrillic;
......
......@@ -7,7 +7,7 @@
#if USE_LV_FONT_DEJAVU_80_LATIN_EXT_A
#include <stdint.h>
#include "lvgl/lv_misc/lv_font.h"
#include "../lv_font.h"
extern lv_font_t lv_font_dejavu_80_latin_ext_a;
......
......@@ -7,7 +7,7 @@
#if USE_LV_FONT_DEJAVU_80_LATIN_EXT_B
#include <stdint.h>
#include "lvgl/lv_misc/lv_font.h"
#include "../lv_font.h"
extern lv_font_t lv_font_dejavu_80_latin_ext_b;
......
......@@ -7,7 +7,7 @@
#if USE_LV_FONT_DEJAVU_80_SUP
#include <stdint.h>
#include "lvgl/lv_misc/lv_font.h"
#include "../lv_font.h"
extern lv_font_t lv_font_dejavu_80_sup;
......
......@@ -7,7 +7,7 @@
#if USE_LV_FONT_SYMBOL_10_BASIC
#include <stdint.h>
#include "lvgl/lv_misc/lv_font.h"
#include "../lv_font.h"
extern lv_font_t lv_font_symbol_10_basic;
......
......@@ -7,7 +7,7 @@
#if USE_LV_FONT_SYMBOL_10_FEEDBACK
#include <stdint.h>
#include "lvgl/lv_misc/lv_font.h"
#include "../lv_font.h"
extern lv_font_t lv_font_symbol_10_feedback;
......
......@@ -7,7 +7,7 @@
#if USE_LV_FONT_SYMBOL_10_FILE
#include <stdint.h>
#include "lvgl/lv_misc/lv_font.h"
#include "../lv_font.h"
extern lv_font_t lv_font_symbol_10_file;
......
......@@ -7,7 +7,7 @@
#if USE_LV_FONT_SYMBOL_20_BASIC
#include <stdint.h>
#include "lvgl/lv_misc/lv_font.h"
#include "../lv_font.h"
extern lv_font_t lv_font_symbol_20_basic;
......
......@@ -7,7 +7,7 @@
#if USE_LV_FONT_SYMBOL_20_FEEDBACK
#include <stdint.h>
#include "lvgl/lv_misc/lv_font.h"
#include "../lv_font.h"
extern lv_font_t lv_font_symbol_20_feedback;
......
......@@ -7,7 +7,7 @@
#if USE_LV_FONT_SYMBOL_20_FILE
#include <stdint.h>
#include "lvgl/lv_misc/lv_font.h"
#include "../lv_font.h"
extern lv_font_t lv_font_symbol_20_file;
......
......@@ -7,7 +7,7 @@
#if USE_LV_FONT_SYMBOL_30_BASIC
#include <stdint.h>
#include "lvgl/lv_misc/lv_font.h"
#include "../lv_font.h"
extern lv_font_t lv_font_symbol_30_basic;
......
......@@ -7,7 +7,7 @@
#if USE_LV_FONT_SYMBOL_30_FEEDBACK
#include <stdint.h>
#include "lvgl/lv_misc/lv_font.h"
#include "../lv_font.h"
extern lv_font_t lv_font_symbol_30_feedback;
......
......@@ -7,7 +7,7 @@
#if USE_LV_FONT_SYMBOL_30_FILE
#include <stdint.h>
#include "lvgl/lv_misc/lv_font.h"
#include "../lv_font.h"
extern lv_font_t lv_font_symbol_30_file;
......
......@@ -612,7 +612,7 @@ static const uint8_t symbol_40_basic_width[] =
lv_font_t lv_font_symbol_40_basic =
{
#if TXT_UTF8 == 0
#if LV_TXT_UTF8 == 0
192, /*First letter's unicode */
207, /*Last letter's unicode */
#else
......
......@@ -654,7 +654,7 @@ static const uint8_t symbol_40_feedback_width[] =
lv_font_t lv_font_symbol_40_feedback =
{
#if TXT_UTF8 == 0
#if LV_TXT_UTF8 == 0
208, /*First letter's unicode */
223, /*Last letter's unicode */
#else
......
......@@ -908,7 +908,7 @@ static const uint8_t symbol_40_file_width[] =
lv_font_t lv_font_symbol_40_file =
{
#if TXT_UTF8 == 0
#if LV_TXT_UTF8 == 0
224, /*First letter's unicode */
255, /*Last letter's unicode */
#else
......
......@@ -7,7 +7,7 @@
#if USE_LV_FONT_SYMBOL_60_BASIC
#include <stdint.h>
#include "lvgl/lv_misc/lv_font.h"
#include "../lv_font.h"
extern lv_font_t lv_font_symbol_60_basic;
......
......@@ -7,7 +7,7 @@
#if USE_LV_FONT_SYMBOL_60_FEEDBACK
#include <stdint.h>
#include "lvgl/lv_misc/lv_font.h"
#include "../lv_font.h"
extern lv_font_t lv_font_symbol_60_feedback;
......
......@@ -7,7 +7,7 @@
#if USE_LV_FONT_SYMBOL_60_FILE
#include <stdint.h>
#include "lvgl/lv_misc/lv_font.h"
#include "../lv_font.h"
extern lv_font_t lv_font_symbol_60_file;
......
......@@ -7,7 +7,7 @@
#if USE_LV_FONT_SYMBOL_80_BASIC
#include <stdint.h>
#include "lvgl/lv_misc/lv_font.h"
#include "../lv_font.h"
extern lv_font_t lv_font_symbol_80_basic;
......
......@@ -7,7 +7,7 @@
#if USE_LV_FONT_SYMBOL_80_FEEDBACK
#include <stdint.h>
#include "lvgl/lv_misc/lv_font.h"
#include "../lv_font.h"
extern lv_font_t lv_font_symbol_80_feedback;
......
......@@ -7,7 +7,7 @@
#if USE_LV_FONT_SYMBOL_80_FILE
#include <stdint.h>
#include "lvgl/lv_misc/lv_font.h"
#include "../lv_font.h"
extern lv_font_t lv_font_symbol_80_file;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment