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:
fvanroie 2024-06-14 14:29:57 +02:00 committed by GitHub
commit bbd96b256a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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