Skip to content

Raspberry Pi Pico Library for 7-Segment Displays using the TM1637 module

License

Notifications You must be signed in to change notification settings

cristiancristea00/Pico-TM1637

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry Pi Pico - TM1637 7-Segment Displays Library

This repository contains a Raspberry Pi Pico library using its SDK writen for the 7-Degment Displays that are equiped with an TM1637 module. It also contains one example. Below are the instructions on how to build it.

Example

After you clone the repo you run the following commands to build it. You have to have installed CMake and Make. Also you need to have the SDK on your system and point PICO_SDK_PATH to it.

export PICO_SDK_PATH='/Path/to/SDK'
cd Pico-TM1637/example
mkdir build
cd build
cmake ..
make -j4

How to connect the LCD to the board

Fritzing drawing