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
af2b6f80
Commit
af2b6f80
authored
Oct 11, 2017
by
Gabor Kiss-Vamosi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update default screen style to white baclground
parent
7f6bdbe6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lv_style.c
lv_obj/lv_style.c
+2
-2
No files found.
lv_obj/lv_style.c
View file @
af2b6f80
...
...
@@ -71,8 +71,8 @@ void lv_style_init (void)
lv_style_scr
.
ccolor
=
COLOR_MAKE
(
0x20
,
0x20
,
0x20
);
lv_style_scr
.
opa
=
OPA_COVER
;
lv_style_scr
.
mcolor
=
COLOR_
MAKE
(
0xc9
,
0xdb
,
0xee
)
;
lv_style_scr
.
gcolor
=
COLOR_
MAKE
(
0x4d
,
0x91
,
0xd5
)
;
lv_style_scr
.
mcolor
=
COLOR_
WHITE
;
lv_style_scr
.
gcolor
=
COLOR_
WHITE
;
lv_style_scr
.
bcolor
=
COLOR_BLACK
;
lv_style_scr
.
scolor
=
COLOR_GRAY
;
lv_style_scr
.
radius
=
0
;
...
...
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