---
product_id: 531797983
title: "SunFounder IIC I2C TWI 1602 Serial LCD Module Display Compatible with Arduino R3 Mega 2560 16x2"
brand: "sunfounder"
price: "380 kr"
currency: DKK
in_stock: true
reviews_count: 5
category: "Sun Founder"
url: https://www.desertcart.dk/products/531797983-sunfounder-iic-i2c-twi-1602-serial-lcd-module-display-compatible
store_origin: DK
region: Denmark
---

# Low power consumption - efficient operation I2C serial interface - minimal wiring 16x2 character display - clear data visualization SunFounder IIC I2C TWI 1602 Serial LCD Module Display Compatible with Arduino R3 Mega 2560 16x2

**Brand:** sunfounder
**Price:** 380 kr
**Availability:** ✅ In Stock

## Summary

> 🚀 Elevate your Arduino projects with sleek, smart display power!

## Quick Answers

- **What is this?** SunFounder IIC I2C TWI 1602 Serial LCD Module Display Compatible with Arduino R3 Mega 2560 16x2 by sunfounder
- **How much does it cost?** 380 kr with free shipping
- **Is it available?** Yes, in stock and ready to ship
- **Where can I buy it?** [www.desertcart.dk](https://www.desertcart.dk/products/531797983-sunfounder-iic-i2c-twi-1602-serial-lcd-module-display-compatible)

## Best For

- sunfounder enthusiasts

## Why This Product

- Trusted sunfounder brand quality
- Free international shipping included
- Worldwide delivery with tracking
- 15-day hassle-free returns

## Key Features

- • **Developer-Approved:** Backed by 435+ reviews and a 4.5-star rating—join the maker elite
- • **Compact & Efficient:** Minimal power draw keeps your builds lean and long-lasting
- • **Crystal Clear Display:** 16x2 characters with high contrast for effortless readability in any project
- • **Streamlined Connectivity:** Only 2 wires (SDA & SCL) free up your Arduino pins for more innovation
- • **Plug & Play Compatibility:** Seamlessly integrates with Arduino R3 Mega 2560 for rapid prototyping

## Overview

The SunFounder IIC I2C TWI 1602 Serial LCD Module offers a 16x2 character display with an I2C interface, drastically reducing wiring complexity by using only two data lines. Designed for Arduino R3 Mega 2560 compatibility, it delivers clear, high-contrast visuals while conserving controller IO pins and power. Trusted by hundreds of makers, this module accelerates prototyping with plug-and-play ease.

## Description

Introduction As we all know, though LCD and some other displays greatly enrich the man-machine interaction, they share a common weakness. When they are connected to a controller, multiple IOs will be occupied of the controller which has no so many outer ports. Also it restricts other functions of the controller. Therefore, LCD1602 with an I2C port is developed to solve the problem. It is also simple to handle. It has only two bidirectional data lines, a serial data line and a serial clock one. How to wire: GNDâ GND; VCCâ VCC; SDAâ A4; SCLâ A5 SunFounder Wiki to learn more details http://wiki.sunfounder.cc/index.php?title=I%C2%B2C_LCD1602Application Used to display Characters, letters and Numbers. Component: -1 * I2C LCD1602

Review: Great Product, Great Price, Fast Delivery!
Review: Parfait ! - Afficheur de qualité, la lisibilité des caractères est bonne ainsi que le contraste. La qualité des soudures est excellente. Je conseille ce produit

## Features

- I2c

## Technical Specifications

| Specification | Value |
|---------------|-------|
| ASIN | B019K5X53O |
| Best Sellers Rank | #254,064 in Industrial & Scientific ( See Top 100 in Industrial & Scientific ) #98 in LCD Character Modules |
| Brand | SunFounder |
| Brand Name | SunFounder |
| Compatible Devices | Arduino R3 Mega 2560 |
| Connectivity Technology | I2C |
| Customer Reviews | 4.5 out of 5 stars 437 Reviews |
| Manufacturer | sunfounder |
| Manufacturer Part Number | TS0351 |
| Memory Storage Capacity | 1 TB |
| Model Name | IIC I2C TWI 1602 |
| Model Number | TS0351 |
| Network Connectivity Technology | I2C |
| Processor Count | 1 |
| UPC | 701715367685 |
| Wireless Communication Standard | 802.11b |
| Wireless Compability | 802.11b |

## Product Details

- **Brand:** SunFounder
- **Model Name:** IIC I2C TWI 1602
- **Memory Storage Capacity:** 1 TB
- **Connectivity Technology:** I2C
- **Wireless Communication Standard:** 802.11b

## Images

![SunFounder IIC I2C TWI 1602 Serial LCD Module Display Compatible with Arduino R3 Mega 2560 16x2 - Image 1](https://m.media-amazon.com/images/I/71TsnKeXQcL.jpg)
![SunFounder IIC I2C TWI 1602 Serial LCD Module Display Compatible with Arduino R3 Mega 2560 16x2 - Image 2](https://m.media-amazon.com/images/I/71-zJXH46QL.jpg)
![SunFounder IIC I2C TWI 1602 Serial LCD Module Display Compatible with Arduino R3 Mega 2560 16x2 - Image 3](https://m.media-amazon.com/images/I/71fxohcikKL.jpg)
![SunFounder IIC I2C TWI 1602 Serial LCD Module Display Compatible with Arduino R3 Mega 2560 16x2 - Image 4](https://m.media-amazon.com/images/I/712tBP4h49L.jpg)
![SunFounder IIC I2C TWI 1602 Serial LCD Module Display Compatible with Arduino R3 Mega 2560 16x2 - Image 5](https://m.media-amazon.com/images/I/7127t5fBssL.jpg)

## Questions & Answers

**Q: It it possible to change the address of the lcd to have multiple lcd on the same bus?**
A: To further expand on Wes' answer (which is excellent!), you can have up to eight (8) on the same bus, per the chip datasheets. The chips have a portion of the address hard-code (which cannot be changed) and the three remaining address lines (A0, A1, and A2) can be jumpered to ground to set seven (7) other addresses - the 8th being no jumpers. IF you happen to get one with an 8574 chip and another with 8574A or 8574T, then you could potentially have up to 16 modules on the same bus as the A and T versions use a different hard-coded address than the 8574.

**Q: Has anyone run this display on 3.3 volts successfully? I'd like to use it on an 8266-12E to display the ip address.**
A: It works on 3.3V, but just barely: it's unusably dim. I changed the supply voltage to 5V and was able to successfully drive it with 3.3V-level I2C signals, although the PCF8574 data sheet says that the minimum Vih level is 0.7 * Vcc = 3.5V. My scope says that the signals are rising to about 3.8V, so there must be some kind of pull-up to 5V on the I2C backpack board. I don't want to rely on that, so for my final design I'll use a PCA9306 I2C level shifter.

**Q: Do these come with an I2C backpack?  I just ordered some of these and they came with no backpack in the package.**
A: There are several product options on the page, some have I2C, some don't. If you chose one that has I2C, it should come with an I2C backpack.

**Q: Does this work for the old raspberry pis that have a 26 pin gpio?**
A: This module uses an i2c serial interface rather than discrete gpio pins.  If your rpi has an i2c, it should work.

## Customer Reviews

### ⭐⭐⭐⭐⭐ Great Product, Great Price, Fast Delivery!
*by A***N on 23 November 2024*



### ⭐⭐⭐⭐⭐ Parfait !
*by J***4 on 15 September 2016*

Afficheur de qualité, la lisibilité des caractères est bonne ainsi que le contraste. La qualité des soudures est excellente. Je conseille ce produit

### ⭐⭐⭐⭐⭐ Funciona perfecto y se ve bien
*by B***O on 5 March 2026*

Funciona perfecto y fácil de implementar.

## Frequently Bought Together

- SunFounder IIC/I2C/TWI LCD1602 Display Module Compatible with Arduino and Raspberry Pi
- ELEGOO 120pcs Multicolored Dupont Wire 40pin Male to Female, 40pin Male to Male, 40pin Female to Female Breadboard Jumper Ribbon Cables Kit Compatible with Arduino Projects
- Arduino Uno REV3 [A000066]

---

## Why Shop on Desertcart?

- 🛒 **Trusted by 1.3+ Million Shoppers** — Serving international shoppers since 2016
- 🌍 **Shop Globally** — Access 737+ million products across 21 categories
- 💰 **No Hidden Fees** — All customs, duties, and taxes included in the price
- 🔄 **15-Day Free Returns** — Hassle-free returns (30 days for PRO members)
- 🔒 **Secure Payments** — Trusted payment options with buyer protection
- ⭐ **TrustPilot Rated 4.5/5** — Based on 8,000+ happy customer reviews

**Shop now:** [https://www.desertcart.dk/products/531797983-sunfounder-iic-i2c-twi-1602-serial-lcd-module-display-compatible](https://www.desertcart.dk/products/531797983-sunfounder-iic-i2c-twi-1602-serial-lcd-module-display-compatible)

---

*Product available on Desertcart Denmark*
*Store origin: DK*
*Last updated: 2026-04-23*