จำนวนชิ้น | ส่วนลดต่อชิ้น | ราคาสุทธิต่อชิ้น |
{{(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)}} บาท |
คงเหลือ | 0 ชิ้น |
จำนวน (ชิ้น) |
- +
|
ซื้อเลย หยิบลงตะกร้า ซื้อเลย หยิบลงตะกร้า คุณมีสินค้าชิ้นนี้ในตะกร้า 0 ชิ้น
ช่องทางสั่งซื้ออื่น ๆ
|
|
|
|
คุยกับร้านค้า | |
{{ size_chart_name }} |
|
หมวดหมู่ | I2C |
สภาพ | สินค้าใหม่ |
เพิ่มเติม | |
สภาพ | สินค้ามือสอง |
เกรด | |
สถานะสินค้า | |
ระยะเวลาจัดเตรียมสินค้า | |
เข้าร่วมโปรโมชั่น | |
ข้อมูล |
น้ำหนัก
บาร์โค้ด
ลงสินค้า
อัพเดทล่าสุด
|
รายละเอียดสินค้า |
จอแสดงผล OLED ขนาด 1.5 นิ้ว สีขาว แบบ I2C ;1.5 inch OLED LCD module white SSD1327 driver I2C High resolution: 128×128 pixel *คำเตือน OLED 1.5 inch Vcc กับ Gnd ไม่เหมือนกับ รุ่น 0.96",1.3" ตรวจสอบให้ดีก่อนใช้งาน ( ต่อไฟผิดขั่วพังทันที )
Specifications
ติดตั้ง library ก่อนใช้งาน
U8g2 library: https://github.com/SGBotic/U8g2_Arduino
![]() Code: text /* Arduino with Test OLED LCD module white SSD1327 driver I2C
High resolution: 128×128 pixel
For complete project details, visit:Arduinoshop99
*/
#include "U8g2lib.h"
#include "Wire.h"
U8G2_SSD1327_EA_W128128_1_HW_I2C u8g2(U8G2_R0, /* reset=*/ U8X8_PIN_NONE);
void setup(void) {
u8g2.begin();
}
void loop(void) {
u8g2.firstPage();
do {
u8g2.setFont(u8g2_font_ncenB10_tr);
u8g2.drawLine(1, 28, 127, 28);
u8g2.drawRFrame(1,1,127,95,0);
u8g2.drawStr(8,22,"OLED 1.5 inch");
u8g2.drawStr(3,50,"128*128 pixel");
u8g2.drawStr(3,70,"Driver : SSD1327");
u8g2.drawStr(3,88,"colour : White");
} while ( u8g2.nextPage() );
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
เงื่อนไขอื่นๆ |
|
Tags |