wolffinator
Results
1
comments of
wolffinator
> my local workaround is simply to add `#undef REG_SPI_BASE` in > > [TFT_eSPI/Processors/TFT_eSPI_ESP32_S3.h](https://github.com/Bodmer/TFT_eSPI/blob/5793878d24161c1ed23ccb136f8564f332506d53/Processors/TFT_eSPI_ESP32_S3.h#L31) > > Line 31 in [5793878](/Bodmer/TFT_eSPI/commit/5793878d24161c1ed23ccb136f8564f332506d53) > #define REG_SPI_BASE(i) (((i)>1) ? (DR_REG_SPI3_BASE) : (DR_REG_SPI2_BASE)) @mischief THANK...