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, 17 insertions, 0 deletions
diff --git a/system/lv/patches/change-maximum-height-to-144.patch b/system/lv/patches/change-maximum-height-to-144.patch new file mode 100644 index 0000000000000..84b4afe0c2c6a --- /dev/null +++ b/system/lv/patches/change-maximum-height-to-144.patch @@ -0,0 +1,17 @@ +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 */ |