Display ILI9341 che rimane bianco

buongiorno, io uso il display 2.8" LCD TFT Touch Display Binghe 2.8" SPI LCD Display Touch Module con Penna a contatto 320 X 480 Risoluzione Driver ILI9341 4-Wire SPI Compatibile con Arduino, ma quando carico il codice sul display rimane tutto bianco, ho già consultato diversi siti ma non riesco a farlo funzionare, mi potreste dire una guida dettagliata per far funzionare il mio display con squareline? Sono uno studente di 15 anni. Grazie mille

Io non ti saprei rispondere, ma un consiglio prova a riscriverlo in inglese, molto probabilmente riceverai delle risposte scrivendolo in inglese

Hi, for SquareLine Studio to work properly with your ILI9341 display, you’ll need to:

  1. Make sure you’ve selected the correct display driver (ILI9341) in SquareLine Studio when creating your project
  2. Check your hardware connections - SPI wiring can be tricky
  3. Verify that your Arduino library supports this specific display
  4. Double-check the pin definitions in your exported code

Since you’re a 15-year-old student, I’d recommend starting with one of the Arduino examples specifically for ILI9341 displays to confirm your hardware is working correctly before moving to SquareLine Studio.

Feel free to share your code if you’re still having issues, and we can take a closer look!