📄 spv518_vpp.h
字号:
#if defined(A070FW03)||defined(AT070TN01)||defined(A056DN01)||defined(PW065XS4)
const BYTE spv518_vpp_reg_ap1[] ={0xff,
0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x08,0x1b,0x1c,0x1d,0x1e,0x1f,0x20,
};
const BYTE spv518_vpp_val_ap1[] ={0x01,
// 0x26,0x00,0x06,0x00,0x00,0x04,0xe0,0x01,0x00,0x00,0xd0,0x02, // 720 to 480
0x27,0xdd,0x05,0x00,0x00,0x04,0x11,0x06,0xe0,0x01,0x00,0x00,0xd0,0x02, // 704 to 480
};
#elif defined (V070FW05)||defined(A070FW05)//shenyj add
const BYTE spv518_vpp_reg_ap1[] ={0xff,
0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x08,0x1b,0x1c,0x1d,0x1e,0x1f,0x20,0x01,0x07,0x08,
};
const BYTE spv518_vpp_val_ap1[] ={0x01,
// 0x26,0x00,0x06,0x00,0x00,0x04,0xe0,0x01,0x00,0x00,0xd0,0x02, // 720 to 480 //0x01,0x07 调整锐利效果
0x27,0xdd,0x05,0x00,0x00,0x04,0x11,0x06,0xe0,0x01,0x00,0x00,0xd0,0x02,0x27,0x23,0x02 // 704 to 480
};
#elif defined(CLAB090JB01CW)
const BYTE spv518_vpp_reg_ap1[] ={0xff,
0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x08,0x1b,0x1c,0x1d,0x1e,0x1f,0x20,0x01,0x07,0x08,
};
const BYTE spv518_vpp_val_ap1[] ={0x01,
// 0x26,0x00,0x06,0x00,0x00,0x04,0xe0,0x01,0x00,0x00,0xd0,0x02, // 720 to 480
0x27,0xdd,0x05,0x00,0x00,0x04,0x11,0x06,0xe0,0x01,0x00,0x00,0xd0,0x02,0x27,0x23,0x02 // 704 to 480
};
#elif defined(A060FW02)
const BYTE spv518_vpp_reg_ap1[] ={0xff,0x02,0x03,0x04,0x05,0x07,0x08,0x22,0xff,
0x01,0x02,0x03,0x04,0x05,0x06,0x1b,0x1c,0x1d,0x1e,0x1f,0x20,
};
const BYTE spv518_vpp_val_ap1[] ={0x00,0x07,0xb6,0x06,0x0f,0x11,0x06,0x03,0x01,
// 0x26,0x00,0x06,0x00,0x00,0x04,0xe0,0x01,0x00,0x00,0xd0,0x02, // 720 to 480
0x27,0x6a,0x05,0x00,0x00,0x04,0x08,0x02,0x00,0x00,0xc0,0x02, // 704 to 480
};
#elif defined(CLAB090JB01CW_ON_SPV518A_64PIN)
//VPP
const BYTE spv518_vpp_reg_ap1[] ={0xff,
0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x08,0x1b,0x1c,0x1d,0x1e,0x1f,0x20,0x01,0x07,0x08,
};
const BYTE spv518_vpp_val_ap1[] ={0x01,
// 0x26,0x00,0x06,0x00,0x00,0x04,0xe0,0x01,0x00,0x00,0xd0,0x02, // 720 to 480
0x27,0xdd,0x05,0x00,0x00,0x04,0x11,0x06,0xe0,0x01,0x00,0x00,0xd0,0x02,0x27,0x23,0x02, // 704 to 480
};
#elif defined(A070FW05_ON_SPV518A_64PIN)
//VPP
const BYTE spv518_vpp_reg_ap1[] ={0xff,
0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x08,0x1b,0x1c,0x1d,0x1e,0x1f,0x20,
};
const BYTE spv518_vpp_val_ap1[] ={0x01,
// 0x26,0x00,0x06,0x00,0x00,0x04,0xe0,0x01,0x00,0x00,0xd0,0x02, // 720 to 480
0x27,0xdd,0x05,0x00,0x00,0x04,0x11,0x06,0xe0,0x01,0x00,0x00,0xd0,0x02, // 704 to 480
};
#elif defined (A102VW01)
const BYTE spv518_vpp_reg_ap1[] ={0xff,
0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x08,0x1b,0x1c,0x1d,0x1e,0x1f,0x20,
};
const BYTE spv518_vpp_val_ap1[] ={0x01,
// 0x00,0x00,0x04,0x22,0x99,0x03,0x20,0x03,0x00,0x00,0xd0,0x02, // 720 to 480
0x27,0x00,0x04,0x22,0x85,0x03,0x11,0x06,0x20,0x03,0x00,0x00,0xd0,0x02, // 704 to 800
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -