รหัสสินค้า | SG00227 |
หมวดหมู่ | โมดูล 7 Segment อเนกประสงค์ |
ราคา | 70.00 บาท |
สถานะสินค้า | พร้อมส่ง |
จำนวน | 1 |
โมดูล จอแสดงตัวเลข 8 หลัก 0.36" MAX7219 Digital Tube Display Module ตัวนี้แสดงเลขได้ 8 หลักขนาด 0.36 นิ้ว สีแดง ใช้ไอซีเบอร์ MAX7219 เป็นตัวขับ 7 Segment สามารถนำมาต่อพ่วงกันหลาย ๆ ตัวเพื่อขยายจำนวนหลักแสดงผลได้ ใช้สายสัญญาณ 3 เส้นในการควบคุม ใช้ไฟเลี้ยง 5 โวลต์ สามารถปรับความสว่างของ 7 Segment ได้ถึง 16 ระดับ ใช้งานง่ายมีไลบารีสำเร็จรูปพร้อมใช้งาน
MAX7219 is a kind of integrated serial input/output common cathode display driver, it connects microprocessor and 8 digit 7 period of digital LED display, also can be connected to the bar graph display or 64 independent LED. It includes a piece of type B BCD coder, multiple scanning circuit, period of word drive, but also an 8 * 8 static RAM used to store every data. Only an external register used to set each LED segment current.
A convenient four wire serial interface can connection all general microprocessor. Each data can be addressed in the update don't need rewriting all the display. MAX7219 also allows the user to each data selection coding or not to code.
The whole equipment includes A 150 μ A low power consumption closed mode, analog and digital brightness control, A scanning limit register allows users to display 1-8 bits of data, and A let all LED luminous detection model.
Only need 3 IO mouth can drive eight digital tube! Digital tube display when flicker free! Support cascade!
Note:
1. The VCC and GND don't pick back, so as not to burn out chip
2. 51 SCM P0 port need connected to pull resistance, if your SCM not connected to pull resistance, can will data line received other port
ตัวอย่างโคด Arduino
#include "LedControl.h"
// Arduino Pin 7 to DIN, 6 to Clk, 5 to LOAD, no.of devices is 1
/*
Arduino -> Module MAX7219
ขา7 -> DIN
ขา6 -> CLK
ขา5 -> DIN
5V -> Vcc
Gnd -> Gnd
*/ LedControl lc=LedControl(7,6,5,1); // เลข 1 คือจำนวนโมดูลแสดงผลที่ต่อ ในที่นี้ต่อ 1 โมดูล void setup() { // กำหนดค่าเริ่มต้น MAX7219 device lc.shutdown(0,false); // Enable display lc.setIntensity(0,15); // ปรับระดับความสว่างได้ 16 ระดับ 0 คือค่าต่ำสุด 15 คือค่าสูงสุด lc.clearDisplay(0); // Clear display register } void loop() { lc.setChar(0,0,'A',false); lc.setChar(0,1,'b',false); // lc.setDigit(0,1,10,false) แสดงค่าแบบตัวเลขที่ หลักที่ 1 แสดงเลข 10 lc.setChar(0,2,'c',false); lc.setChar(0,3,'d',false); lc.setChar(0,4,'E',false); lc.setChar(0,5,'F',false); lc.setChar(0,6,'H',false); lc.setChar(0,7,'P',false); delay(1000); }
ข้อมูลเพิ่มเติม
ชำระเงินค่าสินค้าโดยการโอนเงินเข้าบัญชีธนาคาร KBANK, SCB, BBL,TMB
กรุณาเก็บหลักฐานการโอนเงินของท่านไว้เพื่อแจ้งการชำระเงินด้วยค่ะ
ท่านสามารถแจ้งการชำระเงินผ่านระบบอัตโนมัติได้โดย Click Link ข้างล่างค่ะ
https://www.arduitronics.com/informpayment
หน้าที่เข้าชม | 15,393,408 ครั้ง |
ผู้ชมทั้งหมด | 5,896,486 ครั้ง |
เปิดร้าน | 21 พ.ค. 2556 |
ร้านค้าอัพเดท | 16 ก.ย. 2568 |