/* Copyright 2011 dunkaist Distributed under the terms of the GNU General Public License v3. See http://www.gnu.org/licenses/gpl.txt for the full license text. */ #include #define FONT_HEIGHT 9 #define FONT_WIDTH_MONO 5 #define FONT_WIDTH_VAR 7 /* max symbol width */ short int char_num, row, col; char ch, data; int do_symbol(short int font_width) { for(row=FONT_HEIGHT; row; row--) { data = 0; for(col=0; col