Up_date Release since 2.4.72 not ok #2285
f5exo
started this conversation in
Raspberry Pi Pico
Replies: 2 comments 2 replies
-
I have not seen this problem. Which board package are you using? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Happy New Year for you ! Thank's for your replay. Raspberry Pi RP2040 Core platform file By Earle F. Philhower |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
I'm using TFT_eSPI release 2.4.72 with Rapsberry Pico and TFT3.5 & ILI9488_DRIVER .
Everything is ok and very well with this release, even Rapsberry Pico W.
For new release Screen is white !
I used the Tests and Diagnostics exemples:
Read_User_Setup to check configuration.
All is ok.
So I have to keep this old version.
It's not blocking for me.
I don't know if this issue has been addressed before.
I can do some tests if you want...
Best regard.
setup below:
#include <User_Setups/Setup60_RP2040_ILI9341.h> // Setup file for RP2040 with SPI ILI9341
#define ILI9488_DRIVER // WARNING: Do not connect ILI9488 display SDO to MISO if other devices share the SPI bus (TFT SDO does NOT tristate when CS is high)
SPI configuration is:
// For the Pico use these #define lines
#define TFT_MISO 16
#define TFT_MOSI 19
#define TFT_SCLK 18
#define TFT_CS 17 // Chip select control pin
#define TFT_DC 10 // Data Command control pin
#define TFT_RST -1 // Reset pin (could connect to Arduino RESET pin)
//#define TFT_BL // LED backlight
Beta Was this translation helpful? Give feedback.
All reactions