arch(driver): new driver architecture with new color format support
This commit is contained in:
39
src/lvgl_private.h
Normal file
39
src/lvgl_private.h
Normal file
@@ -0,0 +1,39 @@
|
||||
/**
|
||||
* @file lvgl_private.h
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef LVGL_PRIVATE_H
|
||||
#define LVGL_PRIVATE_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/*********************
|
||||
* INCLUDES
|
||||
*********************/
|
||||
#include "core/lv_disp_private.h"
|
||||
#include "core/lv_indev_private.h"
|
||||
|
||||
/*********************
|
||||
* DEFINES
|
||||
*********************/
|
||||
|
||||
/**********************
|
||||
* TYPEDEFS
|
||||
**********************/
|
||||
|
||||
/**********************
|
||||
* GLOBAL PROTOTYPES
|
||||
**********************/
|
||||
|
||||
/**********************
|
||||
* MACROS
|
||||
**********************/
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /*extern "C"*/
|
||||
#endif
|
||||
|
||||
#endif /*LVGL_PRIVATE_H*/
|
||||
Reference in New Issue
Block a user