Arduino UNO+ MAX7219驱动8X8点阵显示+Proteus仿真
Posted perseverance52
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Arduino UNO+ MAX7219驱动8X8点阵显示+Proteus仿真相关的知识,希望对你有一定的参考价值。
Arduino UNO+ MAX7219驱动8X8点阵显示
- Proteus仿真
- 所需库:
LedControl
- 取模软件:pctolcd2002
图像取模:8X8点阵 取模注意,需要右移一个像素,请照着程序中第一个字符8位的显示位置,进行其他字符取模
示例代码
/***Arduino UNO+ MAX7219驱动8X8点阵显示***/
/*
使用pctolcd2002取模软件
图像取模:8X8点阵
取模注意,需要右移一个像素
pin 11 is connected to the DataIn
pin 10 is connected to the CLK
pin 9 is connected to LOAD
We have only a single MAX72XX.
*/
以上是关于Arduino UNO+ MAX7219驱动8X8点阵显示+Proteus仿真的主要内容,如果未能解决你的问题,请参考以下文章
Arduino UNO+DS1302+ MAX7219驱动8位共阴数码管显示时间+Proteus仿真
Arduino UNO+DS1302+ MAX7219驱动8位共阴数码管显示时间+Proteus仿真改进版
ESP8266(ESP-12F)案例实操 -- 8x32点阵显示(MAX7219)