• Bodmer's avatar
    #940 - Extend allowed TFT_WR pin allocation for ESP32 · 22c514cc
    Bodmer authored
    TFT_WR is 8 bit parallel mode can now be allocated to GPIO >31
    Note: allocating a GPIO higher than 31 has a small perfomance impact (~1.23x slower) since signle register write with the data mask cannot be performed.
    22c514cc
TFT_eSPI_ESP32.h 18.2 KB