Remove some SWCODEC artifacts
Change-Id: I580522bc0ec3bc86c24400625d7d9cde2eea8fc8
This commit is contained in:
parent
c10eea46a9
commit
3ef8455626
2 changed files with 3 additions and 9 deletions
|
@ -1,8 +1,9 @@
|
|||
About the text viewer plugin.
|
||||
|
||||
Limitation
|
||||
for the target which PLUGIN_BUFFER_SIZE < 0x13000 (i.e., archos series),
|
||||
for targets where PLUGIN_BUFFER_SIZE < 0x13000,
|
||||
Only 999 pages can be read.
|
||||
|
||||
|
||||
|
||||
Difference between viewer.rock
|
||||
|
@ -29,17 +30,13 @@ Difference between viewer.rock
|
|||
|
||||
[reflow]
|
||||
- indent changes is two spaces (changable in the settings).
|
||||
- supports the player which does not define HAVE_LCD_BITMAP.
|
||||
|
||||
[alignment]
|
||||
- the right alignment supports the player which does not define HAVE_LCD_BITMAP.
|
||||
|
||||
[bookmark]
|
||||
- increased the number of bookmarks that can be registered to 16.
|
||||
|
||||
|
||||
TODO list
|
||||
- for the target which PLUGIN_BUFFER_SIZE < 0x13000 (i.e., archos series),
|
||||
- for the target which PLUGIN_BUFFER_SIZE < 0x13000,
|
||||
support more than 999 pages of text.
|
||||
|
||||
- add History feature.
|
||||
|
|
|
@ -22,9 +22,6 @@
|
|||
|
||||
#define HW_SAMPR_CAPS (SAMPR_CAP_44 | SAMPR_CAP_48 | SAMPR_CAP_88 | SAMPR_CAP_96 | SAMPR_CAP_176 | SAMPR_CAP_192)
|
||||
|
||||
/* define this if you have a bitmap LCD display */
|
||||
#define HAVE_LCD_BITMAP
|
||||
|
||||
/* define this if you have a colour LCD */
|
||||
#define HAVE_LCD_COLOR
|
||||
|
||||
|
|
Loading…
Reference in a new issue