Jeff Epler 4b41fdb586
Fast(ish) special purpose bitbang spi over i2c
with the i2c bus operating at 400kHz this achieves a 4.8kHz SPI clock
rate which could be worse.

It accepts the same style of init sequence as displayio.

tested by scoping the pins on the espressif lcd dev kit with a dummy init sequence:
```python
dotclockframebuffer.ioexpander_send_init_sequence(
    bus=bus,
    i2c_address=expander_addr,
    gpio_address=1,
    gpio_data_len=1,
    gpio_data=0xff,
    cs_bit=1,
    mosi_bit=3,
    clk_bit=2,
    init_sequence=init_sequence)
```
2023-09-14 14:42:48 -05:00
..
2023-08-01 13:50:05 -04:00
2023-08-01 13:50:05 -04:00
2023-08-14 00:59:22 -04:00
2023-08-30 10:30:15 -05:00
2023-08-19 16:59:13 -05:00
2023-08-14 00:59:22 -04:00
2023-08-14 00:59:22 -04:00
2023-02-01 13:38:41 +05:30
2022-05-27 12:59:54 -07:00
2023-08-14 00:59:22 -04:00
2023-08-14 00:59:22 -04:00
wip
2023-08-03 23:29:00 -04:00
2022-02-15 12:36:26 -06:00
2023-08-20 11:30:36 -05:00
2023-08-22 12:57:47 -04:00
2023-08-22 12:57:47 -04:00
2023-08-22 12:57:47 -04:00
2023-08-10 20:06:32 -04:00
2023-08-01 13:50:05 -04:00
2023-08-01 13:50:05 -04:00
2023-08-01 13:50:05 -04:00
2023-08-01 13:50:05 -04:00
2021-06-18 10:54:19 -05:00
2020-07-06 19:16:25 +01:00
2023-08-09 15:20:10 -04:00
2023-08-13 19:43:54 -04:00
2023-08-15 13:10:31 -05:00
2023-08-09 15:20:10 -04:00
2021-08-04 12:10:57 +05:30
wip
2023-08-03 23:29:00 -04:00
2021-10-15 08:20:54 -05:00
2023-08-14 00:59:22 -04:00
2022-11-30 14:39:33 -06:00
2020-07-06 19:16:25 +01:00
2021-04-19 22:22:44 -07:00
2022-05-27 12:59:54 -07:00
2021-08-04 12:10:57 +05:30
2023-08-23 15:16:53 -05:00
2020-07-06 19:16:25 +01:00
2023-08-01 13:50:05 -04:00
2023-08-11 00:30:34 -04:00
2023-08-19 16:59:13 -05:00
2023-08-13 19:43:54 -04:00
2020-07-06 19:16:25 +01:00
2023-04-28 11:28:48 -07:00
2021-06-18 10:54:19 -05:00
2020-07-06 19:16:25 +01:00
2023-08-01 13:50:05 -04:00
2023-08-01 13:50:05 -04:00