24 lines
891 B
C
24 lines
891 B
C
//****************************************************************
|
|
//* lite-manager *
|
|
//* NOTE: do not edit this file as it is automatically generated *
|
|
//****************************************************************
|
|
|
|
#ifndef __CONFIG_H__
|
|
#define __CONFIG_H__
|
|
|
|
|
|
#define CONFIG_SGL_PANEL_PIXEL_DEPTH 16
|
|
#define CONFIG_SGL_EVENT_QUEUE_SIZE 16
|
|
#define CONFIG_SGL_ANIMATION 1
|
|
#define CONFIG_SGL_ANIMATION_TICK_MS 10
|
|
#define CONFIG_SGL_DEBUG 1
|
|
#define CONFIG_SGL_LOG_COLOR 1
|
|
#define CONFIG_SGL_LOG_LEVEL 0
|
|
#define CONFIG_SGL_BOOT_LOGO 1
|
|
#define CONFIG_SGL_HEAP_ALGO lwmem
|
|
#define CONFIG_SGL_HEAP_MEMORY_SIZE 10240
|
|
#define CONFIG_SGL_FONT_SONG23 1
|
|
|
|
|
|
#endif //!__CONFIG_H__
|