• 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:
    Adafruit RGB Matrix Bonnet for Raspberry Pi Robotics Bangladesh

    Reference: RBD-3820

    Adafruit RGB Matrix Bonnet for Raspberry Pi

    (0)
    You can now create a dazzling display with your Raspberry Pi with the Adafruit RGB Matrix Bonnet. These boards plug into your Pi and make it super easy to control RGB matrices such as those we stock in the shop and create a colorful scrolling display or mini LED wall with ease.
    BDT 5,150
    BDT 5,150 tax incl.
    BDT 5,150 tax excl.
    BDT 5,150 tax excl.
    BDT 5,150 tax incl.
    BDT 5,150 tax incl.
    BDT 0 Tax
    BDT 5,150 tax excl.
    BDT 5,150 tax excl.
    BDT 0 Tax
    BDT 5,150 tax incl.
    More Adafruit RGB Matrix Bonnet for Raspberry Pi
    Last items in stock
    In stock: 2
    0.56 Inch 1 Digit 7 Segment Red Common Anode Display Robotics Bangladesh 0.56 Inch 1 Digit 7 Segment Red Common Anode Display Robotics Bangladesh

    Reference: RBD-2578

    0.56 Inch 1 Digit 7 Segment Red Common Anode Display

    (0)
    Bright red LED display for clear visibility Common anode configuration for simple wiring Displays a single digit (0-9) 10 pins for easy connection Versatile for various electronic projects
    BDT 18
    BDT 18 tax incl.
    BDT 18 tax excl.
    BDT 18 tax excl.
    BDT 18 tax incl.
    BDT 18 tax incl.
    BDT 0 Tax
    BDT 18 tax excl.
    BDT 18 tax excl.
    BDT 0 Tax
    BDT 18 tax incl.
    More 0.56 Inch 1 Digit 7 Segment Red Common Anode Display
    In-Stock
    In stock: 141
    Mini HDMI Male to HDMI Female Adapter Robotics Bangladesh Mini HDMI Male to HDMI Female Adapter Robotics Bangladesh

    Reference: RBD-2969

    Mini HDMI Male to HDMI Female Adapter

    (0)
    Converts standard HDMI cable to mini HDMI (Type C) port. Ideal for digital camcorders and cameras. Outputs high-definition video and audio to TV. Gold-plated connectors for durability and signal integrity. Compact and portable design for on-the-go use.
    BDT 150
    BDT 150 tax incl.
    BDT 150 tax excl.
    BDT 150 tax excl.
    BDT 150 tax incl.
    BDT 150 tax incl.
    BDT 0 Tax
    BDT 150 tax excl.
    BDT 150 tax excl.
    BDT 0 Tax
    BDT 150 tax incl.
    More Mini HDMI Male to HDMI Female Adapter
    In-Stock
    In stock: 9
    LCD Graphic 128x64 Display ST7920 12864B Robotics Bangladesh LCD Graphic 128x64 Display ST7920 12864B Robotics Bangladesh

    Reference: RBD-1335

    LCD Graphic 128x64 Display ST7920 12864B

    (0)
    Based on ST7920 Resolution: 128 X 64 pixels Operating voltage: 5V Viewing Area: 72mm x 40mm Display mode TN/STN
    BDT 995
    BDT 995 tax incl.
    BDT 995 tax excl.
    BDT 995 tax excl.
    BDT 995 tax incl.
    BDT 995 tax incl.
    BDT 0 Tax
    BDT 995 tax excl.
    BDT 995 tax excl.
    BDT 0 Tax
    BDT 995 tax incl.
    More LCD Graphic 128x64 Display ST7920 12864B
    In-Stock
    In stock: 27
    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
    Raspberry Pi HDMI Touch Display 5 Inch 800x480 Robotics Bangladesh Raspberry Pi HDMI Touch Display 5 Inch 800x480 Robotics Bangladesh

    Reference: RBD-0947

    Raspberry Pi HDMI Touch Display 5 Inch 800x480

    (0)
    5-inch LCD display. 800×480 screen resolution. 170º viewing angle. HDMI interface for displaying. Supports popular game consoles like Microsoft XBOX360, Sony PS4, and Nintendo Switch. Raspberry Pi, Windows, Jetson Nano, BB Black, Banana Pi device & system support.
    BDT 4,250
    BDT 4,250 tax incl.
    BDT 4,250 tax excl.
    BDT 4,250 tax excl.
    BDT 4,250 tax incl.
    BDT 4,250 tax incl.
    BDT 0 Tax
    BDT 4,250 tax excl.
    BDT 4,250 tax excl.
    BDT 0 Tax
    BDT 4,250 tax incl.
    More Raspberry Pi HDMI Touch Display 5 Inch 800x480
    In-Stock
    In stock: 6

    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
    I2C LCD Adapter Module Robotics Bangladesh I2C LCD Adapter Module Robotics Bangladesh

    Reference: RBD-0433

    I2C LCD Adapter Module

    (0)
    5V power supply. Serial I2C control of LCD display using PCF8574. RoboticsBD Backlight can be enabled or disabled via a jumper on the board. Contrast control via a potentiometer. Can have 8 modules on a single I2C bus (change address via solder jumpers)address, allowing.
    BDT 90
    BDT 90 tax incl.
    BDT 90 tax excl.
    BDT 90 tax excl.
    BDT 90 tax incl.
    BDT 90 tax incl.
    BDT 0 Tax
    BDT 90 tax excl.
    BDT 90 tax excl.
    BDT 0 Tax
    BDT 90 tax incl.
    More I2C LCD Adapter Module
    In Stock
    In stock: 247

    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
    E-Ink Electronic E-paper Display Screen Module 200x200, 1. E-Ink Electronic E-paper Display Screen Module 200x200, 1.

    Reference: RBD-1759

    Brand: Waveshare

    E-Ink Electronic E-paper Display Screen Module 200x200, 1.54inch

    (0)
    Display Resolution: 200 x 200 Display Screen Color: Black and White No backlight so keeps displaying last content for a long time even when the power is down Ultra low power consumption, basically power is only required for refreshing SPI interface, for connecting with controller boards like Raspberry Pi/Arduino/Nucleo, etc.
    BDT 1,439
    BDT 1,439 tax incl.
    BDT 1,439 tax excl.
    BDT 1,439 tax excl.
    BDT 1,439 tax incl.
    BDT 1,439 tax incl.
    BDT 0 Tax
    BDT 1,439 tax excl.
    BDT 1,439 tax excl.
    BDT 0 Tax
    BDT 1,439 tax incl.
    More E-Ink Electronic E-paper Display Screen Module 200x200, 1.54inch
    In-Stock
    In stock: 4
    Nextion NX8048T050 - 5.0" LCD TFT HMI Touch Display Robotics Bangladesh

    Reference: RBD-1218

    Nextion NX8048T050 - 5.0" LCD TFT HMI Touch Display

    (0)
    Model No.:NX8048T050 Display Type:011R(R:Resitive Touchscreen) Operating Voltage (VDC):4.75 ~ 7 Max. Operating Current (mA):410 Touch Type: Resistive Colors:65K (65536)
    BDT 10,590
    BDT 10,590 tax incl.
    BDT 10,590 tax excl.
    BDT 10,590 tax excl.
    BDT 10,590 tax incl.
    BDT 10,590 tax incl.
    BDT 0 Tax
    BDT 10,590 tax excl.
    BDT 10,590 tax excl.
    BDT 0 Tax
    BDT 10,590 tax incl.
    More Nextion NX8048T050 - 5.0" LCD TFT HMI Touch Display
    In-Stock
    In stock: 14
    TM1637 LED Display Module for Arduino Robotics Bangladesh TM1637 LED Display Module for Arduino Robotics Bangladesh

    Reference: RBD-0924

    TM1637 LED Display Module for Arduino

    (0)
    Driver Chip: MAX7219 Input Voltage: 3.7 to 5.3 V Input Current: 30 mA Display Dimensions: 42x24x12 (LxWxH) mm
    BDT 120
    BDT 120 tax incl.
    BDT 120 tax excl.
    BDT 120 tax excl.
    BDT 120 tax incl.
    BDT 120 tax incl.
    BDT 0 Tax
    BDT 120 tax excl.
    BDT 120 tax excl.
    BDT 0 Tax
    BDT 120 tax incl.
    More TM1637 LED Display Module for Arduino
    In-Stock
    In stock: 64
    LCD Graphic 128x64 Display KS0108 12864A Robotics Bangladesh LCD Graphic 128x64 Display KS0108 12864A Robotics Bangladesh

    Reference: RBD-2040

    LCD Graphic 128x64 Display KS0108 12864A

    (0)
    Blue background with 128 x 64 'monochrome' white pixels Low power white LED backlight The LCD is driven by onboard 5V parallel interface chipset KS0108 and KS0107. They are extremely common and well documented
    BDT 1,080
    BDT 1,080 tax incl.
    BDT 1,080 tax excl.
    BDT 1,080 tax excl.
    BDT 1,080 tax incl.
    BDT 1,080 tax incl.
    BDT 0 Tax
    BDT 1,080 tax excl.
    BDT 1,080 tax excl.
    BDT 0 Tax
    BDT 1,080 tax incl.
    More LCD Graphic 128x64 Display KS0108 12864A
    In-Stock
    In stock: 11
    0.96″ OLED Display Module SPI 128×64 7 Pin (White) Robotics Bangladesh 0.96″ OLED Display Module SPI 128×64 7 Pin (White) Robotics Bangladesh

    Reference: RBD-3291

    0.96″ OLED Display Module SPI 128×64 7 Pin (White)

    (0)
    0.96-inch OLED display module with a sharp 128×64 pixel resolution. Supports both SPI and I2C communication interfaces for versatile use. 7-pin connection simplifies wiring and ensures reliable data transfer. Bright white OLED display provides excellent contrast and readability. Compatible with Arduino, Raspberry Pi, ESP32, STM32, and other MCUs. Compact...
    BDT 350
    BDT 350 tax incl.
    BDT 350 tax excl.
    BDT 350 tax excl.
    BDT 350 tax incl.
    BDT 350 tax incl.
    BDT 0 Tax
    BDT 350 tax excl.
    BDT 350 tax excl.
    BDT 0 Tax
    BDT 350 tax incl.
    More 0.96″ OLED Display Module SPI 128×64 7 Pin (White)
    In-Stock
    In stock: 18
    ESP32-S3 7-Inch 800×480 Smart Display with Touch Wi-Fi & Bluetooth LCD TFT Module ESP32-S3 7-Inch 800×480 Smart Display with Touch Wi-Fi & Bluetooth LCD TFT Module

    Reference: RBD-3830

    ESP32-S3 7-Inch 800×480 Smart Display with Touch Wi-Fi & Bluetooth LCD TFT Module

    (0)
    ESP32-S3 7-Inch 800×480 Smart Display with Touch – Wi-Fi & Bluetooth LCD TFT Module (8MB PSRAM, 16MB Flash, Acrylic Case)SKU:10100004(2516)ESP32-7 inch Capacitive Touch with CaseModels:ESP32-8048S070CResolution: 800*480
    BDT 8,950
    BDT 8,950 tax incl.
    BDT 8,950 tax excl.
    BDT 8,950 tax excl.
    BDT 8,950 tax incl.
    BDT 8,950 tax incl.
    BDT 0 Tax
    BDT 8,950 tax excl.
    BDT 8,950 tax excl.
    BDT 0 Tax
    BDT 8,950 tax incl.
    More ESP32-S3 7-Inch 800×480 Smart Display with Touch Wi-Fi & Bluetooth LCD TFT Module
    In stock
    In stock: 5
    ESP32-S3 5-Inch Display Development Board With Touch 800×480 Waveshare Robotics Bangladesh ESP32-S3 5-Inch Display Development Board With Touch 800×480 Waveshare Robotics Bangladesh

    Reference: RBD-3784

    Brand: Waveshare

    ESP32-S3 5-Inch Display Development Board With Touch 800×480 Waveshare

    (0)
    SKU:28117 | Part No.: ESP32-S3-Touch-LCD-5 | Brand: WaveshareThe Waveshare ESP32-S3 5″ Display Development Board (Touch, Standard Version) is a feature-rich development platform powered by the ESP32-S3-WROOM-1-N16R8 module. Equipped with a dual-core 32-bit LX7 processor running at up to 240MHz, built-in 16MB Flash and 8MB PSRAM, and a vibrant 800×480...
    BDT 7,990
    BDT 7,990 tax incl.
    BDT 7,990 tax excl.
    BDT 7,990 tax excl.
    BDT 7,990 tax incl.
    BDT 7,990 tax incl.
    BDT 0 Tax
    BDT 7,990 tax excl.
    BDT 7,990 tax excl.
    BDT 0 Tax
    BDT 7,990 tax incl.
    More ESP32-S3 5-Inch Display Development Board With Touch 800×480 Waveshare
    In stock
    In stock: 5

    Follow us on Facebook