Skip to main content

Meadow.Foundation.Displays.Tm1637

Tm1637
StatusStatus badge: working
Source codeGitHub
Datasheet(s)GitHub
NuGet packageNuGet Gallery for Meadow.Foundation.Displays.Tm1637

The TM1637 is a led driver and keyboard scan interface. However, this chip is almost exclusively found pre-assembled with with 4 7-segment displays.

Purchasing

Code Example

Tm1637 display;

public override Task Initialize()
{
Resolver.Log.Info("Initialize...");

display = new Tm1637(Device.Pins.D02, Device.Pins.D01);

display.Brightness = 7;
display.ScreenOn = true;

return Task.CompletedTask;
}

public override Task Run()
{
display.Clear();

var chars = new Character[] { Character.A, Character.B, Character.C, Character.D };

display.Show(chars);

return Task.CompletedTask;
}

Sample project(s) available on GitHub

Wiring Example

To wire a TM1637 to your Meadow board, connect the following:

TM1637Meadow Pin
GNDGND
VCC3V3
SCLD08 (SCL Pin)
SDAD07 (SDA Pin)

Wiring a TM1637 to a Meadow F7