keyled.h

来自「c8051f020 实时时钟模块程序 内含IIC模块程序/***********」· C头文件 代码 · 共 27 行

H
27
字号
/****************************************************************/
// INT0  IN  P21


#define left               0x10
#define right              0x20
#define flash              0x40
#define dp                 0x80



extern unsigned char  keyvalue[2];
/******************************************************************************/
extern  void 		  Keyled_Config( );

extern  void          Delay_zlg7290 (unsigned int );

unsigned char         Wait_Key ( );				// wait untill any key is pressed,and  convert the keycode 

extern  void          Print_zlg7290 (unsigned char /*bits*/ ,unsigned char /*content*/); 
//content+flash,the display will flash,content+dp, dp will display

extern  void          Clear_zlg7290 ( );        // clear the display

extern  void          Disp_Shift( unsigned char/*direction*/,unsigned char/*shiftnum*/);
/*******************************************************************************/

⌨️ 快捷键说明

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