summaryrefslogtreecommitdiff
path: root/tester
diff options
context:
space:
mode:
authorStanley Huang <stanleyhuangyc@gmail.com>2015-05-19 21:29:51 +1000
committerStanley Huang <stanleyhuangyc@gmail.com>2015-05-19 21:29:51 +1000
commit77dcb6604fd2417667297f4324f6227d638405cb (patch)
treeb435ab03fb6acf4a8a0598083676f80cd61dd16d /tester
parent8d73a665c0c9854a05b569d944733686946f2574 (diff)
download2021-arduino-obd-77dcb6604fd2417667297f4324f6227d638405cb.tar.gz
2021-arduino-obd-77dcb6604fd2417667297f4324f6227d638405cb.tar.bz2
2021-arduino-obd-77dcb6604fd2417667297f4324f6227d638405cb.zip
Update config.h
Diffstat (limited to 'tester')
-rw-r--r--tester/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tester/config.h b/tester/config.h
index ed6714a..5283f46 100644
--- a/tester/config.h
+++ b/tester/config.h
@@ -18,7 +18,8 @@
/**************************************
* LCD module (uncomment only one)
**************************************/
-LCD_ILI9341 lcd; /* 2.4" ILI9341 based SPI TFT LCD */
+LCD_ILI9341 lcd; /* 2.2" ILI9341 based SPI TFT LCD */
+//LCD_SSD1289 lcd; /* 3.2" SSD12389 based TFT LCD */
//LCD_Null lcd;
/**************************************