diff options
-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; /************************************** |