20% OFF shipping at partenaire-de-reussite.com on orders over $79 + up to 10% OFF products
partenaire-de-reussite.com
home > Octopus IIC OLED Module > Octopus IIC OLED Module
download picture
Octopus IIC OLED ModuleThese displays are small, but very readable due to the high contrast of an OLED display. This display is made of 128x64 individual white OLED pixels, each one is turned on or off by the controller chip. Because the display makes its own light, no backlight is required. This reduces the power required to run the OLED and is why the display has such high contrast; we really like this miniature display for its crispness! The OLED itself require a 3. 3V
Shopping security

Shopping security

Each payment you make on thelockerguy is secured with strict SSL encryption and PCI DSS data protection protocols

These displays are small, but very readable due to the high contrast of an OLED display. This display is made of 128x64 individual white OLED pixels, each one is turned on or off by the controller chip. Because the display makes its own light, no backlight is required. This reduces the power required to run the OLED and is why the display has such high contrast; we really like this miniature display for its crispness!

The OLED itself require a 3.3V power supply and 3.3V logic levels for communication, but we include a 3.3V regulator and all pins are fully level shifted so you can use with 5V devices!

 

Features:

 OLED self-luminous, no backlight

 Screen size:0.96

 Resolution:128*64

 Color:Blue

 Communication method:IIC

 Ultra-Low power:

 Working temperature:-20-70

 Operating Voltage:3.3-5V

 Module size:<27mm*28mm

 

Applications:

 MP3

Head mounted display

Programming

<syntaxhighlight lang="php">

  1. include <Wire.h>

// with no jumpers the full address is 1 0 0 1 1 1 1 0 0 A2 A1 A0 0x27 is the default address for the board with no jumpers.

  1. define PCA9555 0x27 // 0x27 is default address for the board with no jumpers.
                    // 0x20 is address for the  board with all jumpers.

// COMMAND BYTE TO REGISTER RELATIONSHIP FROM PCA9555 DATA SHEET // At reset, the device's ports are inputs with a high value resistor pull-ups to VDD // If relays turning on during power up are a problem. Add a pull down resistor to each relay transistor base.

  1. define IN_P0 0x00 // Read Input port0
  2. define IN_P1 0x01 // Read Input port1
  3. define OUT_P0 0x02 // Write Output port0
  4. define OUT_P1 0x03 // Write Output port1
  5. define INV_P0 0x04 // Input Port Polarity Inversion port0 if B11111111 is written input polarity is inverted
  6. define INV_P1 0x05 // Input Port Polarity Inversion port1 if B11111111 is written input polarity is inverted
  7. define CONFIG_P0 0x06 // Configuration port0 configures the direction of the I/O pins 0 is output 1 is input
  8. define CONFIG_P1 0x07 // Configuration port1 configures the direction of the I/O pins 0 is output 1 is input
  1. define PAUSE 200

void setup() {

  delay(1000);
 display.initialize();

}


void loop() {

display.drawLine(0, 0, 127, 63,WHITE);
 display.update();
 delay(1000);
 display.clear();
 display.setTextSize(1);
 display.setTextColor(WHITE);
 display.setCursor(0,0);
 display.println("Hello, world!");
 display.setTextColor(BLACK, WHITE); // 'inverted' text
 display.println(3.141592);
 display.setTextSize(2);
 display.setTextColor(WHITE);
 display.print("0x"); display.println(0xDEADBEEF, HEX);
 display.update();
 delay(2000);
 display.clear();

}

</syntaxhighlight>

Octopus IIC OLED Module

Item no : 37579761909
sold recently : Login >>
US$ 119.00
Pay in 4 interest-free payments of $29.75 Learn more
Min. order: 1piece

Shipping Estimate
USA
  • USA
  • CAN

Ships within 48 hours · Estimated delivery Jun 21 - Jun 26

Enjoy 20% off shipping

US$ 119.00

1-11

US$ 107.10

12-35

US$ 83.30

36-59

US$ 71.40

60+

US$40

Get now

Sign up to your membership to get coupons up to

15%

Get now

Opportunity to enjoy order discount up to 15% off

Please add the products
Shipping Notes
  • Free Standard Shipping on $100+ Orders to the USA.
  • Except Preorder products are shipped in 48 hours.
  • Delivery to the USA:
  1. Standard Shipping : 3-10 business days
  • If time is of the essence, please consider selecting expedited delivery for faster service.
Exchange/Return Notes
  • We offer a 30-day return/exchange service after receiving.
  • Final sale items are not eligible for returns or exchanges.
  • To process your return/exchange, please contact us at [email protected]
  • Please click here for more details>>> Return & Exchange Policy

Discover Niche Categories That Outsell

Top-Converting Item to Boost Your Average Order

recommand products

Related Searches