Skip to content

Commit

Permalink
Merge pull request #752 from FreeBear-nc/bugfixes
Browse files Browse the repository at this point in the history
Was a mistake to hide TFT_BCKL gpio pin from the user. On some boards…
  • Loading branch information
fvanroie authored Jun 14, 2024
2 parents 23c7727 + 94ceaf2 commit bbd96b2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/drv/tft/tft_driver_arduinogfx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bbd96b2

Please sign in to comment.