---
product_id: 70235853
title: "JANSANE 16x2 1602 LCD Display Screen Blue + IIC I2C Module Interface Adapter for Raspberry pi 2 Pack"
brand: "bakah"
price: "1 zł"
currency: PLN
in_stock: true
reviews_count: 7
url: https://www.desertcart.pl/products/70235853-jansane-16x2-1602-lcd-display-screen-blue-iic-i2c-module
store_origin: PL
region: Poland
---

# 5V operating voltage, low power I2C serial interface for easy wiring Blue backlit 16x2 display JANSANE 16x2 1602 LCD Display Screen Blue + IIC I2C Module Interface Adapter for Raspberry pi 2 Pack

**Brand:** bakah
**Price:** 1 zł
**Availability:** ✅ In Stock

## Summary

> 🔵 Illuminate your projects with clarity and ease — the ultimate 16x2 LCD duo for pros!

## Quick Answers

- **What is this?** JANSANE 16x2 1602 LCD Display Screen Blue + IIC I2C Module Interface Adapter for Raspberry pi 2 Pack by bakah
- **How much does it cost?** 1 zł with free shipping
- **Is it available?** Yes, in stock and ready to ship
- **Where can I buy it?** [www.desertcart.pl](https://www.desertcart.pl/products/70235853-jansane-16x2-1602-lcd-display-screen-blue-iic-i2c-module)

## Best For

- bakah enthusiasts

## Why This Product

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

## Key Features

- • **Universal Compatibility:** Designed to work flawlessly with Raspberry Pi and Arduino, perfect for displaying real-time data like clocks, temperature, and humidity.
- • **Plug & Play I2C Interface:** Simplify your wiring with the I2C serial interface adapter—just 4 pins (VCC, GND, SDA, SCL) for seamless Raspberry Pi or Arduino integration.
- • **Reliable & Ready for Makers:** Backed by a 12-month warranty and satisfaction guarantee, this 2-pack ensures you never run out of display power for your next big idea.
- • **Crystal Clear Blue Backlight:** Experience sharp, easy-to-read 2 lines x 16 characters display with vibrant blue backlight that stands out in any project setup.
- • **Customizable Contrast & Brightness:** Fine-tune your display visibility with an adjustable potentiometer and backlight header for optimal viewing in any lighting condition.

## Overview

The JANSANE 16x2 1602 LCD Display Screen with I2C Module is a dual-pack blue backlit LCD designed for Raspberry Pi and Arduino users. Featuring a 2-line by 16-character display controlled by the HD44780 chipset, it offers easy I2C serial communication with just four pins, adjustable contrast, and a 5V operating voltage. Ideal for real-time data display like clocks and sensors, it comes with a 12-month warranty and satisfaction guarantee, making it a reliable choice for professional makers and developers.

## Description

Specifications: Display: 2 lines × 16 charactersBacklight: blue with white cartoon colorLCD protocol: HD44780 Pin definition: VCC, GND, SDL, SCA Contrast adjustment : PotentiometerBacklight Adjustment: HeaderDefault Address: PCF8574T Chip 0x27; PCF8574AT Chip 0x3F Working Voltage: 5V 100% Satisfaction Guarantee12 Month Warranty; Not Satisfied , free returns; We can also reship for you due to quality problems. Package: 2 packs blue 16x2 1602 LCD screen display + I2C serial interface

## Features

- Accessories: blue 16x2 1602 lcd display + I2C serial interface backpack; 1602lcd screen can display 2 lines x 16 characters, built-in industry standard HD44780 LCD controller.
- Default address: PCF8574T chip 0x27; PCF8574AT chip 0x3F; please check the chip you use on the i2c interface. (Please download the LiquidCrystal_I2C library before uploading the code to the board)
- Four pins: VCC, GND, SSD and SCA for connecting Dupont wire or IIC special cable.
- Compatibility: Used to connect Arduino and Raspberry pi and can be used to display real-time clock, temperature, humidity, etc. (Also need to use potentiometer to adjust contrast. Operating voltage: 5V only)

## Technical Specifications

| Specification | Value |
|---------------|-------|
| Max Screen Resolution | 1920x1080 |
| Processor | intel_core_i7_11700K |
| RAM | 1 |
| Hard Drive | SSD |
| Card Description | Dedicated |
| Brand | BAKAH |
| Operating System | Linux |
| Item Weight | 0.81 ounces |
| Product Dimensions | 2.8 x 1.9 x 1 inches |
| Item Dimensions  LxWxH | 2.8 x 1.9 x 1 inches |
| Processor Brand | VIA |
| Number of Processors | 1 |
| Computer Memory Type | DDR4 SDRAM |
| Hard Drive Interface | Serial ATA |

## Product Details

- **Brand:** BAKAH
- **Operating System:** Linux
- **CPU Model:** Intel Core i7-11700K
- **Graphics Card Description:** Dedicated
- **Personal computer design type:** Mini PC
- **Included Components:** 2 x 16x2 1602 LCD Display Screen, 2 x IIC I2C Module Interface Adapter
- **Special Feature:** Portable
- **CPU Manufacturer:** VIA
- **Connectivity Technology:** I2C
- **Total USB Ports:** 2

## Images

![JANSANE 16x2 1602 LCD Display Screen Blue + IIC I2C Module Interface Adapter for Raspberry pi 2 Pack - Image 1](https://m.media-amazon.com/images/I/61YEYlAhMzL.jpg)
![JANSANE 16x2 1602 LCD Display Screen Blue + IIC I2C Module Interface Adapter for Raspberry pi 2 Pack - Image 2](https://m.media-amazon.com/images/I/61ksOYNq6BL.jpg)
![JANSANE 16x2 1602 LCD Display Screen Blue + IIC I2C Module Interface Adapter for Raspberry pi 2 Pack - Image 3](https://m.media-amazon.com/images/I/61WKTV8O9AL.jpg)
![JANSANE 16x2 1602 LCD Display Screen Blue + IIC I2C Module Interface Adapter for Raspberry pi 2 Pack - Image 4](https://m.media-amazon.com/images/I/61XQa9jfLTL.jpg)
![JANSANE 16x2 1602 LCD Display Screen Blue + IIC I2C Module Interface Adapter for Raspberry pi 2 Pack - Image 5](https://m.media-amazon.com/images/I/61ls6V-PYLL.jpg)

## Questions & Answers

**Q: Is the LCD and i2c pre-soldered?**
A: This assembly is completely assembled  and  ready to used with the I2C interface

**Q: What library should you use for python on a Raspberry Pi and where can we download said library?**
A: You use the smbus (import smbus} The Internet will show how to get this.  Here's a start for your code (much reading to do online to show something on the display, including the necessary voltage level transformation circuit for going from the 3.3 volt R-pi to the 5 volt display):

# Interface Raspberry Pi to 16x2 i2c lcd display
import RPi.GPIO as GPIO
import sys
import smbus
import time

# lcd address (verfiy using Linux command sudo i2cdetect -y 1)
addr  = 0x27

#Open i2c from smbus
bus = smbus.SMBus(1)

#much additional code needed, but  there are numerous Internet resources

**Q: Will this work with the arduino?**
A: Yes this works  well with Arduino using the I2C library.

**Q: What are this display's physical dimensions?**
A: Assuming the dimensions haven't changed...
In inches.
The board is 3 & 1/8  x  1 & 3/8
The display bezel is 2 & 3/4   x  15/16
Active display area is 2 & 1/2  x 9/16

## Customer Reviews

### ⭐⭐⭐⭐⭐ Make sure you adjust the small potentiometer in the back until you start to see the number segments
*by M***R on January 12, 2024*

At first I thought these were defective until somewhere on a YouTube sight I heard that the potentiometer in the back-side of the CCA needs to be adjusted for contrast. After I did that, the display came alive. It is nice and bright and works well on its I2C interface.

### ⭐⭐⭐⭐⭐ Excellent Value, No Directions
*by G***N on May 26, 2019*

These LCDs are an excellent value, and both of mine worked perfectly, but they come with no directions. Thanks to the 8574 interface board on the back, you only need 4 connections to an Arduino Uno board, one 5V, one GND, A4 to SDA and A5 to SDL. You’ll also need a zip file with the library for the Liquid Crystal PFC8574 interface. One other thing that should be mentioned is that you need to connect a 2-pin jumper at the pins marked LED on the 8574 board. Two of these jumpers come in the package with the 2 LCDs, but they are not installed – be careful opening the package, because they are tiny and easily lost if they fall out.

### ⭐⭐⭐⭐ Good value, quality could be better
*by V***Y on March 16, 2023*

These work well and are as described. Contrast had to be adjusted via the trimpot at the back. The backlight is bright. There doesn't seem to be any way to control brightness in software, can just turn it on or off. The backlight is required though. Nothing is visible without it. Both units worked fine. Quality could have been better with a little attention to how these are assembled. Looks like they were put together in a hurry.

## Frequently Bought Together

- JANSANE 16x2 1602 LCD Display Screen Blue + IIC I2C Module Interface Adapter for Raspberry pi 2 Pack
- 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.pl/products/70235853-jansane-16x2-1602-lcd-display-screen-blue-iic-i2c-module](https://www.desertcart.pl/products/70235853-jansane-16x2-1602-lcd-display-screen-blue-iic-i2c-module)

---

*Product available on Desertcart Poland*
*Store origin: PL*
*Last updated: 2026-04-29*