From af0a01b34e8af2de7491e201fb852ddf763ded8b Mon Sep 17 00:00:00 2001 From: harbaum Date: Mon, 14 Aug 2006 19:24:22 +0000 Subject: [lcd4linux @ 2006-08-14 19:24:22 by harbaum] Umlaut support, added KVV HTTP-User-Agent git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@695 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- font_6x8.h | 55 +++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 45 insertions(+), 10 deletions(-) (limited to 'font_6x8.h') diff --git a/font_6x8.h b/font_6x8.h index 0bfe7b4..d28610a 100644 --- a/font_6x8.h +++ b/font_6x8.h @@ -1,4 +1,4 @@ -/* $Id: font_6x8.h,v 1.3 2005/05/08 04:32:44 reinelt Exp $ +/* $Id: font_6x8.h,v 1.4 2006/08/14 19:24:22 harbaum Exp $ * * 6x8 font * @@ -23,6 +23,9 @@ * * * $Log: font_6x8.h,v $ + * Revision 1.4 2006/08/14 19:24:22 harbaum + * Umlaut support, added KVV HTTP-User-Agent + * * Revision 1.3 2005/05/08 04:32:44 reinelt * CodingStyle added and applied * @@ -600,11 +603,11 @@ unsigned char Font_6x8[256][8] = { __OOOO, ______}, [0x62] {_O____, - _O____, _O____, _O_OO_, _OO__O, _O___O, + _O___O, _OOOO_, ______}, [0x63] {______, @@ -616,11 +619,11 @@ unsigned char Font_6x8[256][8] = { __OOO_, ______}, [0x64] {_____O, - _____O, _____O, __OO_O, _O__OO, _O___O, + _O___O, __OOOO, ______}, [0x65] {______, @@ -640,13 +643,13 @@ unsigned char Font_6x8[256][8] = { __O___, ______}, [0x67] {______, + ______, __OOOO, _O___O, _O___O, __OOOO, _____O, - __OOO_, - ______}, + __OOO_}, [0x68] {_O____, _O____, _O_OO_, @@ -715,18 +718,18 @@ unsigned char Font_6x8[256][8] = { ______, _OOOO_, _O___O, + _O___O, _OOOO_, _O____, - _O____, - ______}, + _O____}, [0x71] {______, ______, __OO_O, _O__OO, + _O___O, __OOOO, _____O, - _____O, - ______}, + _____O}, [0x72] {______, ______, _O_OO_, @@ -744,8 +747,8 @@ unsigned char Font_6x8[256][8] = { _OOOO_, ______}, [0x74] {__O___, - _OOO__, __O___, + _OOO__, __O___, __O___, __O__O, @@ -848,4 +851,36 @@ unsigned char Font_6x8[256][8] = { ______, ______, ______}, + [0xe1] {__O_O_, + ______, + __OOO_, + _____O, + __OOOO, + _O___O, + __OOOO, + ______}, + [0xe2] {__OOO_, + _O___O, + _OOOO_, + _O___O, + _O___O, + _O_OO_, + _O____, + ______}, + [0xef] {__O_O_, + ______, + __OOO_, + _O___O, + _O___O, + _O___O, + __OOO_, + ______}, + [0xf5] {__O_O_, + ______, + _O___O, + _O___O, + _O___O, + _O__OO, + __OO_O, + ______}, }; -- cgit v1.2.3