diff options
Diffstat (limited to 'system/lv/patches/change-maximum-height-to-144.patch')
-rw-r--r-- | system/lv/patches/change-maximum-height-to-144.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/system/lv/patches/change-maximum-height-to-144.patch b/system/lv/patches/change-maximum-height-to-144.patch deleted file mode 100644 index 84b4afe0c2c6a..0000000000000 --- a/system/lv/patches/change-maximum-height-to-144.patch +++ /dev/null @@ -1,17 +0,0 @@ -Author: TOMITA Masahiro <tommy@tmtm.org> -Description: Change maximum height to 144. -Last-Update: 2020-10-10 - -Index: lv/src/file.h -=================================================================== ---- lv.orig/src/file.h -+++ lv/src/file.h -@@ -16,7 +16,7 @@ - #include <str.h> - #include <stream.h> - --#define LV_PAGE_SIZE 32U /* lines per page */ -+#define LV_PAGE_SIZE 48U /* lines per page */ - - #ifdef MSDOS - #define BLOCK_SIZE 2 /* segments on memory */ |