Bodmer
8c83eb84bd
Add half duplex SDA read to ESP32 S2
...
Add half duplex SDA read to ESP32 S2 (tested)
Add new setup example for S2 and ST7735 with SDA pin
Remove commented out code
Raise version
2023-01-31 18:57:30 +00:00
Bodmer
d6064fe141
Fix #2326
2023-01-17 07:16:20 +00:00
Bodmer
c208a31a26
Revert "Update Setup206_LilyGo_T_Display_S3.h"
...
This reverts commit 7b67abc797 .
2023-01-13 16:45:44 +00:00
Bodmer
7b67abc797
Update Setup206_LilyGo_T_Display_S3.h
2023-01-13 16:27:30 +00:00
lbuque
beaf30cc97
Added T-HMI support ( #2318 )
...
* Added T-HMI support
Signed-off-by: lbuque <1102390310@qq.com>
* Update Setup207_LilyGo_T_HMI.h
Signed-off-by: lbuque <1102390310@qq.com>
Co-authored-by: Bodmer <Bodmer@users.noreply.github.com>
2023-01-13 16:05:23 +00:00
Bodmer
f33836faac
T display s3 ( #2317 )
...
* Added T-DISPLAY-S3 i8080 support for more than 33 data pins (#2296 )
* Modified the ESP32-S3 I8080 interface's support for data pins above 33 pins.
* Added T-DISPLAY-S3 support
* Update Setup206_LilyGo_T_Display_S3.h
* Eliminate need for TFT_DATA_PIN_OFFSET_EN in setup file
* Update TFT_eSPI_ESP32_S3.h
* Update User_Setup_Select.h
* Add new init sequence for LilyGo T Display S3
Co-authored-by: Micky <513673326@qq.com>
2023-01-13 01:33:57 +00:00
Bodmer
ea82a7c15a
Update Setup25_TTGO_T_Display.h
2023-01-06 10:29:52 +00:00
Bodmer
92f980be85
Delete untested.
2022-12-09 12:14:58 +00:00
Bodmer
5a493559d0
Update Setup301_BW16_ST7735.h
2022-10-14 00:09:05 +01:00
SimonXI
f0889e11f0
Create Setup301_BW16_ST7735.h
...
This configuration works on all BW16 boards
2022-10-13 10:00:33 +08:00
Bodmer
0094ee744a
Add setup for ESP32 with ILI9341 SPI display
2022-06-18 17:50:42 +01:00
Dustin Watts
d6974252f3
Added User Setups for ESP32 TouchDowns
...
- Added Setup204_ESP32_TouchDown.h
- Added Setup205_ESP32_TouchDown_S3.h
- Included those in User_Setup_Select.h
2022-05-29 21:39:37 +02:00
Bodmer
bed65958e5
Correct driver in setups
2022-05-16 23:34:07 +01:00
Bodmer
7bf48bb179
Add 16 bit parallel for RP2040 processor
...
Correct legacy comments
Add ESP32 S3 parallel setup 70d
Add setups 105-107 for RP2040 with 16 bit display
Add file conversion notes to PNG array example
2022-05-16 19:58:05 +01:00
Bodmer
59dfae94b2
Associate setups with processor variant
...
Add ILI9342
Fix M5Stack setup name
2022-04-29 22:26:29 +01:00
Bodmer
79b41bc833
Add #define to disable warnings ( #1788 )
...
// Define in setup to disable all #warnings in library (can be put in User_Setup_Select.h)
#define DISABLE_ALL_LIBRARY_WARNINGS
2022-04-27 22:28:52 +01:00
Bodmer
f0ec6d22b3
Add ESP32 C3 support
...
Tested with Stamp C3
2022-04-27 21:57:11 +01:00
Bodmer
416a84e535
Update Setup70b_ESP32_S3_ILI9341.h
2022-04-24 00:53:05 +01:00
Bodmer
89c0028a36
Update Setup70b_ESP32_S3_ILI9341.h
2022-04-22 02:57:46 +01:00
Bodmer
338d56ca42
S3 update
2022-04-22 02:44:10 +01:00
Bodmer
7fc8b99b64
Add new background fill approach to smooth fonts
...
A new background rendering approach is used for smooth fonts which almost eliminates flicker. tft.print... can now be used with a background rendered for smooth fonts. Font_Demo_1/2/3... examples have been updated.
A new "docs" folder has been created and files moved there. The Tools folder now only contains support tools.
#1757 fixed by using Arduino calls.
A new USER_SETUP_ID parameter can be added to setup files and checked via a new verifySetupID(id); function.
Version raised to v2.4.50
2022-04-18 19:15:40 +01:00
Bodmer
12fd90c345
Update Setup 62
2022-03-24 14:52:38 +00:00
Bodmer
31b2de56c1
Update HX8357D driver to support RGB and BGR displays
...
In setup add the following lines:
// If green and blue swapped on display then change the RGB colour order
// Only uncomment ONE of the following options
#define TFT_RGB_ORDER TFT_RGB // Red-Green-Blue
//#define TFT_RGB_ORDER TFT_BGR // Blue-Green-RED
2022-03-12 20:04:41 +00:00
Mingjie Li
40306ae615
Add ST7789 172x320 display
2022-03-09 22:20:58 +08:00
Bodmer
90804c33fb
Rename setup file
2022-03-01 23:31:31 +00:00
moion
b911c86572
add ST7789 240X280 1.69inch TFT Setup file
2022-02-28 11:47:19 +08:00
Bodmer
de1682667e
Merge branch 'master' of https://github.com/Bodmer/TFT_eSPI
2022-01-28 22:19:48 +00:00
Bodmer
984bd42896
Update Setup137_LilyGo_TDisplay_RP2040.h
2022-01-28 22:13:18 +00:00
Bodmer
0c18297d77
Update setup 70 with optional touch
2022-01-28 22:07:21 +00:00
LeFauve
10d0471345
Add user setup file for LilyGo T-Display RP2040
2022-01-28 15:31:37 +10:00
Bodmer
e61fb8c78d
Fix #1547 for RP2040 processor with ST7789 TFT
...
Add Arduino Nano Connect setup example 62
2022-01-26 22:20:34 +00:00
Bodmer
493b1a7fe5
Update RP2040 PIO support
...
Add example user setup 61
2022-01-05 00:19:19 +00:00
Bodmer
eee56b2cec
Add RP2040 8 bit parallel support with DMA
...
The RP2040 can now be used with 8 bit parallel TFT interface displays. DMA is also supported for both SPI and 8 bit parallel displays.
2021-12-18 17:06:16 +00:00
Bodmer
3129fbf296
Update Setup52_LilyPi_ST7796.h
...
Reduce SPI read clock frequency to avoid bit errors on reading CGRAM.
2021-12-12 20:55:44 +00:00
Bodmer
f42daecdb8
Update notes in response to #1475
...
On ESP8266 when using overlap, only one SPI device can share the FLASH SPI bus .
2021-12-08 00:22:53 +00:00
Bodmer
5959550dd7
Allow RP2040 SPI 0 or SPI 1 ports to be used
...
Auto set of CGRAM offset for 135 x 240 ST7789 display
2021-12-05 22:34:37 +00:00
Bodmer
dff20fd77d
Update Setup71_ESP32_S2_ST7789.h
2021-11-27 17:40:10 +00:00
bonaime
e17ad53809
Setup for the ESP32 S2 with ST7789 display
2021-11-24 11:07:24 +01:00
Bodmer
9a084839bd
Add ESP32 S2 support
...
Tested with ESP32 board package 2.0.1
Additional boards manager URL may need to be updated to load the latest ESP32 board package!
2021-11-18 16:44:32 +00:00
Bodmer
e23d8e083b
Correct comments
2021-11-03 23:45:16 +00:00
Dennis Heynlein
c6773cc1f7
Create Setup52_LilyPi_ST7796.h
2021-09-18 21:32:13 +02:00
Bodmer
0992770d3d
M5Stack setup renamed
...
Setup file example is for original M5Stack Basic Core module.
2021-09-14 13:18:33 +01:00
arduino12
d121a84d5a
Update Setup202_SSD1351_128.h
2021-04-27 10:20:01 +03:00
arduino12
25d84a977a
Add Setup202_SSD1351_128 and remove tft_Write_16C/D macros
2021-04-27 10:16:12 +03:00
Bodmer
fa8ff798e1
Update Setup201_WT32_SC01.h
2021-04-25 14:37:31 +01:00
David Cheeseman
0560cf4df3
Added device support for the WT32-SC01
2021-04-24 22:20:32 -04:00
Bodmer
f96efe5d59
Remove Dxx pins for RP2040
...
Dxx pin names are not used with RPi Pico
Note: A0-3 are defined for pins 26-29
2021-04-12 23:22:27 +01:00
Bodmer
fce86c0f2e
Improve RPi Pico (RP2040) rendering performance
2021-04-05 16:39:33 +01:00
Bodmer
356095bdf3
Update Setup60_RP2040_ILI9341.h
2021-03-31 21:51:30 +01:00
Bodmer
f6e90349d8
Add support for Raspberry Pi Pico
...
Setup file "Setup60_RP2040_ILI9341.h" used for testing with ILI9341 SPI display.
2021-03-30 01:53:27 +01:00