Information
Item weight
Barcode
Created time
Last updated on
Item description
จอ 0.96 inch 4-pin สองสีแบบ I2C 

*** บัดกรีขาแล้ว


ตัวอย่างวิดิโอการใช้จอ 0.96 inch I2C ร่วมกับ Arduino Uno






รายละเอียดสินค้า
 
Resolution: 128X64
 
Color:yellow-blue
 
Supported platforms: for arduino, 51 series, MSP430 series, STIM32 / 2,SCRchips
 
Low power consumption: 0.04W during normal operation
 
Support wide voltage: 3.3V-5V DC
 
Working temperature:-30-80 degrees
 
Volume: 27MM * 27MM * 4.1MM
 
Driver IC:SSD1306
 
Communication: IIC
 
Backlight: OLED self light, no need backlight



Code Samples:
https://github.com/adafruit/Adafruit_SSD1306
https://github.com/adafruit/Adafruit-GFX-Library




ตัวอย่าง Code ใช้งานร่วมกับ UNO
// On an arduino UNO: A4(SDA), A5(SCL)
// On an arduino MEGA 2560: 20(SDA), 21(SCL)
// On an arduino LEONARDO: 2(SDA), 3(SCL), ...


  1. /* -------------------------------------------------------------------------- */
  2. /*                                 ModuleMore                                 */
  3. /* -------------------------------------------------------------------------- */
  4.  
  5. #include <Arduino.h>
  6. #include <Wire.h>
  7. #include <Adafruit_GFX.h>
  8. #include <Adafruit_SSD1306.h>
  9.  
  10.  
  11. /* ---------------- i2c address ของจอสามารถหาได้จาก i2c scan ---------------- */
  12. #define DISP_ADDR 0x3c  //โดยทั่วไปจะเป็นค่านี้
  13. #define SCREEN_WIDTH 128 // OLED display width, in pixels
  14. #define SCREEN_HEIGHT 64 // OLED display height, in pixels
  15. #define OLED_RESET     4 // Reset pin # (or -1 if sharing Arduino reset pin)
  16.  
  17. Adafruit_SSD1306 display(SCREEN_WIDTH, SCREEN_HEIGHT, &Wire, OLED_RESET);
  18.  
  19.  
  20. void setup()
  21. {
  22.   display.begin(SSD1306_SWITCHCAPVCC, DISP_ADDR);
  23.   /* ------------------------------- ล้างหน้าจอ ------------------------------- */
  24.   display.clearDisplay();             
  25.   int y0 = 16;
  26.   int rect = 64-16; //48x48 logo
  27.   int x0 = 5;
  28.   // display.drawLine(0,y0,127,y0,WHITE);
  29.   display.display();
  30.   delay(1000);
  31.   display.fillRect(x0,y0+8,47,5,WHITE);
  32.   display.fillRect(x0,63-8-5,47,5,WHITE);
  33.   display.fillRect(x0+8,y0,5,47,WHITE);
  34.   display.fillRect(x0+rect-8-5,y0,5,47,WHITE); 
  35.   display.fillRoundRect(x0+5,y0+5,38,38,5,WHITE);
  36.   display.fillRoundRect(x0+8,y0+8,32,32,3,BLACK);
  37.   display.fillRoundRect(x0+12,y0+12,24,24,2,WHITE);
  38.   display.display();
  39.   delay(1000);
  40.   display.setCursor(00);  
  41.   display.setTextSize(1);
  42.   display.setTextColor(BLACK, WHITE);  
  43.   display.println("  www.ModuleMore.com "); 
  44.   display.display();
  45.   delay(1000);
  46.   display.setTextColor(WHITE, BLACK);  
  47.   display.setTextSize(2);
  48.   display.setCursor(rect+8+x0, y0);  
  49.   display.println("OLED"); 
  50.   display.display();
  51.   delay(1000);
  52.   display.setCursor(rect+8+x0, y0+20);  
  53.   display.println("0.96\""); 
  54.   display.display();
  55.   delay(1000);
  56.   for(int i=0;i<10;i++) {
  57.     display.invertDisplay(1);
  58.     display.display();
  59.     delay(500);
  60.     display.invertDisplay(0);
  61.     display.display();
  62.     delay(500); 
  63.   }
  64. }
  65. void loop()
  66. {
  67. }
Conditions
Tags

Exchange or return policy



Every item comes with a 30-day warranty. However, there are certain conditions that apply:

  1. The customer should not be responsible for any self-inflicted damage, such as incorrect power connections (for example, supplying 5V instead of the required 3.3V for a sensor).

  2. The product must be in perfect condition, without any breakage or damage caused by electricity (e.g., short circuits leading to electrical fires).

  3. The store does not accept product exchanges due to customer misunderstandings, such as purchasing the wrong size for their project or buying something without eventually using it. Customers can inquire about the product details and ensure compatibility before making a purchase by contacting us through our Line account @modulemore during business hours. Please note that there may be delays in response between 12:00 PM and 2:00 PM.

Return Policy: To initiate a product return, customers must provide the original receipt or a copy for quick verification. Returns can be sent to our store address by following these guidelines:

  1. Provide a detailed description of the damaged item(s).
  2. Mention any tests or experiments conducted by the customer.

Please note that the store reserves the right to make the final decision regarding product replacement or refund.

English

Categories

TRACK & TRACE

*Enter your order ID or email used in placing an order

OVERVIEW

Pageviews2,073,164 view(s)
Visitors1,333,890 time(s)
Last updatedSep 7, 2025

JOIN US

ร้านModuleMore
ร้านModuleMore
/www.modulemore.com/en
Join as a Member
600
Become a member of this store to receive special offers and promotions
Choose your language
Language
Currency
Change
Modify language
My orders
This seller's information
ร้านModuleMore
ModuleMore
Arduino compatible board, Iot, ESP32, ESP8266, Nodemcu, Raspberry pi, micro:bit and etc.
Mobile number : 0831710868
E-mail : paheyisoicus@gmail.com
Send message to seller
About this seller
Recently viewed items
Favourite this seller
Join as a Member
Share this page
Share this page

TOP Back to top
Contact me