TFT_eSPI/Processors
Frogomeli 4fd8aa8bd4
Allow generic driver to use a custom SPI port
I have a SeeedStudio Wio Terminal.
I'm using this lib in VS Code with PlatformIO but the lib
don't use the `SPICOM` variable when it's a generic device.

Steps to reproduce (using a Wio Terminal):
* Create a project using PlatformIO
* Add the TFT_eSPI lib to the project
* Add in the build flags these lines
```
build_flags = 
	-DUSER_SETUP_LOADED=1
	-DILI9341_DRIVER=1
	-DHASSPI=1
	-DSPICOM=LCD_SPI
	-DTFT_CS=LCD_SS_PIN
	-DTFT_DC=LCD_DC
	-DTFT_RST=LCD_RESET
	-DTFT_BL=LCD_BACKLIGHT
	-DTFT_BACKLIGHT_ON=HIGH
	-DTFT_BACKLINGT_V=2000
```
* Compile and transfer to the device
=> only backlight works
2022-03-04 17:31:42 +01:00
..
pio_8bit_parallel.pio Update RP2040 PIO support 2022-01-05 00:19:19 +00:00
pio_8bit_parallel.pio.h Update RP2040 PIO support 2022-01-05 00:19:19 +00:00
pio_SPI.pio Update RP2040 PIO and smooth graphics fns 2022-02-22 21:12:33 +00:00
pio_SPI.pio.h Update RP2040 PIO and smooth graphics fns 2022-02-22 21:12:33 +00:00
TFT_eSPI_ESP32.c Revert "Support esp32 - c3" 2022-02-08 18:42:27 +00:00
TFT_eSPI_ESP32.h Fix #1667 2022-02-26 16:48:27 +00:00
TFT_eSPI_ESP8266.c Update ILI9486 driver for SPI 2020-11-26 14:18:28 +00:00
TFT_eSPI_ESP8266.h Update RP2040 PIO and smooth graphics fns 2022-02-22 21:12:33 +00:00
TFT_eSPI_Generic.c Allow generic driver to use a custom SPI port 2022-03-04 17:31:42 +01:00
TFT_eSPI_Generic.h Update TFT_eSPI_Generic.h 2022-02-12 19:09:57 +00:00
TFT_eSPI_RP2040.c Update RP2040 PIO and smooth graphics fns 2022-02-22 21:12:33 +00:00
TFT_eSPI_RP2040.h Update RP2040 PIO and smooth graphics fns 2022-02-22 21:12:33 +00:00
TFT_eSPI_STM32.c Added option to use SPI3 in STM32F4 2021-06-23 14:53:42 +02:00
TFT_eSPI_STM32.h Fix #1667 2022-02-26 16:48:27 +00:00