From dcec2456f5c24ee6134d163861d9882d28b2d1e5 Mon Sep 17 00:00:00 2001 From: Gauthier Provost Date: Mon, 22 Jul 2019 18:52:55 +0800 Subject: [PATCH] Link to sys-oled source code for coordinate tweaking. --- docs/i2c.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/i2c.md b/docs/i2c.md index 48e0e2c..f724975 100644 --- a/docs/i2c.md +++ b/docs/i2c.md @@ -124,4 +124,4 @@ systemctl start sys-oled.service ### Note -This sys-oled app was developed and tested only with the OLED model SH1106 which has a matrix panel of 132 x 64. If you use a different model that has a smaller resolution, you might need to tweak the coordinate values. +This sys-oled app was developed and tested only with the OLED model SH1106 which has a matrix panel of 132 x 64. If you use a different model that has a smaller resolution, you might need to tweak the coordinate values in [sys-oled file](https://github.com/helios-4/sys-oled/blob/master/bin/sys-oled#L105-L117).