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
5db75661
Commit
5db75661
authored
Jan 19, 2018
by
Gabor Kiss-Vamosi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lv_conf_templ.h: use LV_FONT_ANTIALIAS by default instead of LV_ANTIALAIS
parent
64b5010b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
lv_conf_templ.h
lv_conf_templ.h
+7
-7
No files found.
lv_conf_templ.h
View file @
5db75661
...
...
@@ -52,12 +52,12 @@
/* Enable anti-aliasing
* If enabled everything will be rendered in double size and filtered to normal size.
* Fonts and Images will be downscaled */
#define LV_ANTIALIAS
1
/*1: Enable anti-aliasing*/
#define LV_ANTIALIAS
0
/*1: Enable anti-aliasing*/
/* Enable anti-aliasing only for fonts (texts)
* It downscales the fonts to half size so you should use double sized fonts
* Much faster then normal anti-aliasing */
#define LV_FONT_ANTIALIAS
0
/*1: Enable font anti-aliasing*/
#define LV_FONT_ANTIALIAS
1
/*1: Enable font anti-aliasing*/
/*Screen refresh settings*/
#define LV_REFR_PERIOD 50 /*Screen refresh period in milliseconds*/
...
...
@@ -91,7 +91,7 @@
#define USE_LV_FILESYSTEM 1 /*1: Enable file system (required by images*/
/*Compiler attributes*/
#define LV_ATTRIBUTE_TICK_INC /* Define a custom attribute to tick increment function */
#define LV_ATTRIBUTE_TICK_INC
/* Define a custom attribute to tick increment function */
#define LV_ATTRIBUTE_TASK_HANDLER /* Define a custom attribute to task handler function */
/*================
...
...
@@ -139,10 +139,10 @@
#define USE_LV_FONT_SYMBOL_30_FEEDBACK 0
#define USE_LV_FONT_DEJAVU_40 1
#define USE_LV_FONT_DEJAVU_40_SUP
1
#define USE_LV_FONT_DEJAVU_40_LATIN_EXT_A
1
#define USE_LV_FONT_DEJAVU_40_LATIN_EXT_B
1
#define USE_LV_FONT_DEJAVU_40_CYRILLIC
1
#define USE_LV_FONT_DEJAVU_40_SUP
0
#define USE_LV_FONT_DEJAVU_40_LATIN_EXT_A
0
#define USE_LV_FONT_DEJAVU_40_LATIN_EXT_B
0
#define USE_LV_FONT_DEJAVU_40_CYRILLIC
0
#define USE_LV_FONT_SYMBOL_40_BASIC 1
#define USE_LV_FONT_SYMBOL_40_FILE 1
#define USE_LV_FONT_SYMBOL_40_FEEDBACK 1
...
...
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