ks107.h

来自「Source code for driver KS107 (LCD displa」· C头文件 代码 · 共 46 行

H
46
字号
// --------------------------------------
// - Time PAUSE	    WAIT [0..255] x0.1s	-
// --------------------------------------
void PAUSE(uchar WAIT);

// --------------------------------------
// - Inicialization routine		-
// --------------------------------------
void DISP_INIT(void);

// --------------------------------------
// - Display ON				-
// --------------------------------------
void DISP_ON(void);

// --------------------------------------
// - Display OFF			-
// --------------------------------------
void DISP_OFF(void);

// --------------------------------------
// - Display Clear			-
// --------------------------------------
void DISP_CLEAR(void);

// --------------------------------------
// - Routine for writing text in ASCII code
// - *TextArray ... Pointer to Array with text
// -  TextLen ..... Length text 
// -  Size ........ Size text <0..1> 	
// -  PosRow ...... Position in ROW <0..63>
// -  PosCol ...... Position in COLUMN <0..127>
// --------------------------------------
void DISP_TEXT(uchar *TextArray, uchar TextLen, uchar Size, uchar PosRow, uchar PosCol);

// --------------------------------------
// - Routine for paint commpress Image
// - ImageArray ... Pointer to Image table  
// - PosRow ....... Position in ROW <0..63>
// - PosColL ...... Position in COLUMN <0..127>
// --------------------------------------
void DISP_ICON(uchar *ImageArray,uchar PosRow,uchar PosCol);



⌨️ 快捷键说明

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