diff options
| author | Robert Hak <adiamas@rockbox.org> | 2002-08-26 23:58:05 +0000 |
|---|---|---|
| committer | Robert Hak <adiamas@rockbox.org> | 2002-08-26 23:58:05 +0000 |
| commit | 0dbcb43620ca106b2d6ec44c798208653acf38dc (patch) | |
| tree | ddd4c75d40762c4e57d52077a1760ac4bac166ed /docs/FAQ | |
| parent | f0599be133804a47f76944d53dbeec29b7d86df8 (diff) | |
| download | rockbox-0dbcb43620ca106b2d6ec44c798208653acf38dc.zip rockbox-0dbcb43620ca106b2d6ec44c798208653acf38dc.tar.gz rockbox-0dbcb43620ca106b2d6ec44c798208653acf38dc.tar.bz2 rockbox-0dbcb43620ca106b2d6ec44c798208653acf38dc.tar.xz | |
added more font info for player
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1989 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'docs/FAQ')
| -rw-r--r-- | docs/FAQ | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -296,6 +296,15 @@ A38: It is very good if you want information about the current item playing ;) http://rockbox.haxx.se/docs/custom_wps_format.html for more information. Q39: Can the Player LCD font be modified? -A39: The simple answer is no. The more detailed answer is that we have - the ability to change/create up to 4 chars on one model and 8 on another. - We currently use several of this 'letters' to store icons for the player. +A39: The simple answer is no. This is because the Player font is character + cell based (as opposed to the Recorder's bitmap based display). This + means that we are able to choose what characters to display, but not how + to display them. We do have the ability to change/create up to 4 chars + on one model and 8 on another, however we are currently using several of + these 'letters' to store icons for the player. + +Q40: Why don't you have any games available for the Players? +A40: The display on the Players is character cell and not bitmap based. + This means we can only control what characters get displayed, not + what pixels are shown. This makes the prospect of game play very + slim (atleast for anything graphic involved). |