Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 669 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 669 Bytes

四位数码管 (TM1637)

makecode 四位数码管 (TM1637) microbit 软件包

带1-6(普通4)7段LED的LED数字显示模块,它可以显示数字。里面有TM1637芯片,用一个2线接口控制;

使用方式

打开 makecode 编辑器,在项目中选择添加软件包,然后在地址栏输入下面网址:  

https://github.com/imessagewall/TM1637

搜索后就可以添加并使用本软件包了。

API

  • clear()
    清空显示

  • showbit(bit: number,num: number)
    在第几位显示数字

  • showNumber(num: number)
    显示数字

  • showDP(show: boolean=true)
    显示时钟点

支持硬件

  • for microbit