













MAX7219 LED點陣顯示模組 矩陣顯示器模組
NT$85 原始價格:NT$85。NT$70目前價格:NT$70。 (未稅)
- 描述
- 評價 (0)
描述
描述
MAX7219 LED點陣顯示模組 矩陣顯示器模組
MAX7219 LED點陣顯示模組 是一種集成化的串列輸入/輸出共陰極顯示驅動器,它連接微處理器與8位元數位的7段數位LED顯示,也可以連接條線圖顯示器或者64個獨立的LED。其上包括一個片上的B型BCD編碼器、多路掃描回路,段字驅動器,而且還有一個8*8的靜態RAM用來存儲每一個資料。只有一個外部寄存器用來設置各個LED的段電流。一個方便的四線序列介面可以聯接所有通用的微處理器。每個資料可以定址在更新時不需要改寫所有的顯示。MAX7219同樣允許使用者對每一個資料選擇編碼或者不編碼。MAX7219 LED點陣顯示模組 整個設備包含一個150μA的低功耗關閉模式,類比和數位亮度控制,一個掃描限制寄存器允許使用者顯示1-8位元資料,還有一個讓所有LED發光的檢測模式。只需要3個IO口即可驅動1個點陣!點陣顯示時無閃爍!支持串聯!
MAX7219 LED點陣顯示模組 模組參數:
- 1.單個模組可以驅動一個8*8共陰點陣
- 2.模組工作電壓:5V
- 3.模組尺寸:長5釐米X寬3.2釐米X高1.5釐米
- 4.帶4個固定螺絲孔,孔徑3mm,可使用本店M3銅柱固定
- 5.模組帶輸入輸出介面,支援多個模組層級聯
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
#include <SPI.h> byte Noop = 0x0; byte Decode = 0x9; byte Intensity = 0xA; byte Scan = 0xB; byte Shutdown = 0xC; byte Test = 0xF; void max7219(byte r,byte d){ digitalWrite(SS, LOW); //選取晶片 SPI.transfer(r); //暫存器位址 SPI.transfer(d); //資料 digitalWrite(SS, HIGH); //取消選取晶片 } void clear(){ for(int i = 1;i <= 8;i++){ max7219(i, 0); } } byte data[8]={0x18, 0x3c, 0x7E, 0xFF, 0x3c, 0x3c, 0x3c, 0x3c}; void setup() { SPI.begin(); max7219(Decode,0); max7219(Intensity,7); max7219(Scan,7); max7219(Shutdown,1); //不要關機 max7219(Test,0); //正常模式 clear(); } void loop() { for(int i = 0; i< 8;i++){ max7219(i+1, data[i]); } } |
MAX7219 Red LED Dot Matrix Display Module
Module parameters:
1.A single module can drive an 8 * 8 common cathode lattice
2.Module Operating voltage: 5V.
3.Module size: 5 cm long X 3.2 cm wide X 1.5 cm high
4.With four screws hole, aperture 3mm, by using our M3 Tongzhu fixed
5.Module with input and output interfaces, supports multiple modules cascade
Wiring instructions:
1.The module left as an input port to the output port on the right.
2.The control of a single module, simply input port to the CPU
3.Multiple modules cascade input termination CPU, 2 output termination module, a module of the input of the input terminal, the output terminal of the first two modules of the first three modules, and so on …
51 MCU, for example:
VCC → 5V
GND → GND
DIN → P22
CS → P21
CLK → P20
評價 (0)
相關商品
-
LED / LCD / 液晶屏
1602a IIC/I2C LCD 藍色背光液晶顯示模組 藍底白字 已焊接好 5V
0 out of 5NT$140原始價格:NT$140。NT$115目前價格:NT$115。 (未稅)加入購物車產品速覽 -
LED / LCD / 液晶屏
Arduino LCD Keypad Shield LCD1602 液晶螢幕按鍵擴展板
0 out of 5NT$180原始價格:NT$180。NT$165目前價格:NT$165。 (未稅)加入購物車產品速覽 -
LED / LCD / 液晶屏
Grove – LCD RGB Backlight 16×2 全彩液晶顯示模組
0 out of 5NT$530原始價格:NT$530。NT$465目前價格:NT$465。 (未稅)加入購物車產品速覽 -
LED / LCD / 液晶屏
4位元數碼管顯示模組 LED亮度可調 帶時鐘點 TM1637驅動
0 out of 5NT$47原始價格:NT$47。NT$38目前價格:NT$38。 (未稅)加入購物車產品速覽
商品評價
目前沒有評價。