summaryrefslogtreecommitdiff
path: root/graphlcd.conf
diff options
context:
space:
mode:
authorAndreas Regel <andreas.regel@gmx.de>2015-04-20 20:33:21 +0200
committerAndreas Regel <andreas.regel@gmx.de>2016-04-01 23:44:13 +0200
commitebc6ce5f34462c3c5b3a13901f7e5449abef1968 (patch)
tree186ffb53d243785ab0d3ec3703b9926b26388b25 /graphlcd.conf
parentb8977439a9e142cb870fd6bbe79dab152e93100d (diff)
downloadgraphlcd-base-ebc6ce5f34462c3c5b3a13901f7e5449abef1968.tar.gz
graphlcd-base-ebc6ce5f34462c3c5b3a13901f7e5449abef1968.tar.bz2
Add driver for ILI9341 TFT display.
Diffstat (limited to 'graphlcd.conf')
-rw-r--r--graphlcd.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/graphlcd.conf b/graphlcd.conf
index 66ee396..fce9270 100644
--- a/graphlcd.conf
+++ b/graphlcd.conf
@@ -672,3 +672,13 @@ Driver=ssd1306
Device=0
Width=128
Height=64
+
+[ili9341]
+# ili9341 driver
+# This is a driver module for the ILI9341 TFT display controller.
+# Default size: 320x240
+Driver=ili9341
+Device=0
+Width=320
+Height=240
+