Keywords you may need:

Sensors
Modules
      Esp8266
Board
      R3&ATMEGA2560
      NodeMCU
Sheild
      Screw sheild
      Nano Sheild
Relay
Temperature Controller
Displays
      OLED LED&RGB
      LCR
Amplifier
Power supply
     Step Up
     Step down
     Converter
     Switch
GPS
Light
Wireless/Wifi

Dear customer:
Thank you for visit our store,we are proffessional "Business & Industrie" seller for 10 years,our main products included:Sensors,modules devolpment board, LED displays, other IC procuts an so on,any question about DIY robot,Arduino,or Raspberry Pi will be welcome to discuss with us,we will try our best to supply the most advanced product and price,(if we sale more,the cost of made one product will be reduce and we will change or price to make you save more.
Hope you enjoying yourself here!

            We appreciate your business!

 

We will arrange shipping for you within 24 Hours after payment cleared except the holidays.

We only ship to the confirmed address provided by PayPal. Before you pay, please make sure your address in PayPal matches the address you would like us to ship to. If not, please let us know before we sent you the package, or we will not be responsible for any loss. hope you could understand.

-We ship items to Worldwide. Thank you!

-we will ship out the order in 1-2 business days after payment cleared .Since it is international shipping ,delivery time is about 15--28 business days to arrive to most countries.

We accept PayPal payment ONLY.

* We believe our items are so outstanding. We are convinced you will be happy with your Purchase.

* If you do not satisfy with our items. Please simply return to us within 30 Days in original condition. Just pay for the returned postage. Then we can issue full refund to you after the returned item arrived at our warehouse.

* Please include your eBay ID and item number with any email requests.

* When you satisfied with our product and services please leave us positive feedback.

* If you have got the package, please confirm "Delivery on time" For us.

* If a problem occurs, contact us immediately with any email request.

* Just contact us using the " Ask the seller a question" link on eBay.

Blue Display IIC/I2C/TWI/SP​​I Serial Interface2004 20X4 Character LCD Module

Description:
 
 This is IIC Serial 20X4 LCD module . With this I2C interface LCD module, you will be able to realize data 
display via only 2 wires. If you already has I2C devices in your project, this LCD module actually cost no 
more resources at all. It is fantastic for Arduino based project.

Specification:

Interface: I2C
I2C Address: 0x27 (address can't be changed )
Sofware version :0022
SDA (DATA) -> analog input pin 4
SCL (CLOCK) -> analog input pin 5
Pin Definition : GND、VCC、SDA、SCL
Back lit (Blue with white char color)
Supply voltage: 5V
Pcb Size : 60mm×99mm
Contrast Adjust : Potentiometer
Backlight Adjust : Jumper

2004 LiquidCrystal_I2C
Arduino Test Code:
#include <Wire.h>
#include <LiquidCrystal_I2C.h>
LiquidCrystal_I2C lcd(0x27,16,2); it the LCD address to 0x27 for a 16 chars and 2 line display
void setup()
{
lcd.init();
lcd.backlight();
lcd.setCursor(0, 0);
lcd.print("b2cqshop");
lcd.setCursor(0, 1);
lcd.print("Voltage: ");
lcd.setCursor(13, 1);
lcd.print("V");
}
void loop()
{
int val;
float temp;
val=analogRead(0);
temp=val/4.092;
val=(int)temp;//
lcd.setCursor(9, 1);
lcd.print(0x30+val/100,BYTE);
lcd.print(0x30+(val0)/10,BYTE);
lcd.print('.');
lcd.print(0x30+val,BYTE);
delay(100);
}
  
Package:
 
1 X Blue Display IIC/I2C/TWI/SPI Serial Interface2004 20X4 Character LCD Module


Am 17.06.19 hat der Verkäufer die folgenden Angaben hinzugefügt:

DataCaciques