BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lvgl
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
lvgl
Commits
91b788dc
Commit
91b788dc
authored
Dec 08, 2017
by
Gabor Kiss-Vamosi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor fixes
parent
0bfb73b6
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
13 additions
and
13 deletions
+13
-13
lv_conf_templ.h
lv_conf_templ.h
+2
-2
dejavu_40.h
lv_misc/lv_fonts/dejavu_40.h
+1
-1
dejavu_40_cyrillic.h
lv_misc/lv_fonts/dejavu_40_cyrillic.h
+1
-1
dejavu_40_latin_ext_a.h
lv_misc/lv_fonts/dejavu_40_latin_ext_a.h
+1
-1
dejavu_40_latin_ext_b.h
lv_misc/lv_fonts/dejavu_40_latin_ext_b.h
+1
-1
dejavu_40_sup.h
lv_misc/lv_fonts/dejavu_40_sup.h
+1
-1
symbol_40_basic.c
lv_misc/lv_fonts/symbol_40_basic.c
+1
-1
symbol_40_basic.h
lv_misc/lv_fonts/symbol_40_basic.h
+1
-1
symbol_40_feedback.c
lv_misc/lv_fonts/symbol_40_feedback.c
+1
-1
symbol_40_feedback.h
lv_misc/lv_fonts/symbol_40_feedback.h
+1
-1
symbol_40_file.c
lv_misc/lv_fonts/symbol_40_file.c
+1
-1
symbol_40_file.h
lv_misc/lv_fonts/symbol_40_file.h
+1
-1
No files found.
lv_conf_templ.h
View file @
91b788dc
...
...
@@ -73,11 +73,11 @@
#define LV_TXT_UTF8 1
#define LV_TXT_BREAK_CHARS " ,.;:-_" /*Can break texts on these chars*/
/*
Graphics f
eature usage*/
/*
F
eature usage*/
#define USE_LV_ANIMATION 1 /*1: disable all animations*/
#define USE_LV_SHADOW 1 /*1: disable shadows*/
#define USE_LV_GROUP 1 /*1: Enable object groups (for keyboards)*/
#define USE_LV_GPU
0
/*1: Enable GPU interface*/
#define USE_LV_GPU
1
/*1: Enable GPU interface*/
#define USE_LV_FILESYSTEM 1 /*1: Enable file system (required by images aka. lv_img)*/
/*==================
...
...
lv_misc/lv_fonts/dejavu_40.h
View file @
91b788dc
...
...
@@ -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
;
...
...
lv_misc/lv_fonts/dejavu_40_cyrillic.h
View file @
91b788dc
...
...
@@ -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
;
...
...
lv_misc/lv_fonts/dejavu_40_latin_ext_a.h
View file @
91b788dc
...
...
@@ -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
;
...
...
lv_misc/lv_fonts/dejavu_40_latin_ext_b.h
View file @
91b788dc
...
...
@@ -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
;
...
...
lv_misc/lv_fonts/dejavu_40_sup.h
View file @
91b788dc
...
...
@@ -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
;
...
...
lv_misc/lv_fonts/symbol_40_basic.c
View file @
91b788dc
...
...
@@ -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
...
...
lv_misc/lv_fonts/symbol_40_basic.h
View file @
91b788dc
...
...
@@ -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
;
...
...
lv_misc/lv_fonts/symbol_40_feedback.c
View file @
91b788dc
...
...
@@ -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
...
...
lv_misc/lv_fonts/symbol_40_feedback.h
View file @
91b788dc
...
...
@@ -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
;
...
...
lv_misc/lv_fonts/symbol_40_file.c
View file @
91b788dc
...
...
@@ -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
...
...
lv_misc/lv_fonts/symbol_40_file.h
View file @
91b788dc
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment