Commit Graph

1117 Commits

Author SHA1 Message Date
Bodmer
52384e420a Fix #2725
Bug: pushPixels will swap bytes, so bytes got swapped twice.
2023-07-03 19:44:07 +01:00
Bodmer
6342bfc833 Update iaw #2657 for SPI inclusion only 2023-07-03 19:24:21 +01:00
Bodmer
42b9a4fbd1 Fix unused variable warning #2678 2023-07-03 12:36:27 +01:00
Bodmer
32a9c71bd9
Update library.json 2023-06-30 14:16:34 +01:00
Bodmer
b2c7452092
Update library.properties 2023-06-30 14:16:11 +01:00
Bodmer
a871d0a394
Update TFT_eSPI.h 2023-06-30 14:15:48 +01:00
Bodmer
8b005b203f
Update TFT_eSPI.cpp 2023-06-30 14:15:05 +01:00
Bodmer
7c21d4ff56
Update TFT_eSPI.h 2023-06-30 14:13:23 +01:00
Bodmer
eb68e056d9
Update README.md 2023-06-17 06:59:30 +01:00
Bodmer
6c9b86932b
Update README.md 2023-06-01 00:07:04 +01:00
Oscar Thörn
8d4ee4c78e
Made CONFIG_TFT_RST optional (#2668) 2023-05-28 19:10:40 +01:00
Bodmer
5eca04671e
Fix missing brackets! 2023-05-17 20:46:56 +01:00
Bodmer
2af435e7e3 Update TFT_eSPI_RP2040.c 2023-05-16 23:46:14 +01:00
Bodmer
d846daca8b Merge branch 'master' of https://github.com/Bodmer/TFT_eSPI 2023-05-16 23:43:36 +01:00
Bodmer
d32cc1c0ca Fix #2659 2023-05-16 23:43:21 +01:00
Bodmer
8160d67d89
Update User_Setup_Select.h 2023-05-15 00:08:35 +01:00
Bodmer
678cc82f2d
Update Setup206_LilyGo_T_Display_S3.h
Add chip select on GPIO 6
2023-05-14 00:08:41 +01:00
Bodmer
b8b45b0b04
Fix #2645 (#2648) 2023-05-10 19:15:49 +01:00
Bodmer
cf66b633af Correct comments 2023-04-30 21:08:25 +01:00
Bodmer
9418a61bac Fix inline issue with some processors
Remove inline

Other tweaks for compatibility
2023-04-26 13:40:40 +01:00
Bodmer
18e37ca026 Add new example for Julia set 2023-04-26 01:59:08 +01:00
Bodmer
4e2f2edd58 Raise version for release
Merged dev branch (except #2540 which needs consideration).
Updated news
2023-04-26 01:33:56 +01:00
Bodmer
8aa653ceac
Update create font processing sketch (#2604)
* Modified Create_font procesing sketch to enable generation of a C header file.

* Commented out the second fontName definition in Create_font.pde.

---------

Co-authored-by: Pierre-Loup Martin <pierreloupm@gmail.com>
2023-04-23 18:01:23 +01:00
Bodmer
7250c62146 Update User_Setup_Select.h 2023-04-23 17:58:14 +01:00
Bodmer
0d1bf0561a Create Setup66_Seeed_XIAO_Round.h 2023-04-23 17:54:48 +01:00
Bodmer
db6f68babf Add ESP32-S3-BOX 2023-04-23 17:46:04 +01:00
Bodmer
c0190fcdae
Added LilyGo T-QT Support (#2602)
Co-authored-by: lewishe <lewishe@outlook.com>
2023-04-23 17:28:44 +01:00
Bodmer
e80f4d01c6 Merge branch 'master' of https://github.com/Bodmer/TFT_eSPI 2023-04-22 20:39:48 +01:00
Bodmer
76df9866ab Correct outdated comments 2023-04-22 20:39:36 +01:00
Bodmer
88baf2220c
Update README.md (#2597) 2023-04-19 17:16:00 +01:00
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