aboutsummaryrefslogtreecommitdiff
path: root/mpiosh/global.c
diff options
context:
space:
mode:
authorgermeier <germeier>2003-06-26 19:53:58 +0000
committergermeier <germeier>2003-06-26 19:53:58 +0000
commit021de49f8e3d1c3b9f8e6e13df0ee7f2552c7b7a (patch)
tree3fe91b2c9e95fdb13480220e68ffa26be7c30d25 /mpiosh/global.c
parentc4782f01ee2bb3ac6638a3e1d19689db3ee7f8ff (diff)
downloadmpiosh-021de49f8e3d1c3b9f8e6e13df0ee7f2552c7b7a.tar.gz
mpiosh-021de49f8e3d1c3b9f8e6e13df0ee7f2552c7b7a.tar.bz2
mpiosh-021de49f8e3d1c3b9f8e6e13df0ee7f2552c7b7a.zip
added support for font file handling
- added command font_upload to mpiosh - restore font file after a format
Diffstat (limited to 'mpiosh/global.c')
-rw-r--r--mpiosh/global.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/mpiosh/global.c b/mpiosh/global.c
index e1215f1..dc4ad45 100644
--- a/mpiosh/global.c
+++ b/mpiosh/global.c
@@ -2,7 +2,7 @@
*
* Author: Andreas Buesching <crunchy@tzi.de>
*
- * $Id: global.c,v 1.12 2003/04/23 08:34:15 crunchy Exp $
+ * $Id: global.c,v 1.13 2003/06/26 19:53:59 germeier Exp $
*
* Copyright (C) 2001 Andreas Büsching <crunchy@tzi.de>
*
@@ -129,6 +129,9 @@ struct mpiosh_cmd_t commands[] = {
{ "id3_format", NULL, "[<format>]",
" define/show the format line for ID3 rewriting",
mpiosh_cmd_id3_format, NULL },
+ { "font_upload", NULL, "[<fontfile>]",
+ " upload the give fontfile to the internal memory",
+ mpiosh_cmd_font_upload, NULL },
{ "dump_memory", NULL, NULL,
" dump FAT, directory, spare area and the first 0x100 of the\n"
" selected memory card",