summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoshe Piekarski <dev.rockbox@melachim.net>2020-11-14 19:20:33 -0500
committerMoshe Piekarski <dev.rockbox@melachim.net>2020-11-14 19:20:33 -0500
commit3ef8455626b80162e22f91e99e76860b0ebc8db5 (patch)
treea40cabc8928df9b838492ae5cd4d5ba52d02ba18
parentc10eea46a95bec807fffc20a8d55b4575bc5e6ca (diff)
downloadrockbox-3ef8455626b80162e22f91e99e76860b0ebc8db5.tar.gz
rockbox-3ef8455626b80162e22f91e99e76860b0ebc8db5.zip
Remove some SWCODEC artifacts
Change-Id: I580522bc0ec3bc86c24400625d7d9cde2eea8fc8
-rw-r--r--apps/plugins/text_viewer/readme.txt9
-rw-r--r--firmware/export/config/fiiom3k.h3
2 files changed, 3 insertions, 9 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 @@
1About the text viewer plugin. 1About the text viewer plugin.
2 2
3Limitation 3Limitation
4 for the target which PLUGIN_BUFFER_SIZE < 0x13000 (i.e., archos series), 4 for targets where PLUGIN_BUFFER_SIZE < 0x13000,
5 Only 999 pages can be read. 5 Only 999 pages can be read.
6
6 7
7 8
8Difference between viewer.rock 9Difference between viewer.rock
@@ -29,17 +30,13 @@ Difference between viewer.rock
29 30
30 [reflow] 31 [reflow]
31 - indent changes is two spaces (changable in the settings). 32 - indent changes is two spaces (changable in the settings).
32 - supports the player which does not define HAVE_LCD_BITMAP.
33
34 [alignment]
35 - the right alignment supports the player which does not define HAVE_LCD_BITMAP.
36 33
37 [bookmark] 34 [bookmark]
38 - increased the number of bookmarks that can be registered to 16. 35 - increased the number of bookmarks that can be registered to 16.
39 36
40 37
41TODO list 38TODO list
42 - for the target which PLUGIN_BUFFER_SIZE < 0x13000 (i.e., archos series), 39 - for the target which PLUGIN_BUFFER_SIZE < 0x13000,
43 support more than 999 pages of text. 40 support more than 999 pages of text.
44 41
45 - add History feature. 42 - add History feature.
diff --git a/firmware/export/config/fiiom3k.h b/firmware/export/config/fiiom3k.h
index ebf7117984..6e831f2f55 100644
--- a/firmware/export/config/fiiom3k.h
+++ b/firmware/export/config/fiiom3k.h
@@ -22,9 +22,6 @@
22 22
23#define HW_SAMPR_CAPS (SAMPR_CAP_44 | SAMPR_CAP_48 | SAMPR_CAP_88 | SAMPR_CAP_96 | SAMPR_CAP_176 | SAMPR_CAP_192) 23#define HW_SAMPR_CAPS (SAMPR_CAP_44 | SAMPR_CAP_48 | SAMPR_CAP_88 | SAMPR_CAP_96 | SAMPR_CAP_176 | SAMPR_CAP_192)
24 24
25/* define this if you have a bitmap LCD display */
26#define HAVE_LCD_BITMAP
27
28/* define this if you have a colour LCD */ 25/* define this if you have a colour LCD */
29#define HAVE_LCD_COLOR 26#define HAVE_LCD_COLOR
30 27