summaryrefslogtreecommitdiff
path: root/graphlcd.conf
diff options
context:
space:
mode:
authorAndreas Regel <andreas.regel@gmx.de>2014-10-19 22:01:27 +0200
committerAndreas Regel <andreas.regel@gmx.de>2016-04-01 23:44:13 +0200
commitb8977439a9e142cb870fd6bbe79dab152e93100d (patch)
tree8e726548576981cb158cdb9ac82faf7c301efb65 /graphlcd.conf
parent831b3ad714a036edab6b63f84040ab8b32a43ef4 (diff)
downloadgraphlcd-base-b8977439a9e142cb870fd6bbe79dab152e93100d.tar.gz
graphlcd-base-b8977439a9e142cb870fd6bbe79dab152e93100d.tar.bz2
Add driver for SSD1306 OLED display on raspberry pi
Diffstat (limited to 'graphlcd.conf')
-rw-r--r--graphlcd.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphlcd.conf b/graphlcd.conf
index e14a589..66ee396 100644
--- a/graphlcd.conf
+++ b/graphlcd.conf
@@ -661,3 +661,14 @@ Height=240
# HttpDir
# Webclients directory of libvncserver installation (only needed for webclient access)
#HttpDir=/usr/share/webclients
+
+########################################################################
+
+[ssd1306]
+# ssd1306 driver
+# This is a driver module for the SSD1306 OLED display controller.
+# Default size: 128 x 64
+Driver=ssd1306
+Device=0
+Width=128
+Height=64