lcm.h.svn-base
来自「多个厂家的LCD 驱动程序」· SVN-BASE 代码 · 共 70 行
SVN-BASE
70 行
#ifndef __LCM_H__
#define __LCM_H__
#include "platform.h"
//==============================
#if (defined( _PRIMARY_LCM_NONE) || defined(_SECONDARY_LCM_NONE))
#include "LCM_NONE.h"
#endif
#if (defined( _PRIMARY_LCM_AU20) || defined(_SECONDARY_LCM_AU20))
#include "LCM_AU20.h"
#endif
#if (defined( _PRIMARY_LCM_WIS_T200P00) || defined(_SECONDARY_LCM_WIS_T200P00))
#include "LCM_WIS_T200P00H00.h"
#endif
#if (defined( _PRIMARY_LCM_TOSHIBA22) || defined(_SECONDARY_LCM_TOSHIBA22))
#include "LCM_toshiba22.h"
#endif
#if (defined( _PRIMARY_LCM_UNITONE18) || defined(_SECONDARY_LCM_UNITONE18))
#include "LCM_unitone18.h"
#endif
#if (defined( _PRIMARY_LCM_UNITONE22) || defined(_SECONDARY_LCM_UNITONE22))
#include "LCM_unitone22.h"
#endif
#if (defined( _PRIMARY_EPSON_L5F30363) || defined(_SECONDARY_EPSON_L5F30363))
#include "LCM_EPSON_L5F30363.h"
#endif
#if (defined( _PRIMARY_LCM_uPD161704) || defined(_SECONDARY_LCM_uPD161704))
#include "LCM_uPD161704.h"
#endif
#if (defined( _PRIMARY_LCM_S1D19105D00B) || defined(_SECONDARY_LCM_S1D19105D00B))
#include "LCM_S1D19105D00B.h"
#endif
#if (defined( _PRIMARY_LCM_VP_S6B33B2) || defined(_SECONDARY_LCM_VP_S6B33B2))
#include "LCM_VP_S6B33B2.h"
#endif
#if (defined( _PRIMARY_TV_ENCODER_ROHM) || defined(_SECONDARY_TV_ENCODER_ROHM))
#include "TV_ENCODER_ROHM.h"
#endif
// ==============================
// For each indivisual panel
//==============================
void LCM_Select(unsigned short wSel);
//void LCM_Init(unsigned char bSelPanel);
void LCM_WriteCmd(unsigned short wReg,unsigned short wData);
unsigned short LCM_ReadCmd(unsigned short wReg);
void LCM_WriteMemory(unsigned short wData);
void LCM_FillColor(unsigned short bColorR,unsigned short bColorG,unsigned short bColorB, U16 *pu16Buffer, U32 u32BufferLength);
//=================================
// Command
//=================================
#endif // #ifndef __LCM_H__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?