Bodmer
fce86c0f2e
Improve RPi Pico (RP2040) rendering performance
2021-04-05 16:39:33 +01:00
Bodmer
d9c7d4a923
Update README.md
2021-04-05 01:39:13 +01:00
Bodmer
6c29d8e29b
Update README.md
2021-04-05 01:35:25 +01:00
Bodmer
c06c10edb9
Update README.md
2021-04-05 01:34:55 +01:00
Bodmer
71b1d090c4
Update README.md
2021-04-05 01:34:06 +01:00
Bodmer
356095bdf3
Update Setup60_RP2040_ILI9341.h
2021-03-31 21:51:30 +01:00
Bodmer
4e8497c159
Merge branch 'master' of https://github.com/Bodmer/TFT_eSPI
2021-03-31 13:52:46 +01:00
Bodmer
91c34afc49
Replace deprecated boolean type
...
Note that Processing sketches (pde type) do not accept bool, so boolean is correct.
2021-03-31 13:52:42 +01:00
Bodmer
dba2ef1855
Correct leftover from testing
2021-03-30 23:05:29 +01:00
Bodmer
135610b00d
Update TFT_eSPI_RP2040.h
2021-03-30 08:02:55 +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
Bodmer
1c36c2c933
Support pseudo 16 bit
...
See #299
2021-03-27 22:27:09 +00:00
Bodmer
4cc57699fa
Fix #1100
...
Fix STM32 + SSD1963 combination
2021-03-27 00:35:55 +00:00
Bodmer
c11ecd6932
Merge branch 'master' of https://github.com/Bodmer/TFT_eSPI
2021-03-20 23:10:37 +00:00
Bodmer
865983e39c
Correct typos
2021-03-20 23:10:33 +00:00
Bodmer
e6df924f10
Typo
2021-03-17 23:36:48 +00:00
Bodmer
3c6ea1f594
See #1081
2021-03-17 23:07:26 +00:00
Bodmer
107b2dd4ed
Update Touch_calibrate.ino
2021-03-15 13:20:25 +00:00
Bodmer
cd025dbc79
Fix #1046
...
ESP32 DMA did not work if MISO pin is not defined in setup file (affected TTGO T-Display setup 21)
2021-03-13 15:03:21 +00:00
Bodmer
c47d6e2d09
Merge pull request #1062 from u4mzu4/master
...
add LilyGo LilyPi variant
2021-03-13 02:20:27 +00:00
andrew911
c8c1af627c
Merge pull request #2 from u4mzu4/LilyGo_LilyPi-1
...
add LilyGo LilyPi variant
2021-03-09 16:26:19 +01:00
andrew911
68e314f8f7
add LilyGo LilyPi variant
...
Based on
https://github.com/Bodmer/TFT_eSPI/discussions/956
2021-03-09 16:22:16 +01:00
andrew911
82b0aebded
add LilyGo LilyPi variant
...
Based on
https://github.com/Bodmer/TFT_eSPI/discussions/956
2021-03-09 16:19:34 +01:00
Bodmer
1e9dda3fb1
Merge pull request #1060 from lewisxhe/master
...
Added LilyGo TTV variants
2021-03-09 11:20:04 +00:00
lewisxhe
bd434c6a3c
Added LilyGo TTV variants
2021-03-09 16:05:28 +08:00
Bodmer
85539606e1
Correct typos
2021-03-06 20:16:38 +00:00
Bodmer
a7a19be467
Correct typos
2021-03-06 20:05:34 +00:00
Bodmer
c0054aaadf
Update Setup36_RPi_touch_ST7796.h
...
Delete comment
2021-03-06 18:39:47 +00:00
Bodmer
040d76f1a2
Update User_Setup_Select.h
...
RPi ILI9431 board reference incorrect, should be ST7796
See #1049
2021-03-06 18:35:05 +00:00
Bodmer
fef40d9c8b
Raise version
2021-02-23 22:48:50 +00:00
Bodmer
2bf4d15b02
Fix #1022
2021-02-23 22:38:03 +00:00
Bodmer
190fe54266
Merge pull request #1008 from ch1y4/master
...
add GC9A01 option
2021-02-22 22:04:23 +00:00
unknown
3307110b00
Fix #1012 & #1013
2021-02-20 10:15:21 +08:00
Bodmer
66bcbb2669
Fix #1013
2021-02-19 22:49:19 +00:00
Bodmer
a40e053662
Fix #1012
2021-02-19 22:04:24 +00:00
Bodmer
602525a2ab
Update Setup44_TTGO_CameraPlus.h
...
See #1007
2021-02-16 08:12:56 +00:00
unknown
4780bd2fee
add GC9A01 option and set ILI9341 as default
2021-02-16 10:16:12 +08:00
unknown
f19e98c192
add GC9A01 option
2021-02-16 00:21:08 +08:00
Bodmer
6f2c5f7301
Add Beta test link
2021-01-30 15:59:51 +00:00
Bodmer
b1fb969e86
Update TFT_eSPI_ESP32.c
2021-01-27 05:20:31 +00:00
Bodmer
e829dcac21
Avoid compiler optimising out register writes
...
Precautionary change to avoid potential issues in future developments and during debug
2021-01-27 05:10:53 +00:00
Bodmer
25362ee893
Merge branch 'master' of https://github.com/Bodmer/TFT_eSPI
2021-01-25 14:18:50 +00:00
Bodmer
e8843111ba
Correct typos
2021-01-25 14:18:46 +00:00
Bodmer
9f083c0b2d
Update library.json
2021-01-22 01:43:57 +00:00
Bodmer
0899be91df
Update TFT_eSPI.h
2021-01-22 01:42:58 +00:00
Bodmer
9e08131add
Update library.properties
2021-01-22 01:41:41 +00:00
Bodmer
3942471ab5
Update README.md
2021-01-18 01:29:25 +00:00
Bodmer
22c514cce9
#940 - Extend allowed TFT_WR pin allocation for ESP32
...
TFT_WR is 8 bit parallel mode can now be allocated to GPIO >31
Note: allocating a GPIO higher than 31 has a small perfomance impact (~1.23x slower) since signle register write with the data mask cannot be performed.
2021-01-17 12:03:21 +00:00
Bodmer
f6ee102619
Merge pull request #939 from maxgerhardt/patch-1
...
Fix uncompilable TFT_eSPI_ESP32.h when TFT_RD >= 32
2021-01-17 11:25:55 +00:00
Maximilian Gerhardt
b3dab67178
Fix uncompilable TFT_eSPI_ESP32.h when TFT_RD >= 32
2021-01-17 03:13:10 +01:00