📄 himax8802.h
字号:
#ifndef __HIMAX8802_H__
#define __HIMAX8802_H__
#include <system/armsys270.h>
#include <system/venc270.h>
typedef struct {
Uint8 dlcd_sel; // NTSC/PAL Extended Mode Select, 0:Standard, 1:Extended
Uint8 vsop; // VSYNC Output Polarity, 0:Active low, 1:Active hight
Uint8 hsop; // HSYNC Output Polarity, 0:Active low, 1:Active hight
Uint8 oe_assert; // Change timing of LED_OE assert, 0:No Change, 1:1cycle(27MHZ) first
BOOL enable_lrcd; // Line Reverse Control Enable, TRUE: enable, FALSE: disable
Uint8 ex_lineID; // External Line ID Enable, 0:Ignore the External Line ID, 1:Enable use of External ID
BOOL enable_RGB565; // RGB565 Control enable/disable, TRUE: enable, FALSE: disable
BOOL ex_lineID_PolarInverse; // External Line ID Control external line ID polarity inverse, TRUE: inverse, FALSE: normal
BOOL lineID_Remove; // Digital Output Remove(line), TRUE: remove 1 of every 6 lines, FALSE: normal
Uint8 firline_sel; // Select First Line, 0:Even, 1:Odd
Uint8 even_seq_sel; // Select Even Line Sequence, see RGB_SEQUENCE
Uint8 odd_seq_sel; // Select Odd Line Sequence, see RGB_SEQUENCE
} LED_ConfigData;
STATUS DLED_enable( BOOL enable);
STATUS DLED_setConfig( LED_ConfigData *lcdConfig);
void Init_LCD(void);
#endif /* __HIMAX8802_H__ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -