ks0108_12864lcd.h
来自「ks0108 avr单片机1284显示」· C头文件 代码 · 共 33 行
H
33 行
/*----------------------------------------------------------------------------*-
Header Name : KS0108_12864LCD.H (v1.00)
----------------------------------------------------------------------------
COPYRIGHT
---------
Created Date : 2008.03.01
Created By : HOCHIEN
Modified By :
Modified Date :
Version : 2.0
Description : See 'KS0108_12864LCD.C' for details.
* * * This program is from : www.ICEworksop.com * * *
-*----------------------------------------------------------------------------*/
#ifndef _KS0108_12864LCD_H
#define _KS0108_12864LCD_H
// ------ Public function prototypes -----------------------------------------
void KS0108_12864LCD_Init(void);
void KS0108_12864LCD_Update(void);
#endif
/*----------------------------------------------------------------------------*-
---- END OF FILE -----------------------------------------------------------
-*----------------------------------------------------------------------------*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?