📄 ext_globl.h
字号:
//*****************************************************************************************// define OSD variable . used for menu .extern unsigned char data top_sel ; // Top menu selectionextern unsigned char data brit_sel ; // Brightness menu selectionextern unsigned char data britc_sel ; // Combine Brightness selectionextern unsigned char data cont_sel ; // Contrast menu selectionextern unsigned char data contc_sel ; // Combine Contrast selectionextern unsigned char data hue_sel ; // Hue menu selectionextern unsigned char data satr_sel ; // Saturation menu selectionextern unsigned char data sharp_sel ; // Sharpness menu selectionextern unsigned char data volume_sel ; // Volume selectionextern unsigned char idata video_format ; // Video format 0:PAL-N 1:PAL 2:PAL-M 3:NTSC//define program single variable . //used for menu .extern unsigned char idata hposPN_sel ; // PAL-N Horizontal Position selectionextern unsigned char idata vposPN_sel; // PAL-N Vertical Position selectionextern unsigned char idata hposP_sel ; // PAL Horizontal Position selectionextern unsigned char idata vposP_sel ; // PAL Vertical Position selectionextern unsigned char idata hposPM_sel ; // PAL-M Horizontal Position selectionextern unsigned char idata vposPM_sel ; // PAL-M Vertical Position selectionextern unsigned char idata hposNS_sel ; // NTSC Horizontal Position selectionextern unsigned char idata vposNS_sel ; // NTSC Vertical Position selectionextern unsigned char idata signal_sel ; // Video selectionextern unsigned char idata gamma_sel ; // Gamma Table selection //*****************************************************************************************// define program's flag .extern bit test_flag ;extern bit power_flag ; // Power flag for menu_board's button or ir Power button// the flag for menu .extern bit topmenu_flag ; // topmenu flagextern bit britmenu_flag ; // Brightness menu flagextern bit volshow_flag ; // Volume menu showed flagextern bit timemenu_flag;extern bit mute_flag ; // MUTE flagextern bit exit_flag ;extern bit pcc ; //reset vx1828 program
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -