Remove some SWCODEC artifacts

Change-Id: I580522bc0ec3bc86c24400625d7d9cde2eea8fc8
This commit is contained in:
Moshe Piekarski 2020-11-14 19:20:33 -05:00
parent c10eea46a9
commit 3ef8455626
No known key found for this signature in database
GPG key ID: D34A705352C7B230
2 changed files with 3 additions and 9 deletions

View file

@ -1,8 +1,9 @@
About the text viewer plugin. About the text viewer plugin.
Limitation 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. Only 999 pages can be read.
Difference between viewer.rock Difference between viewer.rock
@ -29,17 +30,13 @@ Difference between viewer.rock
[reflow] [reflow]
- indent changes is two spaces (changable in the settings). - 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] [bookmark]
- increased the number of bookmarks that can be registered to 16. - increased the number of bookmarks that can be registered to 16.
TODO list 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. support more than 999 pages of text.
- add History feature. - add History feature.

View file

@ -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 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 this if you have a colour LCD */
#define HAVE_LCD_COLOR #define HAVE_LCD_COLOR