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
ec19ceb2
Commit
ec19ceb2
authored
Jan 30, 2018
by
Gabor Kiss-Vamosi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo fixes
parent
1689a121
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
8 deletions
+1
-8
lv_sw.h
lv_objx/lv_sw.h
+1
-1
lv_win.h
lv_objx/lv_win.h
+0
-7
No files found.
lv_objx/lv_sw.h
View file @
ec19ceb2
...
...
@@ -17,7 +17,7 @@ extern "C" {
#if USE_LV_SW != 0
/*Testing of dependencies*/
#if USE_LV_S
W
== 0
#if USE_LV_S
LIDER
== 0
#error "lv_sw: lv_slider is required. Enable it in lv_conf.h (USE_LV_SLIDER 1)"
#endif
...
...
lv_objx/lv_win.h
View file @
ec19ceb2
...
...
@@ -125,13 +125,6 @@ void lv_win_set_title(lv_obj_t * win, const char * title);
void
lv_win_set_btn_size
(
lv_obj_t
*
win
,
lv_coord_t
size
);
/**
* Set the control button size of a window
* @param win pointer to a window object
* @param size control button size
*/
void
lv_win_set_btn_size
(
lv_obj_t
*
win
,
lv_coord_t
size
);
/**
* Set the scroll bar mode of a window
* @param win pointer to a window object
* @param sb_mode the new scroll bar mode from 'lv_sb_mode_t'
...
...
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