Mike Causer

Results 113 comments of Mike Causer

Hi, `OSError: [Errno 19] ENODEV` means the device was not found on the I2C bus. Perform an `i2c.scan()` and make sure `0x20` or `32` is present. The two properties you're...

Hi @VladimirAstrelin which board are you using the library with?

Hi, I meant, which TM16xx board were you trying to use this library with. Not the microcontroller using it.

I am using the same board. I just tried your code on mine and it works as expected. * Press S1 and LED 1 lights up. * Press S2 and...

`STB` is strobe, `DIO` is data in/out, `CLK` is clock. I'm using a TinyPICO ESP32 with pins: ``` tm = tm1638.TM1638(stb=Pin(5), clk=Pin(18), dio=Pin(23)) ``` So it looks like it's mostly...

That is unfortunately the correct behaviour for this library. It was designed to work with common cathode display modules. It'll need a significant rewrite to support both common cathode and...

I’m unfamiliar with the QYF module, but I could probably port the code from that linked repo. Would you be able to provide a link to the QYF module, or...

Ah ha. I actually have one of these. Mine does not have the QYF branding though. I’ll put something together

This is the one I bought: https://a.aliexpress.com/_msPcnuc I also grabbed this “LED&KEY” one: https://a.aliexpress.com/_mtuXAti

Hey @VojtechKlos I'm just moving house atm, and all of my electronics are in storage. I'll come back to this in around a month.