atml_fonts.h
来自「找的一个用U2270B开发的射频卡项目文件」· C头文件 代码 · 共 36 行
H
36 行
// $Id: atml_Fonts.h,v 1.1 2006/09/25 22:08:15 tprescott Exp $
/*****************************************************
Project : atml_Fonts.h
Date : 9/08/2006
Author : Toby Prescott
Company : Atmel
Comments: AVR Studio GCC
Revisions:
v1.0 - Started written for CodeVision
v2.6 - Clean for WinAVR
*****************************************************/
/* modified from shareware thanks to:
Michael J. Karas
Carousel Design Solutions
4217 Grimes Ave South
Edina MN 55416
(952) 929-7537
****************************************************/
#ifndef ATMLFONTS_H
#define ATMLFONTS_H
// Includes
#include <avr/io.h>
#include <avr/pgmspace.h>
// Function declarations
extern unsigned char cASCII5x7_Table[130][5] PROGMEM;
extern unsigned char Atmel_Logo_Table[56][3] PROGMEM;
#endif //ATMLFONTS_H
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?