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
525a9e38
Commit
525a9e38
authored
Aug 21, 2017
by
Gabor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lv_objx_templ: updated
parent
3a4463d2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
lv_objx_templ.c
lv_objx/lv_objx_templ.c
+9
-2
lv_objx_templ.h
lv_objx/lv_objx_templ.h
+1
-1
No files found.
lv_objx/lv_objx_templ.c
View file @
525a9e38
...
...
@@ -116,7 +116,7 @@ bool lv_templ_signal(lv_obj_t * templ, lv_signal_t sign, void * param)
*====================*/
/*
* New object specific "set" function
comes
here
* New object specific "set" function
s come
here
*/
...
...
@@ -125,9 +125,16 @@ bool lv_templ_signal(lv_obj_t * templ, lv_signal_t sign, void * param)
*====================*/
/*
* New object specific "get" function
comes
here
* New object specific "get" function
s come
here
*/
/*=====================
* Other functions
*====================*/
/*
* New object specific "other" functions come here
*/
/**********************
* STATIC FUNCTIONS
...
...
lv_objx/lv_objx_templ.h
View file @
525a9e38
...
...
@@ -35,7 +35,7 @@ extern "C" {
/*Data of template*/
typedef
struct
{
/*Ext. of ancestor*/
lv_ANCESTOR_ext_t
ANCESTOR
;
/*Ext. of ancestor*/
/*New data for this type */
}
lv_templ_ext_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