mirror of
https://github.com/lvgl/lvgl.git
synced 2024-11-30 21:24:07 +08:00
42 lines
746 B
C
42 lines
746 B
C
/**
|
|
* @file img_conf.h
|
|
*
|
|
*/
|
|
|
|
#if 0 /*Remove this to enable the content (Delete the last #endif too!)*/
|
|
|
|
#ifndef IMG_CONF_H
|
|
#define IMG_CONF_H
|
|
|
|
/*********************
|
|
* INCLUDES
|
|
*********************/
|
|
|
|
/*********************
|
|
* DEFINES
|
|
*********************/
|
|
|
|
/* Enable here the used images
|
|
* For example:
|
|
* #define USE_IMG_EXAMPLE 1
|
|
*
|
|
* This is compatible with the images
|
|
* generated by the image converter utility
|
|
* For more information see: www.littlev.hu */
|
|
|
|
/**********************
|
|
* TYPEDEFS
|
|
**********************/
|
|
|
|
/**********************
|
|
* GLOBAL PROTOTYPES
|
|
**********************/
|
|
|
|
/**********************
|
|
* MACROS
|
|
**********************/
|
|
|
|
#endif
|
|
|
|
#endif /*Remove this to enable the content*/
|