• Banner

    IPS LCD 1.3″ 240×240 RGB Display ST7789 Robotics Bangladesh
    • IPS LCD 1.3″ 240×240 RGB Display ST7789 Robotics Bangladesh
    • IPS LCD 1.3″ 240×240 RGB Display ST7789 Robotics Bangladesh

    IPS LCD 1.3″ 240×240 RGB Display ST7789

    RBD-2468

    • 1.3″ IPS LCD with 240×240 high-resolution full-color display (260 PPI)
    • Wide ±80° viewing angle, similar to OLED but more durable
    • ST7789 controller with SPI interface for fast communication
    • Operates at 3.3V; requires level shifting for use with 5V MCUs
    • Compact module, ideal for wearable devices, GUIs, and robotics projects
    • Perfect for projects like Adafruit Uncanny Eyes on Teensy 4.1
    BDT 490
    BDT 490 BDT 490 BDT 490 BDT 490
    Tax excluded Tax includedTax excludedTax includedTax excluded
    BDT 490 Tax excluded
    BDT 490 Tax included
    BDT 0 Tax
    BDT 490 Tax excluded
    BDT 0 Tax
    BDT 490 Tax included
    Quantity
    Last items in stock
    3 Items

    55 people have purchased this item
    3 people recently added this item to the cart
    Only 3 items left in stock
    Description

    The IPS LCD 1.3″ 240×240 RGB Display ST7789 is a high-quality full-color screen designed for compact electronics projects. With its 240×240 resolution at 260 pixels per inch (PPI), it provides crisp and vibrant visuals while maintaining a wide ±80° viewing angle similar to OLED technology. Powered by the ST7789 controller, it uses an SPI interface for efficient data transfer and smooth graphics rendering. Operating at 3.3V, this module requires logic level shifting when interfaced with 5V microcontrollers like Arduino UNO to avoid damage. Its compact size and superior clarity make it suitable for user interfaces, wearables, handheld devices, smart meters, and creative robotics applications. Featured By RoboticsBD.

    Product Images are shown for illustrative purposes only and may differ from the actual product.

    RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD 

    Features:

    1. High-resolution 240×240 IPS LCD for crisp and colorful graphics.

    2. Wide ±80° viewing angle ensures clear visibility from multiple directions.

    3. SPI communication interface for fast and reliable data transfer.

    4. Compact 1.3″ module ideal for space-constrained projects.

    5. ST7789 LCD controller ensures stable performance and compatibility.

    6. Operates at 3.3V; safe integration requires level shifters for 5V boards.

    7. Lightweight design makes it perfect for portable and wearable devices.

    RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD 

    Applications:

    1. DIY electronics projects with high-quality display needs.

    2. Wearable devices and compact handheld controllers.

    3. Robotics projects requiring status displays or GUIs.

    4. Smart meters, IoT dashboards, and sensor readouts.

    5. Creative visual projects such as Adafruit Uncanny Eyes with Teensy 4.1.

    6. Portable test equipment and compact control panels.

    RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD 

    General Specifications
    SpecificationDetails
    Display TypeIPS LCD (not OLED)
    Screen Size1.3″
    Resolution240 × 240 pixels
    Pixel Density260 PPI
    Viewing Angle±80°
    Controller ICST7789
    InterfaceSPI (no CS pin)
    Operating Voltage3.3V
    Backlight ControlTransistor with passive components
    Logic CompatibilityRequires level shifting for 5V MCUs
    Recommended MCUTeensy 4.1, ESP32, STM32, Raspberry Pi
    Shipment Weight0.0171 kg
    Shipment Dimensions4 × 3 × 3 cm

    Please allow 5% measuring deviation due to manual measurement.

    RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD 

    Documentation:

    Module Connections

    Connection to the display is via a 7-pin header.

    1 x 7 Header

    • GND – Connect to system ground.  This ground needs to be in common with the MCU.
    • VCC –  Connect to 3.3V.  This can come from the MCU or  separate power supply.
    • SCL –  Connects to SPI SCL (Clock)
    • SDA – Connect to SPI MOSI (Data)
    • RES – Reset for the ST7789 LCD controller.  Normally HIGH, pull LOW to reset
    • DC –   Data / Command.  Determines type type of data being sent to the display.  LOW = Command, HIGH = Data
    • BLK – Backlight Control.  If left unconnected, the backlight is always on.  Pull LOW to turn off

    RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD 

    OUR EVALUATION RESULTS:

    These are interesting modules to work with since they have full color and graphical capability with good library support.

    These modules are breadboard friendly with a 7-pin header on the back that can be inserted into a solderless breadboard or a 7-pin female connector can be used to connect to it if the display is to be mounted.  The display is mounted on a PCB which helps provide support, but be sure to press on the header pins when applying pressure to insert them into a breadboard and not press on the glass to avoid possible damage.

    Though these displays can seem to be a bit intimidating to use at first, especially with a lack of a CS pin, just follow these steps to get up and running very easily.

    RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD 

    Connecting the Display

    Connect VCC to  3.3V and GND to ground on the MCU.

    Connect the SPI lines.  In our example we are using hardware SPI as it gives the best performance.  Module SCL pin goes to the SPI SCK line on the MCU and module SDA goes to the SPI MOSI line on the MCU.  These pins will be different depending on which MCU your are using.  The SPI SCK is pin 13 on Uno and pin 52 on Mega 2560.  MOSI is pin 11 on Uno and pin 51 on Mega 2560.

    Connect DC to pin 8 and RST to pin 9.  The BLK pin can be left unconnected which will leave the backlight on all the time.

    If you are using a 3.3V MCU, these lines can be connected directly.  If you are using a 5V MCU, then be sure to use a logic level converter like shown at the bottom of the page.

    RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD 

    Install Arduino ST7789 Library

    Install the Arduino-ST7789-Library.  You will need to manually download it from the GitHub site as it is not available via the Arduino IDE library manager.  This library is a modified version of the original Adafruit library which makes it easy to use with the displays that do not have a CS pin as well as those that do.  https://github.com/ananevilya/Arduino-ST7789-Library

    RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD 

    Download and Run Program

    The program below is a modified version of the example program that gets installed with the library.  Mainly it was pruned down in size and the changes below already incorporated.

    If you instead want to use the example program, make the following changes.

    Uncomment this line:  //Arduino_ST7789 tft = Arduino_ST7789(TFT_DC, TFT_RST); //for display without CS pin

    Comment out this line:  Arduino_ST7789 tft = Arduino_ST7789(-1, TFT_RST, TFT_MOSI, TFT_SCLK, TFT_CS); //for display with CS pin and DC via 9bit SPI

    This change uses the hardware SPI lines on the MCU for fastest operation.  You can also use Software SPI by uncommenting this line instead:  //Arduino_ST7789 tft = Arduino_ST7789(TFT_DC, TFT_RST, TFT_MOSI, TFT_SCLK); //for display without CS pin which is slower, but allows you to use any pins you want for the SPI interface.

    RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD 

    ST7789 LCD Test Program
    /***************************************************
      This is a library for the ST7789 IPS SPI display.
    
      Originally written by Limor Fried/Ladyada for Adafruit Industries.
      Modified by Ananev Ilia
      Further modified by Ken Hahn - ProtoSupplies.com
     ****************************************************/
    
    #include <Adafruit_GFX.h>   // Core graphics library by Adafruit
    #include <Arduino_ST7789.h> // Library for ST7789 (with or without CS pin)
    #include <SPI.h>
    
    #define TFT_DC    8     // Data/Command
    #define TFT_RST   9     // ST7789 Reset
    #define TFT_MOSI  11    // SPI data pin
    #define TFT_SCLK  13    // SPI sclk pin
    
    // For Hardware SPI
    // Using hardware SPI pins (11, 13 on UNO; 51, 52 on MEGA; ICSP-4, ICSP-3 on DUE and etc)
    Arduino_ST7789 tft = Arduino_ST7789(TFT_DC, TFT_RST); //for display without CS pin
    
    // Using software SPI on any available pins.  Define above if changes are needed (slower)
    //Arduino_ST7789 tft = Arduino_ST7789(TFT_DC, TFT_RST, TFT_MOSI, TFT_SCLK); //for display without CS pin
    
    float p = 3.1415926;
    //===============================================================================
    //  Initialization
    //===============================================================================
    void setup() {
    
      tft.init(240, 240);   // initialize ST7789 chip at 240x240 pixels
    
      // Paint red/green/blue rectangles
      tft.fillRect(0, 0 , 240, 80, RED);
      tft.fillRect(0, 80 , 240, 160, GREEN);
      tft.fillRect(0, 160 , 240, 240, BLUE);
      delay (1000);
    
       // large block of text
      tft.fillScreen(BLACK);
      testdrawtext("Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur adipiscing ante sed nibh tincidunt feugiat. Maecenas enim massa, fringilla sed malesuada et, malesuada sit amet turpis. Sed porttitor neque ut ante pretium vitae malesuada nunc bibendum. Nullam aliquet ultrices massa eu hendrerit. Ut sed nisi lorem. In vestibulum purus a tortor imperdiet posuere. ", WHITE);
      delay(1000);
    
      // a single pixel
      tft.drawPixel(tft.width()/2, tft.height()/2, GREEN);
      delay(1000);
    
      // line draw test
      testlines(YELLOW);
      delay(1000);
    
      // optimized lines
      testfastlines(RED, BLUE);
      delay(1000);
    
      testdrawrects(GREEN);
      delay(1000);
    
      testfillrects(YELLOW, MAGENTA);
      delay(1000);
    
      tft.fillScreen(BLACK);
      testfillcircles(10, BLUE);
      testdrawcircles(10, WHITE);
      delay(1000);
    
      testroundrects();
      delay(1000);
    
      testtriangles();
      delay(1000);
    
      mediabuttons();
      delay(1000);
    }
    //===============================================================================
    //  Main
    //===============================================================================
    void loop() {
     
      tft.invertDisplay(true);
      delay(500);
      tft.invertDisplay(false);
      delay(500);
    }
    //===============================================================================
    //  Subroutines
    //===============================================================================
    void testlines(uint16_t color) {
      tft.fillScreen(BLACK);
      for (int16_t x=0; x < tft.width(); x+=6) {
        tft.drawLine(0, 0, x, tft.height()-1, color);
      }
      for (int16_t y=0; y < tft.height(); y+=6) {
        tft.drawLine(0, 0, tft.width()-1, y, color);
      }
    }
    
    void testdrawtext(char *text, uint16_t color) {
      tft.setCursor(0, 0);
      tft.setTextColor(color);
      tft.setTextWrap(true);
      tft.print(text);
    }
    
    void testfastlines(uint16_t color1, uint16_t color2) {
      tft.fillScreen(BLACK);
      for (int16_t y=0; y < tft.height(); y+=5) {
        tft.drawFastHLine(0, y, tft.width(), color1);
      }
      for (int16_t x=0; x < tft.width(); x+=5) {
        tft.drawFastVLine(x, 0, tft.height(), color2);
      }
    }
    
    void testdrawrects(uint16_t color) {
      tft.fillScreen(BLACK);
      for (int16_t x=0; x < tft.width(); x+=6) {
        tft.drawRect(tft.width()/2 -x/2, tft.height()/2 -x/2 , x, x, color);
      }
    }
    
    void testfillrects(uint16_t color1, uint16_t color2) {
      tft.fillScreen(BLACK);
      for (int16_t x=tft.width()-1; x > 6; x-=6) {
        tft.fillRect(tft.width()/2 -x/2, tft.height()/2 -x/2 , x, x, color1);
        tft.drawRect(tft.width()/2 -x/2, tft.height()/2 -x/2 , x, x, color2);
      }
    }
    
    void testfillcircles(uint8_t radius, uint16_t color) {
      for (int16_t x=radius; x < tft.width(); x+=radius*2) {
        for (int16_t y=radius; y < tft.height(); y+=radius*2) {
          tft.fillCircle(x, y, radius, color);
        }
      }
    }
    
    void testdrawcircles(uint8_t radius, uint16_t color) {
      for (int16_t x=0; x < tft.width()+radius; x+=radius*2) {
        for (int16_t y=0; y < tft.height()+radius; y+=radius*2) {
          tft.drawCircle(x, y, radius, color);
        }
      }
    }
    
    void testtriangles() {
      tft.fillScreen(BLACK);
      int color = 0xF800;
      int t;
      int w = tft.width()/2;
      int x 
    Product Details
    RBD-2468
    3 Items

    Specific References

    EAN13
    2468
    Comments (0)
    Grade
    No customer reviews for the moment.
    16 other products in the same category:
    P2.5 Indoor RGB LED Matrix Display Module Robotics Bangladesh P2.5 Indoor RGB LED Matrix Display Module Robotics Bangladesh

    Reference: RBD-4039

    P2.5 Indoor RGB LED Matrix Display Module

    (0)
    The P2.5 Indoor RGB LED Matrix Module is a high-resolution full-color LED display unit designed for indoor video walls, digital signage, dashboards, clocks, and DIY display projects. With a 2.5 mm pixel pitch and 64×64 pixel resolution, this module delivers sharp visuals, smooth motion, and vibrant colors at close viewing distances. This module uses SMD...
    BDT 2,850
    BDT 2,850 tax incl.
    BDT 2,850 tax excl.
    BDT 2,850 tax excl.
    BDT 2,850 tax incl.
    BDT 2,850 tax incl.
    BDT 0 Tax
    BDT 2,850 tax excl.
    BDT 2,850 tax excl.
    BDT 0 Tax
    BDT 2,850 tax incl.
    More P2.5 Indoor RGB LED Matrix Display Module
    In stock
    In stock: 20

    Reference: RBD-1305

    0.56 Inch 1 Digit 7 Segment Red Common Cathode Display

    (0)
    Bright Red LED chip, which is made from AlGaAs on GaAs substrate Blackface and RED LED segments Type: Common anode No. of Pins: 10 Low Current Consumption High Brightness
    BDT 17 BDT 20
    BDT 20 BDT 17 tax incl.
    BDT 20 BDT 17 tax excl.
    BDT 20 BDT 17 tax excl.
    BDT 20 BDT 17 tax incl.
    BDT 20 BDT 17 tax incl.
    BDT 0 BDT 0 Tax
    BDT 20 BDT 17 tax excl.
    BDT 20 BDT 17 tax excl.
    BDT 0 BDT 0 Tax
    BDT 20 BDT 17 tax incl.
    More 0.56 Inch 1 Digit 7 Segment Red Common Cathode Display
    In-Stock
    In stock: 200
    22 inch 10 Touch Points IR Touch Screen/IR Touch Panel, IR Touch Frame, IR Touch Overlay Kit Robotics Bangladesh 22 inch 10 Touch Points IR Touch Screen/IR Touch Panel, IR Touch Frame, IR Touch Overlay Kit Robotics Bangladesh

    Reference: RBD-3425

    21 inch 10 Touch Points IR Touch Screen/IR Touch Panel, IR Touch Frame, IR Touch Overlay Kit

    (0)
    21 Inch 10 Touch Points IR Touch Screen frame for converting regular displays into touch monitorsSupports multi-touch gestures including zoom, rotate, drag, and drawFast ≤15ms response time for smooth and accurate touch performanceUSB interface for quick plug-and-play connectivityWorks with Windows, Android, Linux, and macOS (driver required for...
    BDT 9,950
    BDT 9,950 tax incl.
    BDT 9,950 tax excl.
    BDT 9,950 tax excl.
    BDT 9,950 tax incl.
    BDT 9,950 tax incl.
    BDT 0 Tax
    BDT 9,950 tax excl.
    BDT 9,950 tax excl.
    BDT 0 Tax
    BDT 9,950 tax incl.
    More 21 inch 10 Touch Points IR Touch Screen/IR Touch Panel, IR Touch Frame, IR Touch Overlay Kit
    Last items in stock
    In stock: 3
    10 Digit LED Bar Graph Display Robotics Bangladesh

    Reference: RBD-1109

    10 Digit LED Bar Graph Display

    (0)
    Bright Red LED chip, which is made from AlGaAs on GaAs substrate Blackface and RED LED segments Type: Common cathode No. of Pins: 20 Low Current Consumption High Brightness
    BDT 80
    BDT 80 tax incl.
    BDT 80 tax excl.
    BDT 80 tax excl.
    BDT 80 tax incl.
    BDT 80 tax incl.
    BDT 0 Tax
    BDT 80 tax excl.
    BDT 80 tax excl.
    BDT 0 Tax
    BDT 80 tax incl.
    More 10 Digit LED Bar Graph Display
    In-Stock
    In stock: 59
    ESP32-P4 7-Inch IPS Smart Display with Touch Wi-Fi & Bluetooth HMI Development Board Robotics Bangladesh ESP32-P4 7-Inch IPS Smart Display with Touch Wi-Fi & Bluetooth HMI Development Board Robotics Bangladesh

    Reference: RBD-3832

    ESP32-P4 7-Inch IPS Smart Display with Touch Wi-Fi & Bluetooth HMI Development Board

    (0)
    ESP32-P4 7-Inch IPS Smart Display with Touch – Wi-Fi & Bluetooth HMI Development Board (1024×600, ESP32-C6, Camera & Audio Interface)
    BDT 9,950
    BDT 9,950 tax incl.
    BDT 9,950 tax excl.
    BDT 9,950 tax excl.
    BDT 9,950 tax incl.
    BDT 9,950 tax incl.
    BDT 0 Tax
    BDT 9,950 tax excl.
    BDT 9,950 tax excl.
    BDT 0 Tax
    BDT 9,950 tax incl.
    More ESP32-P4 7-Inch IPS Smart Display with Touch Wi-Fi & Bluetooth HMI Development Board
    In stock
    In stock: 6

    Reference: RBD-2901

    IPS 9.7 Inch 2K LCD Display 2048 x 1536 - DIY Casing

    (0)
    9.7-inch IPS LCD Display Screen Monitor Crystal-clear 2048x1536 resolution Easy DIY installation External monitor for computers and other devices.
    BDT 10,990 BDT 11,499
    BDT 11,499 BDT 10,990 tax incl.
    BDT 11,499 BDT 10,990 tax excl.
    BDT 11,499 BDT 10,990 tax excl.
    BDT 11,499 BDT 10,990 tax incl.
    BDT 11,499 BDT 10,990 tax incl.
    BDT 0 BDT 0 Tax
    BDT 11,499 BDT 10,990 tax excl.
    BDT 11,499 BDT 10,990 tax excl.
    BDT 0 BDT 0 Tax
    BDT 11,499 BDT 10,990 tax incl.
    More IPS 9.7 Inch 2K LCD Display 2048 x 1536 - DIY Casing
    Last items in stock
    In stock: 1
    ESP32 Development Board with 2.8 Inch TFT Touch Display Robotics Bangladesh

    Reference: RBD-3951

    ESP32 Development Board with 2.8 Inch TFT Touch Display

    (0)
    The ESP32 2.8 inch TFT Touch Display Module is a compact all in one development platform combining a dual core ESP32 processor, WiFi and Bluetooth connectivity, and a bright IPS touchscreen. Ideal for IoT dashboards, graphical interfaces, automation panels and smart device controllers. Designed for makers and professionals who need a ready to use display...
    BDT 2,350
    BDT 2,350 tax incl.
    BDT 2,350 tax excl.
    BDT 2,350 tax excl.
    BDT 2,350 tax incl.
    BDT 2,350 tax incl.
    BDT 0 Tax
    BDT 2,350 tax excl.
    BDT 2,350 tax excl.
    BDT 0 Tax
    BDT 2,350 tax incl.
    More ESP32 Development Board with 2.8 Inch TFT Touch Display
    In stock
    In stock: 7
    DS1302 Rotating LED Display Alarm Electronic Clock Module LED Temperature Display Robotics Bangladesh DS1302 Rotating LED Display Alarm Electronic Clock Module LED Temperature Display Robotics Bangladesh

    Reference: RBD-1726

    DS1302 Rotating LED Display Alarm Electronic Clock Module LED Temperature Display

    (0)
    DS1302 RTC Rotating LED Display Alarm Electronic Clock Module LED Temperature Display
    BDT 1,050
    BDT 1,050 tax incl.
    BDT 1,050 tax excl.
    BDT 1,050 tax excl.
    BDT 1,050 tax incl.
    BDT 1,050 tax incl.
    BDT 0 Tax
    BDT 1,050 tax excl.
    BDT 1,050 tax excl.
    BDT 0 Tax
    BDT 1,050 tax incl.
    More DS1302 Rotating LED Display Alarm Electronic Clock Module LED Temperature Display
    In-Stock
    In stock: 31
    3.5 Inch IPS TYPE-C Secondary Screen CPU GPU RAM HDD Monitoring USB Display Robotics Bangladesh 3.5 Inch IPS TYPE-C Secondary Screen CPU GPU RAM HDD Monitoring USB Display Robotics Bangladesh

    Reference: RBD-2060

    3.5 Inch IPS TYPE-C Secondary Screen CPU GPU RAM HDD Monitoring USB Display

    (0)
    3.5 Inch IPS TYPE-C Secondary Screen CPU GPU RAM HDD Monitoring USB Display
    BDT 4,690
    BDT 4,690 tax incl.
    BDT 4,690 tax excl.
    BDT 4,690 tax excl.
    BDT 4,690 tax incl.
    BDT 4,690 tax incl.
    BDT 0 Tax
    BDT 4,690 tax excl.
    BDT 4,690 tax excl.
    BDT 0 Tax
    BDT 4,690 tax incl.
    More 3.5 Inch IPS TYPE-C Secondary Screen CPU GPU RAM HDD Monitoring USB Display
    In-Stock
    In stock: 4
    3.5inch Resistive Touch Display (B) for Raspberry Pi Robotics Bangladesh 3.5inch Resistive Touch Display (B) for Raspberry Pi Robotics Bangladesh

    Reference: RBD-0339

    Brand: Waveshare

    3.5inch Resistive Touch Display (B) for Raspberry Pi

    (0)
    3.5inch Resistive Touch Display (B) For Raspberry Pi 480×320 IPS Screen SPICheck out New Product 3.5inch HDMI Display-B
    BDT 4,100
    BDT 4,100 tax incl.
    BDT 4,100 tax excl.
    BDT 4,100 tax excl.
    BDT 4,100 tax incl.
    BDT 4,100 tax incl.
    BDT 0 Tax
    BDT 4,100 tax excl.
    BDT 4,100 tax excl.
    BDT 0 Tax
    BDT 4,100 tax incl.
    More 3.5inch Resistive Touch Display (B) for Raspberry Pi
    Last items in stock
    In stock: 3
    LCD Cape - pcDuino V3 (1024x600 7" LVDS) Robotics Bangladesh LCD Cape - pcDuino V3 (1024x600 7" LVDS) Robotics Bangladesh

    Reference: RBD-0234

    Brand: SparkFun Electronics

    LCD Cape - pcDuino V3 (1024x600 7" LVDS)

    (0)
    Description: This is a 7" LVDS LCD Cape for the pcDuino V3  with a 1024x600 screen resolution and capacitive touch from  LinkSprite. This massive screen is a great addition for the  pcDuino V3 that compliments its extreme versatility as a mini  PC development platform. 
    BDT 7,500
    BDT 7,500 tax incl.
    BDT 7,500 tax excl.
    BDT 7,500 tax excl.
    BDT 7,500 tax incl.
    BDT 7,500 tax incl.
    BDT 0 Tax
    BDT 7,500 tax excl.
    BDT 7,500 tax excl.
    BDT 0 Tax
    BDT 7,500 tax incl.
    More LCD Cape - pcDuino V3 (1024x600 7" LVDS)
    Last items in stock
    In stock: 1

    Reference: RBD-1328

    0.96" Inch I2C OLED Display White

    (0)
    Size: 0.96 inch Resolution: 128 x 64 Controlling Chip: SSH1106 Display Area: 21.74 x 10.86mm Driving Voltage: 3.3-5V Operating Temperature: -40~70 celsius Interface Type: IIC Light Color: White
    BDT 350 BDT 395
    BDT 395 BDT 350 tax incl.
    BDT 395 BDT 350 tax excl.
    BDT 395 BDT 350 tax excl.
    BDT 395 BDT 350 tax incl.
    BDT 395 BDT 350 tax incl.
    BDT 0 BDT 0 Tax
    BDT 395 BDT 350 tax excl.
    BDT 395 BDT 350 tax excl.
    BDT 0 BDT 0 Tax
    BDT 395 BDT 350 tax incl.
    More 0.96" Inch I2C OLED Display White
    Sold-out
    In stock: 0
    Raspberry Pi 7inch HDMI Touchscreen LCD with Case Robotics Bangladesh Raspberry Pi 7inch HDMI Touchscreen LCD with Case Robotics Bangladesh

    Reference: RBD-1167

    Brand: Waveshare

    Raspberry Pi 7inch HDMI Touchscreen LCD with Case Waveshare

    (0)
    Resolution:1024 x 600 Display Port: HDMI Touch Type: Capacitive Touch Points:5 points 7-inch IPS screen with a hardware resolution of 1024×600. 5-points capacitive touch control. Using Raspberry Pi, it supports Raspbian / Ubuntu / Kali / Retropie and WIN10 IoT, no need to install any drivers.
    BDT 6,880
    BDT 6,880 tax incl.
    BDT 6,880 tax excl.
    BDT 6,880 tax excl.
    BDT 6,880 tax incl.
    BDT 6,880 tax incl.
    BDT 0 Tax
    BDT 6,880 tax excl.
    BDT 6,880 tax excl.
    BDT 0 Tax
    BDT 6,880 tax incl.
    More Raspberry Pi 7inch HDMI Touchscreen LCD with Case Waveshare
    In-Stock
    In stock: 7
    Sold-out 1.3 Inch I2C OLED Display Module 4pin- Blue Robotics Bangladesh

    Reference: RBD-1064

    1.3 Inch I2C OLED Display Module 4pin- Blue

    (0)
    Size: 1.3 inch Resolution: 128 x 64 Controlling Chip: SSH1106 Driving Voltage: 3.3-5V Operating Temperature: -40~70 celsius Interface Type: IIC Light Color: BlueIf you want to purchase White color 1.3 inch OLED display module click here
    BDT 450
    BDT 450 tax incl.
    BDT 450 tax excl.
    BDT 450 tax excl.
    BDT 450 tax incl.
    BDT 450 tax incl.
    BDT 0 Tax
    BDT 450 tax excl.
    BDT 450 tax excl.
    BDT 0 Tax
    BDT 450 tax incl.
    More 1.3 Inch I2C OLED Display Module 4pin- Blue
    Sold-out
    In stock: 0
    Nextion 7" Display NX8048K070 Resistive Touch Screen HMI Display Robotics Bangladesh Nextion 7" Display NX8048K070 Resistive Touch Screen HMI Display Robotics Bangladesh

    Reference: RBD-2166

    Nextion 7" Display NX8048K070 Resistive Touch Screen HMI Display

    (0)
    Nextion 7" Display NX8048K070 Resistive Touch Screen HMI Display High-quality touch screen panel with 800x480 resolution UART communication interface for easy integration with Arduino and Raspberry Pi Enhanced version with additional features like built-in RTC, data saving to Flash, GPIO support, larger flash capacity, and faster CPU Includes both...
    BDT 14,450
    BDT 14,450 tax incl.
    BDT 14,450 tax excl.
    BDT 14,450 tax excl.
    BDT 14,450 tax incl.
    BDT 14,450 tax incl.
    BDT 0 Tax
    BDT 14,450 tax excl.
    BDT 14,450 tax excl.
    BDT 0 Tax
    BDT 14,450 tax incl.
    More Nextion 7" Display NX8048K070 Resistive Touch Screen HMI Display
    In-Stock
    In stock: 8
    LCD 16x2 Blue Backlight Robotics Bangladesh LCD 16x2 Blue Backlight Robotics Bangladesh

    Reference: RBD-1642

    LCD 16x2 Blue Backlight

    (0)
    For Standard LCD 16x2 with Male Header. Press here For Standard LCD 16x2 with Female Header. Press here For Standard LCD 16x2 with I2C adapter board soldered. Press here. For Standard LCD 16x2 with White Background. Press here. For Standard LCD 16x2 with Blue Background. Press here.
    BDT 195
    BDT 195 tax incl.
    BDT 195 tax excl.
    BDT 195 tax excl.
    BDT 195 tax incl.
    BDT 195 tax incl.
    BDT 0 Tax
    BDT 195 tax excl.
    BDT 195 tax excl.
    BDT 0 Tax
    BDT 195 tax incl.
    More LCD 16x2 Blue Backlight
    In-Stock
    In stock: 473

    Follow us on Facebook