ข้อมูล
น้ำหนัก
บาร์โค้ด
ลงสินค้า
อัพเดทล่าสุด
รายละเอียดสินค้า
จอแสดงผล OLED ขนาด 0.96 นิ้ว แบบ I2C สีเหลือง+น้ำเงิน ; OLED Display I2C Module 0.96 inch (128x64 pixel Yellow+Blue ) 3.3-5Volt Driver SSD1306 รุ่นที่ใช้ทดสอบ  Uno-R3,Nano v3, Esp8266v2

specification :
  • Needn't backlight, the display unit can self-luminous
  • High resolution: 128 * 64
  • Viewing angle:> 160 °
  • Supports many control chip: Fully compatible with Arduino, 51 Series, MSP430 Series, STM32 / 2, CSR IC, etc.
  • Ultra-low power consumption: full screen lit 0.08W
  • Voltage: 3V ~ 5V DC
  • Working Temperature: -30 ? ~ 70 ?
  • Module Size: 27.0MM * 27.0MM * 4.1MM
  • I2C/IIC Interface, need 2 IO only.
  • Driver IC: SSD1306
  • white color
  • I2C address 0x3C

ติดตั้ง library ก่อนใช้งาน
Adafruit display library:https://github.com/adafruit/Adafruit_SSD1306
Adafruit GFX library: https://github.com/adafruit/Adafruit-GFX-Library
เมื่อติดตั้ง library แล้วต้องแก้ไขไฟล์ ตามขนาดของ OLED


ต่อวงจรตามรูป



Code:ทดสอบข้อความ
 /*  
    Arduino with Test OLED  module white SSD1306 driver I2C 
    High resolution: 128×64 pixel
    For complete project details, visit:Arduinoshop99
*/
#include "Wire.h"
#include "Adafruit_GFX.h"
#include "Adafruit_SSD1306.h"
#include "Fonts/FreeMonoBoldOblique9pt7b.h"  //include font FreeMonoBoldOblique9pt7b.h
Adafruit_SSD1306 OLED(-1); 

void setup() {
  OLED.setFont(&FreeMonoBoldOblique9pt7b); // Use font from file include   
  OLED.begin(SSD1306_SWITCHCAPVCC,0x3C); // initialize with the I2C addr 0x3C (for the 128x64)
}
void loop(){
  OLED.clearDisplay(); 
  OLED.setTextColor(WHITE);   //Text is white ,background is black
  OLED.setTextSize(1);
  OLED.setCursor(0,11);
  OLED.println("OLED 128x64");
  OLED.drawLine(0, 15, 127,15, WHITE);
  OLED.setCursor(0,30);
  OLED.println("Arduino....");
  OLED.setCursor(15,55);    
  OLED.println("Shop");
  OLED.setTextSize(2);
  OLED.setCursor(0,59);    
  OLED.println("   99");
   OLED.drawLine(0, 63, 127,63, WHITE);
  
  OLED.display(); //
  delay(200); 
}








  


เงื่อนไขอื่นๆ
Tags

วิธีการชำระเงิน

บมจ. ธนาคารกรุงไทย สาขาโรงไฟฟ้าบางปะกง ออมทรัพย์
ธนาคารกรุงเทพ จำกัด (มหาชน) สาขาบิ๊กซี ฉะเชิงเทรา 2 ออมทรัพย์
บมจ. ธนาคารกรุงไทย สาขาบิ๊กซี ฉะเชิงเทรา 2 ออมทรัพย์
พร้อมเพย์ สาขา- -
Scan this!
สนธยา ใจผ่อง
063-xxxxxx-8
Accept All Banks | รับเงินได้จากทุกธนาคาร
พูดคุย-สอบถาม