summaryrefslogtreecommitdiffstats
path: root/system/lv/patches/change-maximum-height-to-144.patch
blob: 84b4afe0c2c6ac611b73374a3d41c8e8bad43abf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 */