📄 tve_control.h
字号:
/******************************************************************************
*
* The information contained herein is the exclusive property of
* Sunplus Technology Co. And shall not be distributed, reproduced,
* or disclosed in whole in part without prior written permission.
*
* (C) COPYRIGHT 2005 SUNPLUS TECHNOLOGY CO.
* ALL RIGHTS RESERVED
*
* The entire notice above must be reproduced on all authorized copies.
*
*****************************************************************************/
/******************************************************************************
* Filename: Tve_Control.h
* Author: Robin.xjliu (eMail: xjliu@sunplus.com)
* Tel: 00885-028-87848688-5884
* Date: 2005-11-16
* Description: TV register setting
* Reference:
* Version history:
*-----------------------------------------------------------------------------
* Version YYYY-MM-DD-INDEX Modified By Description
* 1.0.0 2005-11-16 xjliu Create
*
*****************************************************************************/
#ifndef _TVE_CONTROL_H
#define _TVE_CONTROL_H
#include "Sys_Global.h"
#define TVNON_INTL 0x0000
#define TVINTL 0x0001
#define TVPAL 0x0002
#define TVQVGA 0x0000
#define TVVGA 0x0004
#define TVHVGA 0x0008
#define TVVGA2CIF 0x000C
#define TVFB_YUV 0x00000000
#define TVRGB2YUV 0x00000100
#define Y4U2V2 0x0000
#define Y4U4V4 0x0800
#define TVLPF0 0x0000
#define TVLPF1 0x0010
#define TVLPF2 0x0020
#define TVLPF3 0x0030
#define TVRGB2YUV 0x0100
#define TVEN 0x1000
#define Y4U4V4 0x0800
#define TVE_SOFT 0x0000
#define TVE_C2P_HARD 0x0040
#define TVE_P2T_HARD 0x0080
#define TVE_P2T_HW4 0x00C0
#define TV_Out 0x00000000
#define LCD_Out 0x00000001
void InitTV(void);
#endif //_TVE_CONTROL_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -