lcd_ascii.h
来自「mp3量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码。系统会自」· C头文件 代码 · 共 29 行
H
29 行
/*****************************************************/
/* File name : LCD_ASCII.h */
/* Description : header file for LCD_ASCII.c */
/* Platform : AVRStudio4.13 + WinAVR20070525 for AVR */
/* Author : Michael Zhang - 章其波 */
/* Email : sudazqb@163.com */
/* MSN : zhangqibo_1985@hotmail.com */
/* Date : 2007-2-2 */
/* NOT FOR COMMERCIAL USE, ALL RIGHT RESERVED! */
/*****************************************************/
/* Change Log: */
/* 20071208: modify codes for ARM platform (AT91SAM7S256) */
/* 20071109: add a faster display function for 3310 */
/* 20070202: original version */
/*****************************************************/
#ifndef __LCD_ASCII_H__
#define __LCD_ASCII_H__
#include"lcd.h"
extern void Dis_Ascii_12_fast(uint16 x,uint16 y,uint8 ch);
extern void Dis_Ascii_12(uint16 x,uint16 y,uint8 ch);
extern void Dis_Ascii_16(uint16 x,uint16 y,uint8 ch);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?