Adding the already exting code
This commit is contained in:
38
lvgl.h
Normal file
38
lvgl.h
Normal file
@@ -0,0 +1,38 @@
|
||||
/**
|
||||
* @file lvgl.h
|
||||
* Include all LittleV GL related headers
|
||||
*/
|
||||
|
||||
#ifndef LV_GL_H
|
||||
#define LV_GL_H
|
||||
|
||||
/*********************
|
||||
* INCLUDES
|
||||
*********************/
|
||||
#include "lv_obj/lv_obj.h"
|
||||
#include "lv_objx/lv_btn.h"
|
||||
#include "lv_objx/lv_img.h"
|
||||
#include "lv_objx/lv_label.h"
|
||||
#include "lv_objx/lv_line.h"
|
||||
#include "lv_objx/lv_page.h"
|
||||
#include "lv_objx/lv_rect.h"
|
||||
|
||||
/*********************
|
||||
* DEFINES
|
||||
*********************/
|
||||
#define LV_GL_VERSION_MAJOR 1
|
||||
#define LV_GL_VERSION_MINOR 0
|
||||
|
||||
/**********************
|
||||
* TYPEDEFS
|
||||
**********************/
|
||||
|
||||
/**********************
|
||||
* GLOBAL PROTOTYPES
|
||||
**********************/
|
||||
|
||||
/**********************
|
||||
* MACROS
|
||||
**********************/
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user