hwapi_rgbpanel.h

来自「瑞星微公司RK27XX系列芯片的SDK开发包」· C头文件 代码 · 共 50 行

H
50
字号
/******************************************************************/
/*   Copyright (C) 2007 ROCK-CHIPS FUZHOU . All Rights Reserved.  */
/*******************************************************************
File :  hwapi_Rgbpanel.h
Desc :

Author :  nzy
Date :
Notes :

$Log :
*********************************************************************/
#ifndef _HWAPI_RGBPANEL_H_
#define _HWAPI_RGBPANEL_H_

#include    "typedef.h"


#include "..\driver\screen\rgbpanel\let400\hwapi_Let400.h"
#include "..\driver\screen\rgbpanel\let700\hwapi_Let700.h"
#include "..\driver\screen\rgbpanel\tpg121\hwapi_Tpg121.h"
#include "..\driver\screen\rgbpanel\tpg051\hwapi_Tpg051.h"
#include "..\driver\screen\rgbpanel\a030fl01\hwapi_A030fl01.h"
#include "..\driver\screen\rgbpanel\a030dl02\hwapi_A030dl02.h"
#include "..\driver\screen\rgbpanel\lq035q1dg01\hwapi_Lq035q1dg01.h"
#include "..\driver\screen\rgbpanel\t480272\hwapi_T480272.h"
#include "..\driver\screen\rgbpanel\td043mgea1\hwapi_Td043mgea1.h"
#include "..\driver\screen\rgbpanel\tvout_ch7024\hwapi_Tvout.h"


typedef enum
{
    RGB_NORMAL,
    RGB_STANDBY
}RGBLCDSTATUS;


void Rgbpanel_PowerOnInit(void);
void Rgbpanel_SetFreq(UINT32 Freq);
void Rgbpanel_Standby(RGBLCDSTATUS Enable);



#endif/* _HWAPI_RGBPANEL_H_ */

/*********************************************************************
 END OF FILE
*********************************************************************/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?