diff options
author | Moshe Piekarski <dev.rockbox@melachim.net> | 2020-11-14 19:20:33 -0500 |
---|---|---|
committer | Moshe Piekarski <dev.rockbox@melachim.net> | 2020-11-14 19:20:33 -0500 |
commit | 3ef8455626b80162e22f91e99e76860b0ebc8db5 (patch) | |
tree | a40cabc8928df9b838492ae5cd4d5ba52d02ba18 /apps/plugins/text_viewer | |
parent | c10eea46a95bec807fffc20a8d55b4575bc5e6ca (diff) | |
download | rockbox-3ef8455626.tar.gz rockbox-3ef8455626.tar.bz2 rockbox-3ef8455626.zip |
Remove some SWCODEC artifacts
Change-Id: I580522bc0ec3bc86c24400625d7d9cde2eea8fc8
Diffstat (limited to 'apps/plugins/text_viewer')
-rw-r--r-- | apps/plugins/text_viewer/readme.txt | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/apps/plugins/text_viewer/readme.txt b/apps/plugins/text_viewer/readme.txt index 453fd78fb0..9aca5b9ef1 100644 --- a/apps/plugins/text_viewer/readme.txt +++ b/apps/plugins/text_viewer/readme.txt @@ -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. |