Files
SDK_RK3288/system/displayd/Config.h
2015-09-08 17:10:05 +08:00

16 lines
299 B
C
Executable File

#ifndef __CONFIG_H__
#define __CONFIG_H__
#define ENABLE_AUTO_SWITCH 1
#define ENABLE_SWITCH_FRAMEBUFFER 1
#define DISPLAY_UNTIL_WAKEUP 0
#define ENABLE_OTG_MANAGER 0
#ifdef DISPLAY_POLICY_BOX
#define DEFALUT_SCREEN_SCALE 100
#else
#define DEFALUT_SCREEN_SCALE 100
#endif
#endif /*__CONFIG_H__*/