DSD TECH 1.8 Inch TFT LCD Display Module with SPI Interface for Arduino and MCU
Thumbnail 1Thumbnail 2Thumbnail 3Thumbnail 4Thumbnail 5Thumbnail 6Thumbnail 7Thumbnail 8Thumbnail 9Thumbnail 10Thumbnail 11

DSD TECH 1.8 Inch TFT LCD Display Module with SPI Interface for Arduino and MCU

4.3/5
Product ID: 158833144
Secure Transaction

Details

  • Brand
    DSD TECH
  • Screen Size
    1.8 Inches
  • Resolution
    128 x 160
  • Aspect Ratio
    1.27:1
  • Screen Surface Description
    Glossy
5V/3.3V Power
📏128x160 Res
🕒10 min Setup

Description

💡 Unleash Your Creativity with a Splash of Color!

  • VIBRANT VISUALS - Experience 65K colors with stunning clarity.
  • RELIABLE WARRANTY - 1-year replacement guarantee for peace of mind.
  • INSTANT INTEGRATION - Plug and play with Arduino & Raspberry Pi!
  • COMPACT LIGHTWEIGHT - Weighs only 15g for easy portability.
  • USER FRIENDLY SUPPORT - Sample code provided for quick start.

The DSD TECH 1.8 Inch TFT LCD Display Module is a compact, high-resolution color screen designed for seamless integration with Arduino and Raspberry Pi. With a quick setup time of just 10 minutes, it supports 65K colors and features a user-friendly SPI interface, making it perfect for electronic enthusiasts and students alike. Enjoy a 1-year warranty and dedicated customer support for a hassle-free experience.

Specifications

Response Time10 minutes
Display Resolution Maximum128 X 160
Native Resolution128 X 160
Resolution128 x 160
Warranty Type1 Year Manufacturer Warranty
Item ShapeRectangular
ColorDefault
Compatible DevicesArduino, Raspberry Pi
Special Features
Item Weight0.03 Pounds
Screen Size1.8 Inches
Number of Component Outputs1
Total Number of HDMI Ports1
Voltage5 Volts (DC)
Is ElectricYes
Viewing Angle170 Degrees
Has Color ScreenYes
Display TypeLCD
Display TechnologyLCD
Aspect Ratio1.27:1
Screen FinishGlossy
Connectivity TechnologyUSB

Have a Question? See What Others Asked

How do you control the backlight PWM?
What are the power requirements?
How to get hardware connection to work only white screen?
Can this screen show pictures and or gifs with out the use of a Arduino?

Reviews

4.3

All from verified purchases

S**U

Nice TFT screen, no touch

Not all TFT screens are touch type, but as a small color TFT display, this one's pretty nice and at a good price. I'm still very much a noob at this micro controller stuff, and the only difficult part I had was finding out how to hook it up, so here you go:VCC - 5vdc, GND - GND (only need one), N/C, N/C, N/C, CLK - pin 13, SPA - pin 11, RS - pin 9, RST - pin 8, CS - pin 10 ( you have to define the last three in your sketch). #include TFT and SPI libraries. I never got the memo that MOSI and MISO designations were no longer socially acceptable.

**

works w/ arduino nano!

It worked! I had trouble with it at the beginning, but I won't knock stars off just because I'm new at using these. Super simple set up!:I used this on a breadboard with ARDUINO NANO. I connected the pins all in one ROW, so each pin went into a different COLUMN. I connected the 5V pin to the (+) rail (which was connected to the arduino's 5V), and one of the GND pins to the (-) rail (also connected to arduino already). I connected the CLK (SCLK) to the column that corresponded to D13 on the nano, the SDA (MOSI) to the column that corresponded to D11. Then for the remaining 3 columns at the end, I connected them to any other digital pins (using jumper wires). (I didn't connect the NC pins to anything)I dowloaded Arduino IDE, selected the board, port, and processor (ATmega328P) in "Tools". I installed the Adafruit ST7735 and ST7789 under manage libraries, and then in that code, I specified the pins.Feel free to use this sample code as a test:// **** SCREEN TEST ****//libraries:#include <Adafruit_GFX.h>#include <Adafruit_ST7735.h>#include <SPI.h>// Update these to match YOUR wiring#define TFT_CS 4 //i had my CS pin connected to D4#define TFT_RST 3 //my RST pin was connected to D3#define TFT_DC 2 // my RS pin was connected to D2#define TFT_MOSI 11 //connect SDA to D11#define TFT_SCLK 13 //connect CLK to D13Adafruit_ST7735 tft = Adafruit_ST7735(TFT_CS, TFT_DC, TFT_MOSI, TFT_SCLK, TFT_RST);void setup() {delay(1000); // give screen time to bootSerial.begin(9600);Serial.begin(9600);Serial.println("Booting TFT..."); //will print in serial monitor on arduino IDE app.tft.initR(INITR_BLACKTAB);Serial.println("Initialized TFT"); //will print in serial monitor//what should display:tft.fillScreen(ST77XX_BLACK); //background color of the screentft.setRotation(1);tft.setTextColor(ST77XX_WHITE); //text colortft.setTextSize(2);tft.setCursor(10, 30);tft.println("HELLO :)"); //text that will print on the screenSerial.println("Text drawn!"); //will print in serial monitor}void loop() {// nothing}

G**O

Servicio al cliente

Iba a devolverla, pero al escribir al vendedor, recibí respuestas e información suficiente para ponerla a trabajar sin problemas. Le doy la calificaicón principalmente por la velocidad de respuesta del vendedor y que su respuesta funciona bien.

A**S

Great Value! Easy to use! Works with Arduino Nano!

The media could not be loaded. Great Value! Easy to use! Works with Arduino Nano! This screen is GREAT! Includes SD slot and comes with the connecting wires, what more could you want!? ❤️ I love it! I just ordered two more! Implementation is simple. Comes with wiring guide and sample code link. The listing states it will take about 10 minutes to get the screen going. In all honesty I’m not sure it even took that long. Seriously. More like five minutes. In 10 minutes i cut paste some demo dht11 code into this DSD code and had a thermometer with humidity on screen. Screen draw is pretty fast under nano. Sine wave demo looks pretty nice. The main header is pre-soldered. The SD header is not included. I am an arduino beginner but do have some previous mcu experience. This review is unsolicited. I buy these parts with my own money and provide you with an honest unbiased review. ⭐️⭐️⭐️⭐️⭐️

W**R

Works Best When Powered With 5 Volts

While the display will function on 3.3v, it was dim and was hard for me to read in a lighted room. When I changed the circuit to power the display with 5 volts (using a level shifter to translate the signal lines between 3.3v on the MCU side and 5 volts on the display side) the display became bright, crisp, and very easy to read in a lighted room. Now that I'm powering it with 5 volts, I'm very happy with it.

R**B

small but OK

This is for a project I am building

P**L

Great little display

Very similar to the 2.4" and 2.8" TFT displays, It just needs a different library. ST7735 instead of the ILI9341 that the larger displays use. Pin layout is different also, but the display works great

A**E

Great support

Nice product. Clear image. EXCELLENT customer service. Had an issue trying to set this up on a Nano. I emailed there support. This guy Eric was so awesome helping me out.

Common Questions

Trustpilot

TrustScore 4.5 | 7,300+ reviews

Farhan Q.

The delivery time was excellent, and the packaging was secure.

2 months ago

Abdullah B.

Great price for an authentic product. Fast international shipping too!

3 weeks ago

Shop Global, Save with Desertcart
Value for Money
Competitive prices on a vast range of products
Shop Globally
Serving millions of shoppers across more than 100 countries
Enhanced Protection
Trusted payment options loved by worldwide shoppers
Customer Assurance
Trusted payment options loved by worldwide shoppers.
Desertcart App
Shop on the go, anytime, anywhere.
$745

Duties & taxes incl.

Mexicostore
1
Free Shipping

with PRO Membership

Free Returns

30 daysfor PRO membership users

15 dayswithout membership

Secure Transaction

Trustpilot

TrustScore 4.5 | 7,300+ reviews

Abdullah B.

Great price for an authentic product. Fast international shipping too!

3 weeks ago

Meera L.

Smooth transaction and product arrived in perfect condition.

3 weeks ago

Dsd Tech 1 8 Inch Tft Lcd Display Module Spi | Desertcart Mexico