summaryrefslogtreecommitdiff
path: root/firmware/export/lcd-charcell.h
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2007-04-04 00:16:11 +0000
committerJens Arnold <amiconn@rockbox.org>2007-04-04 00:16:11 +0000
commit5a6968918800d64062fa03deae530886aaa42db7 (patch)
tree6055ceb960b2caf179268e4ed27e3fd59731934d /firmware/export/lcd-charcell.h
parent61350bf91cbe18c5a6d390c1d0140326031703e1 (diff)
downloadrockbox-5a6968918800d64062fa03deae530886aaa42db7.tar.gz
rockbox-5a6968918800d64062fa03deae530886aaa42db7.zip
Replace obsolete generate_rocklatin tool with player_unifont tool.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13014 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/lcd-charcell.h')
-rw-r--r--firmware/export/lcd-charcell.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/lcd-charcell.h b/firmware/export/lcd-charcell.h
index 0684f9cd7b..8fc1dbba19 100644
--- a/firmware/export/lcd-charcell.h
+++ b/firmware/export/lcd-charcell.h
@@ -16,6 +16,8 @@
16 * KIND, either express or implied. 16 * KIND, either express or implied.
17 * 17 *
18 ****************************************************************************/ 18 ****************************************************************************/
19
20#include "config.h"
19 21
20/* target dependent - to be adjusted for other charcell targets */ 22/* target dependent - to be adjusted for other charcell targets */
21#define HW_PATTERN_SIZE 7 /* number of bytes per pattern */ 23#define HW_PATTERN_SIZE 7 /* number of bytes per pattern */