diff options
author | Stanley Huang <stanleyhuangyc@gmail.com> | 2015-05-19 21:29:51 +1000 |
---|---|---|
committer | Stanley Huang <stanleyhuangyc@gmail.com> | 2015-05-19 21:29:51 +1000 |
commit | 77dcb6604fd2417667297f4324f6227d638405cb (patch) | |
tree | b435ab03fb6acf4a8a0598083676f80cd61dd16d | |
parent | 8d73a665c0c9854a05b569d944733686946f2574 (diff) | |
download | 2021-arduino-obd-77dcb6604fd2417667297f4324f6227d638405cb.tar.gz 2021-arduino-obd-77dcb6604fd2417667297f4324f6227d638405cb.tar.bz2 2021-arduino-obd-77dcb6604fd2417667297f4324f6227d638405cb.zip |
Update config.h
-rw-r--r-- | tester/config.h | 3 |
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; /************************************** |