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
1e139dc8
Commit
1e139dc8
authored
Nov 19, 2017
by
Gabor Kiss-Vamosi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release v5.0.0-beta
parent
552e7a8c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
lvgl.h
lvgl.h
+5
-4
No files found.
lvgl.h
View file @
1e139dc8
...
...
@@ -52,13 +52,14 @@ extern "C" {
* DEFINES
*********************/
/*Current version of LittlevGL*/
#define LVGL_VERSION_MAJOR
4
#define LVGL_VERSION_MINOR
2
#define LVGL_VERSION_MAJOR
5
#define LVGL_VERSION_MINOR
0
#define LVGL_VERSION_PATH 0
#define LVGL_VERSION_INFO "beta"
/*Required misc. library version*/
#define LV_MISC_REQ_MAJOR
4
#define LV_MISC_REQ_MINOR
2
#define LV_MISC_REQ_MAJOR
5
#define LV_MISC_REQ_MINOR
0
#define LV_MISC_REQ_PATCH 0
#if MISC_VERSION_MAJOR != LV_MISC_REQ_MAJOR
/*The version major has to match*/
...
...
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