📄 tbl_othr_dvc.h
字号:
//==================================================================================
// External enconstr(SAA7121H) initialize table description
//==================================================================================
//... table_name = {start_subadd,length,data,...}
code unsigned char tbl_ntsc_saa7121_1[] = { // 4
0x00,0x00, // 26h, 27h
0x19,0x1d // 28h, 29h
};
//code unsigned char saa7121_ntsc_color_bar_on[] = {
// 0x3a,1,
// 0x93}; // color-bar on 0x93
// color-bar off 0x13
code unsigned char tbl_ntsc_saa7121_2[] = { // 38
0x0c,0x76,0xa5,0x2a, // 5a ~ 5d
// 0x2e,0xae,0x00,0x15, // 5e ~ 61
0x2e,0xee,0x00,0x15, // 5e ~ 61 //... update:060225__CCRS[1:0]->2b11
0x3f,0x1f,0x7c,0xf0, // 62 ~ 65
0x21,0x55,0x56,0x67, // 66 ~ 69
0x58,0x20,0xf9,0x00, // 6a ~ 6d
0x30,0x00,0x80,0xe8, // 6e ~ 71
0x10,0x42,0x03,0x03, // 72 ~ 75
0x05,0x16,0x04,0x16, // 76 ~ 79
0x18,0x30,0x40,0x00, // 7a ~ 7d
0x00,0x00 // 7e ~ 81
};
//=====================================================================================
//-------------------------------------------------------------------------
//.. i2c write table configuration
//... table_name = {start_subadd,length,data,...}
code unsigned char tbl_pal_saa7121_1[] = { // 9
0x00,0x00, // 26h, 27h
0x21,0x1d,0x00,0x00, // 28h ~ 2bh
0x00,0x00,0x00 // 2ch ~ 2eh
};
//==================================================================================
//code unsigned char saa7121_pal_color_bar_on[] = {
// 0x3a,1,
// 0x93}; // color-bar on 0x93
// color-bar off 0x13
//==================================================================================
code unsigned char tbl_pal_saa7121_2[] = { // 38
0x0c,0x7d,0xaf,0x23, // 5a ~ 5d
// 0x35,0x35,0x00,0x16, // 5e ~ 61
0x35,0xf5,0x00,0x16, // 5e ~ 61 //... update:060225__CCRS[1:0]->2b11
0x2f,0xcb,0x8a,0x09, // 62 ~ 65
0x2a,0x55,0x56,0x67, // 66 ~ 69
0x58,0x16,0x05,0x20, // 6a ~ 6d
0x20,0x00,0xf0,0xb0, // 6e ~ 71
0x61,0x42,0x03,0x03, // 72 ~ 75
0x05,0x16,0x04,0x16, // 76 ~ 79
0x00,0x38,0x40,0x00, // 7a ~ 7d
0x00,0x00 // 7e ~ 7f
};
//==================================================================================
//=================================================================================
//==================================================================================
// External encoder(KS0123) initialize table description
//==================================================================================
//=============================== NTSC ===================================================
code unsigned char tbl_ntsc_ks0123[]={
0x91,0x88,0x79,0x01,0x00,0x01,0x00,0xaa,
0x43,0xe0,0xf8,0x3e,0x00,0x00,0x00,0x00,
0x00
}; // 0x10(0x00) : macro-vision off
//=============================== PAL ===================================================
code unsigned char tbl_pal_ks0123[]={
0x91,0x88,0x79,0x01,0x01,0x00,0x00,0xaa,
0x54,0x13,0x15,0x96,0x01,0x00,0x00,0x00,
0x00
}; // 0x10(0x00) : macro-vision off
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -