Nodemcu WIFI ESP8266 0.91'' OLED Display Screen Board CP2104 for Arduino

Description:
#include <Wire.h>
#include "OLED.h"
// 0.91s OLED connection:
//SDA -- D4
//SCL -- D5
//RST -- D2
OLED display(SDA, SCL);
void setup() {
pinMode(D2, OUTPUT);
digitalWrite(D2, LOW); // turn D2 low to reset OLED
delay(50);
digitalWrite(D2, HIGH); // while OLED is running, must set D2 in high
Serial.begin(9600);
Serial.println("OLED test!");
// Initialize display
display.begin();
// Test message
delay(3*1000);
// Test long message
display.print("Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.");
delay(3*1000);
// Test display clear
display.clear();
delay(3*1000);
// Test message postioning
display.print("TOP-LEFT");
display.print("4th row", 4);
display.print("RIGHT-BOTTOM", 7, 4);
delay(3*1000);
// Test display OFF
display.off();
display.print("3rd row", 3, 8);
delay(3*1000);
// Test display ON
display.on();
delay(3*1000);
int r = 0, c = 0;
void loop() {
r = r % 4;
c = micros() % 6;
if (r == 0) display.clear();
display.print("Hello ", r++, c++);
delay(500);
Size: 5x1.8cm/1.97x0.71inch
Quantity: 1 Set
Note:
1.Transition: 1cm=10mm=0.39inch
2.Please allow 0-3mm error due to manual measurement. pls make sure you do not mind before you bid.
3.Due to the difference between different monitors, the picture may not reflect the actual color of the item. Thank you!
Package Included:
1PC*ESP8266 0.91 inch OLED
1PC*Line
2PCS*Pins

Domestic
We believe you need to get your purchases as quick as possible. As a general rule your item will be shipped within 24 hours of you purchasing it. We pack and post from Tuesday to Sunday (Mondays we are closed) but definitely get all our mail off to the post office first thing Monday morning for you. Mail gets picked up at 12pm so chances are if you buy before lunchtime your item will leave the same day.

International
Same as above but understand that depending on what part of the world you are from it does take a little longer to send, delivery can be from 7-15 working days. Also other factors to take into consideration are quarantine and customs regulations in your country. It is also a consideration that customs duties and GST/VAT may be payable at the buyers expense.

Combined Postage (for items with shipping charges):
We are more than happy to combine postage, just use the Buy it Now function in eBay (but DO NOT PAY after purchasing each item) to buy all the products you need, when you have finished request a combined invoice, we will base the shipping cost on the size, weight and your location.

* 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.

Your Satisfaction is our Priority. Our goal is to make all our customers as happy as possible while shopping with us.

 

  For anything problem about product, price, shipping or order status, pleasecontact us via eBay message.Just contact us using the " Ask the seller a question" link on eBay.
  We expect positive feedback and 5 scores DSR  from you. 

  1. We believe our items are so outstanding. We are convinced you will be happy with your Purchase.
  2. 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.
  3.  Please include your eBay ID and item number with any email requests.

 

DataCaciques