From b8977439a9e142cb870fd6bbe79dab152e93100d Mon Sep 17 00:00:00 2001 From: Andreas Regel Date: Sun, 19 Oct 2014 22:01:27 +0200 Subject: Add driver for SSD1306 OLED display on raspberry pi --- graphlcd.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'graphlcd.conf') 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 -- cgit v1.2.3