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
2d7e770b
Commit
2d7e770b
authored
Jan 09, 2017
by
Kiss-Vamosi Gabor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Style updates: whiter button border, app_kb no border
parent
4b2a5b22
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
lv_app_kb.c
lv_app/lv_app_util/lv_app_kb.c
+1
-1
lv_btn.c
lv_objx/lv_btn.c
+1
-1
No files found.
lv_app/lv_app_util/lv_app_kb.c
View file @
2d7e770b
...
...
@@ -84,7 +84,7 @@ void lv_app_kb_init(void)
kb_btnms
.
rects
.
round
=
0
;
kb_btnms
.
rects
.
bwidth
=
0
;
//
kb_btnms.btns.rects.bwidth = 0;
kb_btnms
.
btns
.
rects
.
bwidth
=
0
;
kb_btnms
.
btns
.
rects
.
round
=
0
;
}
...
...
lv_objx/lv_btn.c
View file @
2d7e770b
...
...
@@ -425,7 +425,7 @@ static void lv_btns_init(void)
/*Default style*/
lv_btns_def
.
mcolor
[
LV_BTN_STATE_REL
]
=
COLOR_MAKE
(
0x60
,
0x88
,
0xb0
);
lv_btns_def
.
gcolor
[
LV_BTN_STATE_REL
]
=
COLOR_MAKE
(
0x20
,
0x30
,
0x40
);
lv_btns_def
.
bcolor
[
LV_BTN_STATE_REL
]
=
COLOR_MAKE
(
0x
a0
,
0xc0
,
0xe0
);
lv_btns_def
.
bcolor
[
LV_BTN_STATE_REL
]
=
COLOR_MAKE
(
0x
ff
,
0xff
,
0xff
);
lv_btns_def
.
lcolor
[
LV_BTN_STATE_REL
]
=
COLOR_MAKE
(
0x30
,
0x40
,
0x50
);
lv_btns_def
.
flags
[
LV_BTN_STATE_REL
].
light_en
=
0
;
lv_btns_def
.
flags
[
LV_BTN_STATE_REL
].
transp
=
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