From 77dcb6604fd2417667297f4324f6227d638405cb Mon Sep 17 00:00:00 2001 From: Stanley Huang Date: Tue, 19 May 2015 21:29:51 +1000 Subject: Update config.h --- tester/config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tester') 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; /************************************** -- cgit v1.2.3