diff options
Diffstat (limited to 'graphlcd.conf')
-rw-r--r-- | graphlcd.conf | 11 |
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 |