From 3ef8455626b80162e22f91e99e76860b0ebc8db5 Mon Sep 17 00:00:00 2001 From: Moshe Piekarski Date: Sat, 14 Nov 2020 19:20:33 -0500 Subject: Remove some SWCODEC artifacts Change-Id: I580522bc0ec3bc86c24400625d7d9cde2eea8fc8 --- apps/plugins/text_viewer/readme.txt | 9 +++------ firmware/export/config/fiiom3k.h | 3 --- 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 @@ 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. 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 @@ #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 -- cgit v1.2.3