Commit Graph

1040 Commits

Author SHA1 Message Date
Bodmer 31d845b1c5
Update library.json 2022-02-06 16:10:27 +01:00
Bodmer 6ca074446f
Update library.properties 2022-02-06 16:09:41 +01:00
Bodmer 29094c9c07
Update TFT_eSPI_Generic.h 2022-02-06 15:54:50 +01:00
Bodmer 0dc68c45b8
Update TFT_eSPI_RP2040.h 2022-02-06 15:53:00 +01:00
Bodmer 4dd4cb678d
Update TFT_eSPI_ESP8266.h 2022-02-06 15:50:03 +01:00
Bodmer 3b50740a29
Update TFT_eSPI_ESP32.h 2022-02-06 15:48:42 +01:00
Bodmer 48da363c68
Update README.md 2022-02-05 23:20:58 +01:00
Bodmer 7522d6b41b
Update README.md 2022-02-05 23:17:26 +01:00
Bodmer 8c5f269a32
Merge pull request #1613 from LeFauve/Fix-transparency-bug-in-sprites
Prevent TFT_eSprite::pushToSprite() to skips pixels when dealing with…
2022-02-05 22:04:32 +01:00
LeFauve 64afd184dc Prevent TFT_eSprite::pushToSprite() to skips pixels when dealing with transparency. 2022-02-05 11:40:55 +10:00
Bodmer 9ff32bf501 Resolve compile error for STM32F parallel interface 2022-02-04 10:54:47 +00:00
Bodmer d819c2e89e Add smooth graphics examples for new functions 2022-02-04 01:08:04 +00:00
Bodmer b6db90ada4 Add new anit-aliased graphics functions
Examples to follow.
2022-02-03 15:37:44 +00:00
Bodmer 97ca3fdbe2
Merge pull request #1602 from Brezensalzer/master
added USE_FSPI_PORT flag to support more ESP32-S2 boards
2022-02-03 15:17:40 +00:00
Dr. Stefan Labich 14ff368d5f added USE_FSPI_PORT flag to support more ESP32-S2 boards 2022-02-02 16:52:09 +01:00
Bodmer 32d9914254
Update README.md 2022-01-29 19:01:38 +00:00
Bodmer cb2f5be6c8 Allow use of older (pre 2.0.0) ESP32 board packages 2022-01-29 18:52:00 +00:00
Bodmer 3528ac1457 Update PlatformIO example ini file 2022-01-29 16:43:42 +00:00
Bodmer de1682667e Merge branch 'master' of https://github.com/Bodmer/TFT_eSPI 2022-01-28 22:19:48 +00:00
Bodmer 2434cb515b
Merge pull request #1587 from LeFauve/Add-LilyGo-TDisplay-RP2040-Support
Add user setup file for LilyGo T-Display RP2040
2022-01-28 22:17:49 +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 a2140a4d04 Add Gradient_Fill example 2022-01-27 22:24:04 +00:00
Bodmer 80730ff9c4 Merge branch 'master' of https://github.com/Bodmer/TFT_eSPI 2022-01-27 22:15:08 +00:00
Bodmer 47895f1e7b Allow RP2040 to read from SPI TFT 2022-01-27 22:15:04 +00:00
Bodmer cd9f68313a
Update README.md 2022-01-27 13:22:31 +00:00
Bodmer 2de16b2bba
Update README.md 2022-01-27 12:48:09 +00:00
Bodmer 4b3928cb55
Update README.md 2022-01-27 12:45:02 +00:00
Bodmer 7f6e256e37
Update README.md 2022-01-27 12:44:46 +00:00
Bodmer e742a41ce2
Update README.md 2022-01-27 12:44:26 +00:00
Bodmer d0ef07d7f6 Update README.md 2022-01-27 12:42:50 +00:00
Bodmer 3cc1e2e20a Raise version 2022-01-26 23:08:21 +00:00
Bodmer 0d12646909 Fix RP2040 PIO pin override 2022-01-26 22:47:18 +00:00
Bodmer 230463317f Update TFT_eSPI_RP2040.h 2022-01-26 22:37:27 +00:00
Bodmer c9997f8dc5 Update User_Setup_Select.h 2022-01-26 22:23:55 +00: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 420165904c Fix #1578 2022-01-26 21:30:52 +00:00
Bodmer 0daee5d502 Add filled rectangles with gradient 2022-01-08 20:01:42 +00:00
Bodmer 73ff86b85b Support external font classes in button class
Original Adafruit button rendering code can be used with an external font class if "textFont" is set to 255.

See #1536
2022-01-08 14:50:44 +00:00
Bodmer bb2424f168 Raise version 2022-01-08 02:03:49 +00:00
Bodmer 1242ba14d1 Bug fix 2022-01-08 02:02:29 +00:00
Bodmer 6df79d020b
Update README.md 2022-01-05 17:12:43 +00:00
Bodmer 3f6f0bd779 Update User_Setup_Select.h 2022-01-05 14:44:52 +00:00
Bodmer 04af1d11ea Update README.md 2022-01-05 00:24:25 +00:00
Bodmer 1dd7b4ec6c Update README.md 2022-01-05 00:21:27 +00:00
Bodmer 493b1a7fe5 Update RP2040 PIO support
Add example user setup 61
2022-01-05 00:19:19 +00:00
Bodmer 553307aa63
Fix typo 2022-01-03 23:29:31 +00:00
Bodmer c725f201ee
Update TFT_eSPI_RP2040.c 2022-01-02 19:50:04 +00:00
Bodmer 8a2398451b RP2040: add SPI PIO interface option, enhance 8 bit parallel PIO
The RP2040 processors can now drive 8 bit parallel and SPI displays using the PIO hardware.

The PIO offloads the processor by providing:
1. PIO managed setWindow sequence
2. PIO managed block and screen fill
2022-01-02 01:08:22 +00:00