tm1637

Library for the TM1637 LED drive control special circuit.

Author Rob Jansen, Copyright © 2020..2022, all rights reserved.
Adapted-by
Compiler 2.5r6

Description

Libray for use of the TM1637 LED drive control special circuit.
             It provides functions to write data to the LED displays and a 
             function to read the keyboard.


Sources

Inspired by: https://github.com/avishorp/TM1637
         Also see the TM1637 datasheet of Titan Micro Electronics 


Notes

The following pins must be defined by the main program before 
         including this library:
         -) alias tm1637_clk            -- To CLK of the TM1637
         -) alias tm1637_clk_direction 
         -) alias tm1637_dio            -- To DIO of the TM1637 
         -) alias tm1637_dio_direction 
         Note that modules with 7-segement displays often have capacitors on
         the clk and dio line. These should be removed.


Dependencies

No dependency found



Summary

Global variables/contants

Procedures

Private

Functions

Private

API details

Global variables/contants

Procedures

Private

Functions

Private

Related samples

Here are the list of samples which use this library:

16f182316f1823_tm1637_6_displays_keyboard.jal
16f182316f1823_tm1637_4_displays_no_keyboard.jal