This is an library of control TM1637 LCD 7-segment display using ESP-32 IDF toolchain ESP-IDF.
This library uses ets_delay_us()
function to generate i2c-like control sequences. Please note - while using within FreeRTOS task will be blocked while data is transmitted.
The example is available at: examples/default_example
The source is available from GitHub petrows/esp-32-tm1637.
The code in this project is licensed under the MIT license - see LICENSE for details.
Inital idea based on Arduino