1159 Commits

Author SHA1 Message Date
5793878d24 Remove HMI gram offset (#3393) 2024-07-06 14:04:14 +01:00
fae22f785f Update TFT_eSPI_RP2040.c
Fix #3233
2024-03-19 11:27:56 +00:00
6ae4c97c5a Merge branch 'master' of https://github.com/Bodmer/TFT_eSPI V2.5.43 2024-03-04 23:13:04 +00:00
9ee4bf688d Fix #3202 2024-03-04 23:13:01 +00:00
7c27c966c7 fix TimeLib (#3136) 2024-01-31 12:43:32 +00:00
8aa39cca8b Fix #3090 2024-01-16 22:49:43 +00:00
df24f1bbf7 Fix byte swap in pushPixels for STM32
See #3093
2024-01-13 00:43:06 +00:00
cbf06d7a21 Fix #3036
Remove SPI  LL HAL functions that seem to be broken in latest STM32duino board package.

Replace with low level register access writes and reads.

This change also has significant performance benefits for SPI display update speed!
2023-12-22 01:07:33 +00:00
2d88fe4c6e Fix search and replace errors 2023-12-19 02:18:01 +00:00
9ab133f810 Update ST7735_Defines.h 2023-12-15 20:34:50 +00:00
0c30cb7872 ESP32 board package compatibility update 2023-12-15 20:29:40 +00:00
fa6512faf4 Fix #3031
Fix a global search-and-replace error which messed up examples...
2023-12-11 13:17:00 +00:00
f40f3b17c8 Revert "Remove test setups"
This reverts commit 40e28bec5e.
2023-12-07 22:24:49 +00:00
40e28bec5e Remove test setups 2023-12-07 22:22:59 +00:00
4dd609346b add Setup file for Waveshare ESP32-S3-Touch-LCD-1.28 board (#2844) 2023-12-07 22:17:14 +00:00
47ad8e58d8 Add warning for memory requirements 2023-12-07 21:12:06 +00:00
5e9629a63f Raise version 2023-12-07 21:04:21 +00:00
d506a3c49d Update for spelling etc. in comments! 2023-12-07 20:35:59 +00:00
aefcf5af63 Fix #2997 2023-12-06 13:51:53 +00:00
6e644c3e63 Add option to correct legacy Adafruit GLCD font bug
Raise issue
2023-12-05 17:22:22 +00:00
a79d6f14e2 Fix #3009 2023-12-05 07:40:17 +00:00
ce3985f93f Update library.json V2.5.34 2023-11-17 09:39:35 +00:00
5830f47a60 Update TFT_eSPI.h 2023-11-17 09:38:33 +00:00
6740b9885d Update library.properties 2023-11-17 09:37:47 +00:00
17dd6f9712 Update Setup212_LilyGo_T_PicoPro Pins (#2969)
* Added ST7796 gram offset

* Added LilyGo-T-PicoPro setup

* Fix ST7796 Compilation Warning

* Added T-Beam-Shield User_Steup

* Added  boards setups

* Update TPicoPro pins
2023-11-13 19:54:43 +00:00
01483a1043 Support latest board package
Add header to gain access to low level GPIO driver.
2023-11-10 01:12:00 +00:00
968c84fd0a Support latest board package
Latest board package does not expose low level GPIO driver. Call up header directly.
2023-11-10 01:10:51 +00:00
bc9a855e63 Fix #2963
Latest ESP32 board package does not expose low level driver. Add header to gain access.
2023-11-10 01:08:56 +00:00
317ce97e59 Fix #2942 v2.5.33 2023-10-30 23:56:20 +00:00
5162af0a0e Update TFT_eSPI.cpp 2023-10-25 20:38:45 +01:00
e964ccb9a5 Raise version 2023-10-13 18:48:20 +01:00
3dc190df6c Add fastBlend to improve RP2040 performance 2023-10-13 18:47:32 +01:00
3ff6895658 Raise version to 2.5.32 2023-10-13 14:53:16 +01:00
21655de119 Update ESP32_SDcard_jpeg.ino 2023-10-13 14:51:02 +01:00
67389d9630 Update TFT_eSPI.cpp 2023-10-13 14:45:16 +01:00
c5c31b3071 Fix #2892 2023-10-13 14:44:13 +01:00
0a47730262 Fix #2796 (#2827) v2.5.31 2023-09-01 02:02:01 +01:00
caa1076c13 Fix #2793 2023-08-18 18:17:07 +01:00
5c1f163b05 Fix #2790 2023-08-16 20:46:03 +01:00
3fcadd2792 Avoid compile error with Teensy
Avoid error when alphaBlend function used in sketch
2023-08-10 22:10:25 +01:00
1986bd2423 User_Setups: add Setup108_RP2040_ST7735.h (#2749) 2023-08-02 20:10:36 +01:00
3b7dd6568d Added ST7796 (222x480) support (#2774)
* Added ST7796 gram offset

* Added LilyGo-T-PicoPro setup

* Fix ST7796 Compilation Warning

* Added T-Beam-Shield User_Steup

* Added  boards setups
2023-08-02 20:09:15 +01:00
52384e420a Fix #2725
Bug: pushPixels will swap bytes, so bytes got swapped twice.
2023-07-03 19:44:07 +01:00
6342bfc833 Update iaw #2657 for SPI inclusion only 2023-07-03 19:24:21 +01:00
42b9a4fbd1 Fix unused variable warning #2678 2023-07-03 12:36:27 +01:00
32a9c71bd9 Update library.json 2023-06-30 14:16:34 +01:00
b2c7452092 Update library.properties 2023-06-30 14:16:11 +01:00
a871d0a394 Update TFT_eSPI.h 2023-06-30 14:15:48 +01:00
8b005b203f Update TFT_eSPI.cpp 2023-06-30 14:15:05 +01:00
7c21d4ff56 Update TFT_eSPI.h 2023-06-30 14:13:23 +01:00