summarylogtreecommitdiffstats
path: root/9999-macos-like.patch
blob: d4ee6d699d49ec33bdf22191df1711be7e7527bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff -U 7 -r -Z -B orig/src/base/ftlcdfil.c mod/src/base/ftlcdfil.c
--- orig/src/base/ftlcdfil.c	2019-02-23 10:06:07.000000000 +0100
+++ mod/src/base/ftlcdfil.c	2019-03-15 23:16:20.003565521 +0100
@@ -313,15 +313,15 @@
   /* documentation in ftlcdfil.h */
 
   FT_EXPORT_DEF( FT_Error )
   FT_Library_SetLcdFilter( FT_Library    library,
                            FT_LcdFilter  filter )
   {
     static const FT_LcdFiveTapFilter  default_weights =
-                   { 0x08, 0x4d, 0x56, 0x4d, 0x08 };
+                   { 0x1f, 0x47, 0x6B, 0x47, 0x1f };
     static const FT_LcdFiveTapFilter  light_weights =
                    { 0x00, 0x55, 0x56, 0x55, 0x00 };
 
 
     if ( !library )
       return FT_THROW( Invalid_Library_Handle );