mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +00:00
Merge pull request #752 from FreeBear-nc/bugfixes
Was a mistake to hide TFT_BCKL gpio pin from the user. On some boards…
This commit is contained in:
commit
bbd96b256a
@ -296,9 +296,6 @@ bool ArduinoGfx::is_driver_pin(uint8_t pin)
|
||||
#ifdef TFT_HSYNC
|
||||
|| (pin == TFT_HSYNC)
|
||||
#endif
|
||||
#ifdef TFT_BCKL
|
||||
|| (pin == TFT_BCKL)
|
||||
#endif
|
||||
#ifdef TFT_RST
|
||||
|| (pin == TFT_RST)
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user