📄 hwapi_rgbpanel.h
字号:
/******************************************************************/
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -