Skip to content

TM1637

1. SetTM1637Text

參數

  • Text: 4碼數字,0~9999
  • Colon : 0(False)=不顯示冒號,1(True)=顯示冒號
  • CLK:1~21
  • DIO:1~21

Sample

v5012.SetTM1637Text(123,True,3,2)

2. SetTM1637Brightness

參數

  • Brightness : 0~8, 0=OFF
  • CLK:1~21
  • DIO:1~21

Sample

v5012.SetTM1637Brightness(1,3,2)