mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-25 20:26:41 +00:00
Was a mistake to hide TFT_BCKL gpio pin from the user. On some boards, it
can be reassigned by the user (on others, it is baked in to the hardware).
This commit is contained in:
parent
23c7727504
commit
94ceaf2cf1
@ -296,9 +296,6 @@ bool ArduinoGfx::is_driver_pin(uint8_t pin)
|
|||||||
#ifdef TFT_HSYNC
|
#ifdef TFT_HSYNC
|
||||||
|| (pin == TFT_HSYNC)
|
|| (pin == TFT_HSYNC)
|
||||||
#endif
|
#endif
|
||||||
#ifdef TFT_BCKL
|
|
||||||
|| (pin == TFT_BCKL)
|
|
||||||
#endif
|
|
||||||
#ifdef TFT_RST
|
#ifdef TFT_RST
|
||||||
|| (pin == TFT_RST)
|
|| (pin == TFT_RST)
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user