Add backlight LED pin output support
This commit is contained in:
parent
c6faa24494
commit
39ecda7625
|
|
@ -197,4 +197,9 @@
|
|||
}
|
||||
commandList(Rcmd3);
|
||||
}
|
||||
#ifdef TFT_BL
|
||||
// Turn on the back-light LED
|
||||
digitalWrite(TFT_BL, HIGH);
|
||||
pinMode(TFT_BL, OUTPUT);
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue