จำนวนชิ้น | ส่วนลดต่อชิ้น | ราคาสุทธิต่อชิ้น |
{{(typeof focus_pdata.price_list[idx+1] == 'undefined')?('≥ '+price_row.min_quantity):((price_row.min_quantity < (focus_pdata.price_list[idx+1].min_quantity - 1))?(price_row.min_quantity+' - '+(focus_pdata.price_list[idx+1].min_quantity - 1)):price_row.min_quantity)}} | {{number_format(((focus_pdata.price_old === null)?focus_pdata.price:focus_pdata.price_old) - price_row.price,2)}} บาท | {{number_format(price_row.price,2)}} บาท |
คงเหลือ | 28 ชิ้น |
จำนวน (ชิ้น) |
- +
|
ซื้อเลย หยิบลงตะกร้า ซื้อเลย หยิบลงตะกร้า คุณมีสินค้าชิ้นนี้ในตะกร้า 0 ชิ้น
ช่องทางสั่งซื้ออื่น ๆ
|
|
|
|
คุยกับร้านค้า | |
{{ size_chart_name }} |
|
หมวดหมู่ | I2C |
สภาพ | สินค้าใหม่ |
เพิ่มเติม | |
สภาพ | สินค้ามือสอง |
เกรด | |
สถานะสินค้า | |
ระยะเวลาจัดเตรียมสินค้า | |
เข้าร่วมโปรโมชั่น | |
ข้อมูล |
น้ำหนัก
บาร์โค้ด
ลงสินค้า
อัพเดทล่าสุด
|
||||||||||||||||||||||||
รายละเอียดสินค้า |
จอแสดงผล OLED ขนาด 1.3 นิ้ว แบบ I2C สีน้ำเงิน OLED Display I2C Module 1.3 inch(128x64 pixel Blue) Vcc=3.3-5Volt
specification :
วงจรทดสอบ ![]() Code ทดสอบ /*
Arduino with Test OLED module white SH1106 driver I2C
High resolution: 128×64 pixel
For complete project details, visit:Arduinoshop99
*/
#include "Wire.h"
#include "Adafruit_GFX.h"
#include "Adafruit_SH1106.h"
#include "Fonts/FreeMonoBold9pt7b.h" //include font FreeMonoBold9pt7b.h
Adafruit_SH1106 OLED(-1);
void setup() {
OLED.setFont(&FreeMonoBold9pt7b); // Use font from file include
OLED.begin(SH1106_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);
}
![]() หรือแบบที่ 2 ใช้ U8g2 new
ติดตั้ง library ก่อนใช้งาน
![]() ![]() ![]() ![]() |
||||||||||||||||||||||||
เงื่อนไขอื่นๆ |
|
||||||||||||||||||||||||
Tags |