Lines Matching refs:TM1637
35 // TM1637-specific register addresses for writing all digits at a time
47 * @brief TM1637 7-Segment Display library
48 * @defgroup tm1637 libupm-tm1637
53 * @library tm1637
54 * @sensor tm1637
55 * @comname TM1637 7-Segment Display
61 * @brief API for the TM1637 7-Segment Display
63 * TM1637 is a display controller for LED-based 7-segment displays.
65 * driver is based on the Grove version of the TM1637 display that uses 4
69 * @image html tm1637.jpeg
70 * @snippet tm1637.cxx Interesting
73 class TM1637
84 * TM1637 constructor
91 TM1637(int clk_pin, int dio_pin, int bright = 3, M_FAST_GPIO mmio = YES);
93 * TM1637 destructor
95 ~TM1637();