summarylogtreecommitdiffstats
path: root/0004-W-OLED-subpixel.patch
blob: 8d6c673c40f29924109fcde432c7ba4a6566f54f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
diff --git a/src/smooth/ftsmooth.c b/src/smooth/ftsmooth.c
index f0acc1ea4..5f163505a 100644
--- a/src/smooth/ftsmooth.c
+++ b/src/smooth/ftsmooth.c
@@ -95,12 +95,12 @@
 
 
     /* set up default subpixel geometry for striped RGB panels. */
-    sub[0].x = -21;
-    sub[0].y = 0;
-    sub[1].x = 0;
-    sub[1].y = 0;
-    sub[2].x = 21;
-    sub[2].y = 0;
+    sub[0].x = -24;
+    sub[0].y = 0;
+    sub[1].x = 24;
+    sub[1].y = 0;
+    sub[2].x = 8;
+    sub[2].y = 0;
 
     render->clazz->raster_class->raster_reset( render->raster, NULL, 0 );