mirror of
https://github.com/JorjBauer/aiie.git
synced 2024-11-22 15:31:41 +00:00
default to ILI display
This commit is contained in:
parent
900e242adc
commit
274c93fd13
@ -56,7 +56,7 @@ TeensyDisplay::TeensyDisplay()
|
|||||||
pinMode(11, INPUT);
|
pinMode(11, INPUT);
|
||||||
digitalWrite(11, HIGH); // turn on pull-up
|
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
|
// Default: use older, smaller but faster, ILI display if pin 11 is not connected to ground
|
||||||
Serial.println(" using ILI9341 display");
|
Serial.println(" using ILI9341 display");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user