4 * Copyright 2003,2004 Develer S.r.l. (http://www.develer.com/)
5 * This file is part of DevLib - See devlib/README for information.
10 * \author Stefano Fedrigo <aleph@develer.com>
12 * \brief Font 8x6 IBM-PC 8bit
17 * Revision 1.2 2004/06/03 11:27:09 bernie
18 * Add dual-license information.
20 * Revision 1.1 2004/05/23 15:43:16 bernie
21 * Import mware modules.
23 * Revision 1.2 2004/03/24 15:48:53 bernie
24 * Remove Copyright messages from Doxygen output
26 * Revision 1.1 2004/01/13 12:15:28 aleph
27 * Move font table in program memory; add font.h
33 #include "avr/pgmspace.h"
35 /* Font size (in pixel) */
40 extern const prog_uchar font[256 * FONT_WIDTH];