1
0
mirror of https://github.com/esphome/esphome.git synced 2025-01-31 18:20:53 +00:00
Levente Tamas 9d7f76773d Add support for TI TLC59208F (#718)
* Add support for TI TLC59208F

The chip is a 8-BIT FM+ I2C BUS LED DRIVER with
8 open-drain output channels.

Its features include:
- 256 linear levels
- group dimming
- group blinking
- 64 slave addresses
- customizable sub addresses and all call address
- output update on stop or on ACK
- 3.3V or 5V supply with 5V tolerant IO
- no glitch startup
- 50mA / output continuous current up to 17V

* Convert macro to uint8_t

Variables had to be renamed, clang-format would protest against
mixed case in global variable name.

* Change gen-call reset to use the correct i2c bus
2019-10-14 11:30:41 +02:00
..
2019-07-03 16:34:40 +02:00
2019-05-12 23:04:36 +02:00
2019-06-30 12:19:03 +02:00
2019-10-14 11:27:07 +02:00
2019-05-21 12:23:38 +02:00
2019-05-11 12:31:00 +02:00
2019-06-03 15:21:36 +02:00
2019-02-15 10:19:18 +01:00
2019-02-13 16:54:02 +01:00
2019-04-22 21:56:30 +02:00
2019-05-30 20:01:16 +02:00
2019-06-07 14:26:28 +02:00
2019-07-01 11:09:06 +02:00
2019-06-30 09:14:04 +02:00
2019-06-28 11:29:37 +02:00