Commit Graph
1087 Commits
Author SHA1 Message Date
Bodmer ccca83b018 GC9A01 is 240x240 maximum 2023-04-13 17:25:26 +01:00
Lewis He 7f29cea1d8 Add T-Embed configuration file and complete instructions (#2510)
* Add T-Embed configuration file

* Add T-Embed configuration file and complete instructions
2023-03-18 17:56:44 +13:00
Bodmer df96536152 Update Touch.cpp 2023-03-03 07:26:21 +13:00
Bodmer 996b486219 Merge branch 'master' of https://github.com/Bodmer/TFT_eSPI 2023-02-28 13:10:33 +00:00
Bodmer 13774e5381 Raise to v2.5.23 2023-02-28 13:10:29 +00:00
Dracir 6cf42ff9ce Add option to disable warnings in esp-idf (#2449) 2023-02-26 17:31:31 +00:00
Bodmer bee1d41f07 Add RPi interface support for ESP32 S3 2023-02-25 20:50:32 +00:00
Bodmer 36c496adfb Fix #2435 2023-02-25 00:56:01 +00:00
Bodmer a49ab129d0 Fix parallel bus pixelRead for ST7796 2023-02-25 00:51:29 +00:00
Bodmer f76ed73a3f Fix read for high (>31) GPIO 2023-02-25 00:47:56 +00:00
Bodmer ab55b0ed03 Add parallel bus read for ST7796
Fixes #2440
2023-02-23 16:04:14 +00:00
Bodmer 12f5918211 Improve compatibility with old ESP32 board packages 2023-02-22 17:30:37 +00:00
Bodmer f35f57ade1 Update README.md 2023-02-22 17:20:12 +00:00
Bodmer caa042cd4b Update README.md 2023-02-22 17:19:36 +00:00
Bodmer b2d43abc56 Fix #2438 2023-02-22 11:50:00 +00:00
Dracir e75407e60d 8 bit parallel fix for ESP-IDF (#2430)
* Add missing define

* Simplify menu. Add ESP32-S3 pin ranges
2023-02-21 00:15:09 +00:00
Bodmer 34850973a0 Various updates
RM68120 support for RP2040 added
Various other updates and typo corrections
2023-02-20 19:03:44 +00:00
Bodmer 0bad8c7acc Fix #2425 2023-02-20 17:25:58 +00:00
Bodmer 3f4d72e0f0 Remove TFT_eSPI_ext (has issues) 2023-02-20 14:59:35 +00:00
Bodmer 58177bf680 Merge branch 'master' of https://github.com/Bodmer/TFT_eSPI 2023-02-19 22:43:24 +00:00
Bodmer 615c6da443 Fix #2425 correct typo 2423 2023-02-19 22:43:20 +00:00
Bodmer f7afed8df1 Update png_support.ino 2023-02-17 22:42:06 +00:00
Bodmer b4427d6895 Fix typos in PNG examples 2023-02-17 16:00:17 +00:00
Bodmer 5288630ba6 Fix #2409 2023-02-15 16:57:55 +00:00
Bodmer cdf81ecab1 Revert "Fix #2408"
This reverts commit 94d7dfc691.
2023-02-15 16:56:47 +00:00
Bodmer dd9bfe90b9 Merge branch 'master' of https://github.com/Bodmer/TFT_eSPI 2023-02-15 16:53:31 +00:00
Bodmer 94d7dfc691 Fix #2408 2023-02-15 16:53:27 +00:00
agrabren f8198b9c4e Add support for LilyGo T-Dongle S3 (#2411)
* Add support for LilyGo T-Dongle S3

* Fix mistake with bumped setup number
2023-02-15 11:23:52 +00:00
Bodmer a7eb9e8299 Fix #2400 2023-02-13 01:39:33 +00:00
Bodmer a5679b8d97 Merge branch 'master' of https://github.com/Bodmer/TFT_eSPI 2023-02-12 19:30:50 +00:00
Bodmer 6d015d6e7c Fix #2400 for GC9A01
An odd one this. Pixels get lost in a stream with the GC9A01. It appears the GC9A01 has a pixel stream time-out that stops new pixels in a started stream from being rendered.  No other  supported display behaves this way!

This is a GC9A01 specific patch.
2023-02-12 19:30:46 +00:00
andersarstrandandAnders Årstrand ce3398d748 Added user setup for Pico Explorer Base. (#2397)
Co-authored-by: Anders Årstrand <anders.arstrand@Neonode.com>
2023-02-12 13:53:51 +00:00
Bodmer 3d018602b3 Update README.md (#2396) 2023-02-11 12:06:26 +00:00
Bodmerandnebulous 5cfb8c5a8a Add ESP32 S3 Box Lite (#2390)
* Add esp32-s3-box-lite display configuration (#2386)

* Update Setup208_ESP32_S3_Box_Lite.h

* Add ESP32 S3 Box Lite setup

---------

Co-authored-by: nebulous <nebulous@crashed.net>
2023-02-09 15:55:27 +00:00
Bodmer 5886b2cb13 Fix #2302
ESP32 board packages complain about using -1 to define unused pins!
2023-02-04 17:31:09 +00:00
Bodmer 5ff4c2f1f4 Add #1970 update 2023-02-04 01:00:31 +00:00
Bodmer 479bff493f Related to #2376
Make sure palette space deleted.
2023-02-03 19:47:24 +00:00
Bodmer 80912d075d Fix #2376 2023-02-03 19:39:24 +00:00
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 c08763ca44 Merge branch 'master' of https://github.com/Bodmer/TFT_eSPI 2023-01-30 20:14:07 +00:00
Bodmer 3670949658 Update TFT_eSPI_ESP32_S3.h 2023-01-30 20:13:57 +00:00
Dracir 326e4a722f Fix minor bug (#2349)
The default configuration did not correspond to any of the possible choices.
2023-01-25 10:38:21 +00:00
Bodmer e94a7491a3 Update README.md 2023-01-24 05:28:12 +00:00
Bodmer 1db5f438b3 Update README.md 2023-01-24 03:38:40 +00:00
Bodmer 01f217fba1 Update README.md 2023-01-23 14:41:14 +00:00
Bodmer 5f5fef5419 Add DMA capability to ESP32 S3
DMA examples all tested and run as expected.
2023-01-23 14:32:01 +00:00
Bodmer 6e291a9176 Revert "Update iaw #2341"
This reverts commit c6bcfa9db9.
2023-01-22 18:18:08 +00:00
Bodmer c133cf1523 Revert "Update iaw #2341"
This reverts commit 21b27258f7.
2023-01-22 18:17:43 +00:00
Bodmer a6909486a4 Raise version to 2.5.1 2023-01-22 00:39:10 +00:00
Bodmer 21b27258f7 Update iaw #2341
16 bit shown to work with SPI and ILI9486
2023-01-22 00:13:01 +00:00