Marque | sainsmart |
---|---|
Référence constructeur | EIWISZZ |
Interface du matériel informatique | MicroSD, Carte SD |
Disponibilité des pièces détachées | Information indisponible sur les pièces détachées |
Mises à jour logicielles garanties jusqu’à | Information non disponible |
Image indisponible
couleur :
-
-
-
- Pour voir cette vidéo, téléchargez Flash Player
SainSmart 1.8 "couleur TFT LCD Module avec interface SPI et MicroSD pour Arduino UNO MEGA R3
Nous ne savons pas quand cet article sera de nouveau approvisionné ni s'il le sera.
- 1.8 "TFT interface SPI, transmissif, normalement blanc
- Afficher 262K couleurs
- Interface Bus SPI
- 5V/3.3V logique TTL Compatible
- Peut être utilisé dans le système Arduino IO 5V/3.3V directement
Nos prix incluent l'éco-participation sur tous les produits concernés. Vous voulez recycler votre appareil électrique ou électronique gratuitement ? En apprendre plus |
Les clients ont également consulté ces articles
Informations sur le produit
Descriptif technique
Informations complémentaires
ASIN | B008K7G88S |
---|---|
Moyenne des commentaires client |
4,2 sur 5 étoiles |
Date de mise en ligne sur Amazon.fr | 11 juillet 2012 |
Politique de retour
Votre avis
Description du produit
Caractéristiques:
* Résolution: 128W * 160H Dots
* Angle de vision: 06 heures
* IC: ST7735R
* 5V/3.3V logique TTL compatible, peut être utilisé dans le système Arduino IO 5V/3.3V directement
Définition de signal:
GND: Masse de l'alimentation
VCC: entrée d'alimentation 5V
CS: Chipselect pour LCD,
SDA: Data LCD pour SPI
SCL: SCLK pour l'horloge TFT
RS / DC: Commande / Sélection des données
RESET: réinitialisation contrôleur LCD, peu actif
CS (SD-CS): Chipselect pour carte TF,
CLK (SD-Horloge): SPI Clock
MOSI (SD-DI): SPI maître sur l'esclave dans
MISO (SD-DO): SPI Master Slave out
Note: Le lien pour le code est comme suit pour votre référence
https://s3-ap-northeast-1.amazonaws.com/sain-amzn/20/20-011-920/TFT18.rar
Commentaires client
Les avis clients, y compris le nombre d’étoiles du produit, aident les clients à en savoir plus sur le produit et à décider s'il leur convient.
Pour calculer le nombre global d’étoiles et la ventilation en pourcentage par étoile, nous n'utilisons pas une simple moyenne. Au lieu de cela, notre système prend en compte des éléments tels que la date récente d'un commentaire et si l'auteur de l'avis a acheté l'article sur Amazon. Les avis sont également analysés pour vérifier leur fiabilité.
En savoir plus sur le fonctionnement des avis clients sur Amazon
Commenté en France le 11 août 2015
-
Meilleures évaluations
Meilleures évaluations de France
Un problème s'est produit lors du filtrage des commentaires. Veuillez réessayer ultérieurement.
Le seul bémol sera la finition limite : l'afficheur se décolle du PCB. Rien de grave, un peu d'époxy est le tour est joué.
Bref, rien de surprenant pour le prix et fait très bien le job.
tweaking4all.com/hardware/arduino/sainsmart-arduino-color-display/
Le code que j'utilise est disponible ici :
legeekcafe.com/fr/pastebin/1/280/read/code-lcd-1-8--sainsmart

Commenté en France 🇫🇷 le 11 août 2015
tweaking4all.com/hardware/arduino/sainsmart-arduino-color-display/
Le code que j'utilise est disponible ici :
legeekcafe.com/fr/pastebin/1/280/read/code-lcd-1-8--sainsmart

Would be perfect if the seller send/give some programs that works out of the box!
Je mets seulement 2 étoiles en raison de la finition du produit.
En effet, la dalle de l'écran s'est très vite décollée du support...
Un petit point de colle chaude et on n'en parle plus, mais pour le prix un petit effort de finition serait appréciable.
Ayant voulu refaire des essais avec ce soir, l'écran ne fonctionne plus. Bien que le rétroéclairage se mette en route, plus rien ne s'affiche... pourtant, même code, même montage que précédemment...
Meilleurs commentaires provenant d’autres pays

I did find the display a bit small for my purposes but that was my fault for not checking the size.
There is a link to a .rar file to unzip with libraries & examples but the instructions are a bit vague & for a novice might put them off . Having a .zip file would have been better as the Arduino IDE would manage the installation.
I got a couple of problems using the example programs.
I found that the connection pin idents on the board differed from what was written in the example code. A minor irritation.
I tried to use the examples directly & I got compilation errors.
(1) I found I needed to edit ST7735.h, changing WProgram.h to Arduino.h.
(2) I had to edit glcdfont.c - I changed
static unsigned char PROGMEM font[] = {
to
const unsigned char PROGMEM font[] = {.
(3) in their graphicstest program some of the colours were swapped over; Red & Blue were swapped as were Cyan & yellow. Fairly easy to swap the values over.
After that everything compiled OK.
I tried this on an Arduino Nano I had it to hand & I ran into trouble with lack of memory. The examples are pretty hard on memory resources. I tried it on an Arduino Mega & it ran OK. I should say that I've only tried it so far using the software SPI configuration. In the examples it does reference both the hardware & software SPI with the hardware version commented out.
The example programs are quite effective at demonstrating the display's capabilities.These showed that the display could display both text & graphics
Modifying the graphicstest example program, I found that the display was roughly 16 lines high by about 21 characters wide & was easy to read..
There are other similar looking displays on Amazon that are half the price but don't have any documentation or library support.
I've used Sainsmart for Arduino boards, LCD displays & other things & found the goods work well & the quality seems to be of a consistent high standard.They aren't the cheapest but I guess you have to pay for the consistency & quality one way or another.
I would sum it all up by saying the display is very nice, but the documentation could be a little better & the examples need to work "out of the box".
Would I buy it again? If I needed something that small, yes.


Commenté au Royaume-Uni 🇬🇧 le 12 juin 2017
I did find the display a bit small for my purposes but that was my fault for not checking the size.
There is a link to a .rar file to unzip with libraries & examples but the instructions are a bit vague & for a novice might put them off . Having a .zip file would have been better as the Arduino IDE would manage the installation.
I got a couple of problems using the example programs.
I found that the connection pin idents on the board differed from what was written in the example code. A minor irritation.
I tried to use the examples directly & I got compilation errors.
(1) I found I needed to edit ST7735.h, changing WProgram.h to Arduino.h.
(2) I had to edit glcdfont.c - I changed
static unsigned char PROGMEM font[] = {
to
const unsigned char PROGMEM font[] = {.
(3) in their graphicstest program some of the colours were swapped over; Red & Blue were swapped as were Cyan & yellow. Fairly easy to swap the values over.
After that everything compiled OK.
I tried this on an Arduino Nano I had it to hand & I ran into trouble with lack of memory. The examples are pretty hard on memory resources. I tried it on an Arduino Mega & it ran OK. I should say that I've only tried it so far using the software SPI configuration. In the examples it does reference both the hardware & software SPI with the hardware version commented out.
The example programs are quite effective at demonstrating the display's capabilities.These showed that the display could display both text & graphics
Modifying the graphicstest example program, I found that the display was roughly 16 lines high by about 21 characters wide & was easy to read..
There are other similar looking displays on Amazon that are half the price but don't have any documentation or library support.
I've used Sainsmart for Arduino boards, LCD displays & other things & found the goods work well & the quality seems to be of a consistent high standard.They aren't the cheapest but I guess you have to pay for the consistency & quality one way or another.
I would sum it all up by saying the display is very nice, but the documentation could be a little better & the examples need to work "out of the box".
Would I buy it again? If I needed something that small, yes.



But be careful when handling for the 1st time, the screen might flop away from the back PCB & may swing on the ribbon cable violently, without warning
I disagree strongly with others saying that the header pins do need to be moved ... Why not use some double sided sticky black foam strips & a sheet of perspex, add touch dirt & shock protection will set the screen back a few mm removing the headers from contact with the project box walls, problem solved & still keeps it great for the breadboard
1st time TFT buyers be aware
Personally for me Im having coding problems, i can understand tutorials but am none the wiser on the coding side ... i have installed a number of recommended libraries, have ran a few demos (only can run low speed) & have managed to manipulate someone's code with great difficulty to just show a value of a sensor on a voltage divider circuit, nobody is showing me a list of commands or pointing me in the right direction to use a particular library for a particular screen or create a library for this screen to use it with my own initiative ... Iv found myself just following orders & its not helping ... maybe another choice of a 1st arduino or/& Raspberry Pi screen will educate enough to start using this screen ... this may not be a "1st time screen buy"... or maybe im just useless HaHa
Buy it though, it might do your head in enough to keep on pushing ... like me ;)

Note also that the pin configuration is different from the adafruit equivalent.
That said, with a little googling and hacking I got it to work on Arduino, and, after compiling a custom kernel with tftlcd & ST7735R support, a Raspberry Pi. Note that simply building a kernel module is insufficient -- the stock raspbian does not support it. You could probably drive it directly via SPI for some applications ( rather than trying to use it as a monitor ). This might make more sense as it is rather small (but the Raspbian desktop does look very cute on it...)
It is a beautiful little screen.

