📄 config_haozhen.h
字号:
#if (_CUSTOM_TYPE == _CUSTOM_HAOZHEN)
//--------------------------------------------------
// Short Menu option
//--------------------------------------------------
#define _OSD_SM_ENABLE 1
//--------------------------------------------------
// background color definition
//--------------------------------------------------
#define _BGND_COLOR_R 0x00
#define _BGND_COLOR_G 0x00
#define _BGND_COLOR_B 0xff
//--------------------------------------------------
// Menu Key Repeat Optional and Rate definition
//--------------------------------------------------
#define _MENU_KEY_REPEAT_OPTION _TRUE//_FALSE//: enable menu key repeat
#define _DELAY_MENU_REPEAT 330 //ms, for menu key repeat
#define _DELAY_LR_REPEAT 250 //ms, for menu key repeat
//--------------------------------------------------
// Mute misc
//--------------------------------------------------
#define _MUTE_AUTO_DISABLE _DISABLE //enable to cancel mute state after source change
#define _MUTE_SAVE _ENABLE //enable to cancel mute state after source change
//--------------------------------------------------
// No Signal Hint Show Select
//--------------------------------------------------
#define _OSD_NOSIGNAL_OPTION _FALSE//_TRUE // _TRUE: enable to show "No Signal"
//--------------------------------------------------
// OSD Border Color
//--------------------------------------------------
#define _OSD_BORDER_COLOR (_CP_RED) //
//--------------------------------------------------
// FM device
//--------------------------------------------------
#define _FM_MODULATION _ENABLE
//--------------------------------------------------
// OSD Position (for short menu)
//--------------------------------------------------
#define _OSD_LINE_LEN 40
#define _OSD_LINE_HEIGHT 1
#define _OSD_POS_ITEMNAME_COL 0 //
#define _OSD_POS_ITEMNAME_LEN 11 //
#define _OSD_POS_SLIDER_COL 12 //
#define _OSD_POS_SLIDER_LEN 22 //
//--------------------------------------------------
// Hue of video
//--------------------------------------------------
#define _OSD_VHUE_ENABLE _FALSE//_TRUE // _TRUE: enable to show "HUE"
//--------------------------------------------------
// Source Hint for Common OSD
//--------------------------------------------------
#define _SOURCE_HINT_TEXT _TRUE//_FALSE//
// x.hu, 20050805, add
// slider bar max nunber to show of each
#define _SLIDER_MAX_BRIGHTNESS 15
#define _SLIDER_MAX_CONTRAST 31
#define _SLIDER_MAX_SHARPNESS 15
#define _SLIDER_STEP_SHARPNESS 5
#define _SLIDER_MAX_SATURATION 62
#define _SLIDER_MAX_HUE 62
#endif //end of #if (_CUSTOM_TYPE == _CUSTOM_HAOZHEN)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -