fonts.c

来自「Proteus simulation of graphical lcd」· C语言 代码 · 共 22 行

C
22
字号
/***************************************************************************
 *                                                                         *
 *   FILE: FONTS.C                                                         *
 *   LCD Display Controller font set. Supports fonts that are              *
 *   defined in bit map tables in this source file. The font tables in     *
 *   this file were derived from a conversion program called FontGen       *
 *   by Bahri Okuroglu - bahrio@yahoo.com                                  *
 *                                                                         *
 *   Copyright (C) 2003 by Carousel Design Solutions                       *
 *                                                                         *
 *   Written by:                                                           *
 *   Michael J. Karas                                                      *
 *   Carousel Design Solutions                                             *
 *   4217 Grimes Ave South                                                 *
 *   Edina MN 55416                                                        *
 *   (952) 929-7537                                                        *
 *                                                                         *
 ***************************************************************************/
/* 
	Modifications by Martin Thomas:
	- adapted for avr-gcc/avr-libc (Program-Space)
	- added degree-char (

⌨️ 快捷键说明

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