default to ILI display

This commit is contained in:
Jorj Bauer 2022-02-02 07:17:38 -05:00
parent 900e242adc
commit 274c93fd13
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ TeensyDisplay::TeensyDisplay()
pinMode(11, INPUT);
digitalWrite(11, HIGH); // turn on pull-up
if (!digitalRead(11)) {
if (digitalRead(11)) {
// Default: use older, smaller but faster, ILI display if pin 11 is not connected to ground
Serial.println(" using ILI9341 display");