Commit Graph

1159 Commits

Author SHA1 Message Date
Lewis He
5793878d24
Remove HMI gram offset (#3393) 2024-07-06 14:04:14 +01:00
Bodmer
fae22f785f
Update TFT_eSPI_RP2040.c
Fix #3233
2024-03-19 11:27:56 +00:00
Bodmer
6ae4c97c5a Merge branch 'master' of https://github.com/Bodmer/TFT_eSPI 2024-03-04 23:13:04 +00:00
Bodmer
9ee4bf688d Fix #3202 2024-03-04 23:13:01 +00:00
Dusk
7c27c966c7
fix TimeLib (#3136) 2024-01-31 12:43:32 +00:00
Bodmer
8aa39cca8b Fix #3090 2024-01-16 22:49:43 +00:00
Bodmer
df24f1bbf7 Fix byte swap in pushPixels for STM32
See #3093
2024-01-13 00:43:06 +00:00
Bodmer
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
Bodmer
2d88fe4c6e Fix search and replace errors 2023-12-19 02:18:01 +00:00
Bodmer
9ab133f810 Update ST7735_Defines.h 2023-12-15 20:34:50 +00:00
Bodmer
0c30cb7872 ESP32 board package compatibility update 2023-12-15 20:29:40 +00:00
Bodmer
fa6512faf4 Fix #3031
Fix a global search-and-replace error which messed up examples...
2023-12-11 13:17:00 +00:00
Bodmer
f40f3b17c8 Revert "Remove test setups"
This reverts commit 40e28bec5e.
2023-12-07 22:24:49 +00:00
Bodmer
40e28bec5e Remove test setups 2023-12-07 22:22:59 +00:00
siuwah
4dd609346b
add Setup file for Waveshare ESP32-S3-Touch-LCD-1.28 board (#2844) 2023-12-07 22:17:14 +00:00
Bodmer
47ad8e58d8 Add warning for memory requirements 2023-12-07 21:12:06 +00:00
Bodmer
5e9629a63f Raise version 2023-12-07 21:04:21 +00:00
Bodmer
d506a3c49d Update for spelling etc. in comments! 2023-12-07 20:35:59 +00:00
Bodmer
aefcf5af63 Fix #2997 2023-12-06 13:51:53 +00:00
Bodmer
6e644c3e63 Add option to correct legacy Adafruit GLCD font bug
Raise issue
2023-12-05 17:22:22 +00:00
Bodmer
a79d6f14e2
Fix #3009 2023-12-05 07:40:17 +00:00
Bodmer
ce3985f93f
Update library.json 2023-11-17 09:39:35 +00:00
Bodmer
5830f47a60
Update TFT_eSPI.h 2023-11-17 09:38:33 +00:00
Bodmer
6740b9885d
Update library.properties 2023-11-17 09:37:47 +00:00
Lewis He
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
Bodmer
01483a1043
Support latest board package
Add header to gain access to low level GPIO driver.
2023-11-10 01:12:00 +00:00
Bodmer
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
Bodmer
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
Bodmer
317ce97e59
Fix #2942 2023-10-30 23:56:20 +00:00
Bodmer
5162af0a0e
Update TFT_eSPI.cpp 2023-10-25 20:38:45 +01:00
Bodmer
e964ccb9a5 Raise version 2023-10-13 18:48:20 +01:00
Bodmer
3dc190df6c Add fastBlend to improve RP2040 performance 2023-10-13 18:47:32 +01:00
Bodmer
3ff6895658 Raise version to 2.5.32 2023-10-13 14:53:16 +01:00
Bodmer
21655de119 Update ESP32_SDcard_jpeg.ino 2023-10-13 14:51:02 +01:00
Bodmer
67389d9630
Update TFT_eSPI.cpp 2023-10-13 14:45:16 +01:00
Bodmer
c5c31b3071
Fix #2892 2023-10-13 14:44:13 +01:00
Bodmer
0a47730262
Fix #2796 (#2827) 2023-09-01 02:02:01 +01:00
Bodmer
caa1076c13 Fix #2793 2023-08-18 18:17:07 +01:00
Bodmer
5c1f163b05 Fix #2790 2023-08-16 20:46:03 +01:00
Bodmer
3fcadd2792 Avoid compile error with Teensy
Avoid error when alphaBlend function used in sketch
2023-08-10 22:10:25 +01:00
Nikita Tomilov
1986bd2423
User_Setups: add Setup108_RP2040_ST7735.h (#2749) 2023-08-02 20:10:36 +01:00
Lewis He
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
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