Winkelwagen is nog leeg.
Winkelwagen is nog leeg.Productbeschrijving
0
Client d'
8 juli 2025
produit conforme à la descriptionutilisé en modélisme ferroviaire
B
7 juli 2025
No problem - worked as expected.
Luigi
22 april 2025
Il display funziona benissimo se settato nel modo corretto.L'ho collegato ad Arduino Nano per il prototipo di un progetto di modellismo ferroviario.Per trovare le info cerca "Adafruit Mini TFT - 0.96" 160x80" e vai al sito "Adafruit Learning System" dove nella pagina "Wiring & Test" ci sono tutte le info necessarie.L'ho connesso direttamente ad Arduino Nano nel modo seguente:LCD NanoGND GNDVCC 5VSCL D13SDA D11RES D8DC D9CS D10BLK N.C.Ecco #include e #define:#include // Core graphics library#include // Hardware-specific library for ST7735#include #define TFT_CS 10#define TFT_RST 8 // Or set to -1 and connect to Arduino RESET pin#define TFT_DC 9Creazione oggetto "tft" e inizializzazione:Adafruit_ST7735 tft = Adafruit_ST7735(TFT_CS, TFT_DC, TFT_RST);void setup() {// tft.initR(INITR_BLACKTAB); // For 1.8" TFTtft.initR(INITR_MINI160x80_PLUGIN); // For 0.96" TFT 80x160// set an horizontal view on the displaytft.setRotation(3); // rotate the display (0,2=vertical 1,3=horizontal)}Buon divertimento!
markus
15 februari 2025
Verwendung für arduino, klappt alles super
Paul Van den Bossche
25 januari 2025
Werkt perfect met Arduino
Aanbevolen producten
