Where can I download a working tsl2591 library?
-
Re: CAN SPI Device and I2C Device Co-Operate on one LoPy?
Can anyone send me the library tsl2591 and the main.py for this example?
I am using with a i2C LCD (not SPI).
Thanks in advance.
-
@jimmie
In the thread you link to your post the authors use SPI for SSD1306 LCD, if you need code to use your LCD via IIC here you can found informations
https://forum.pycom.io/topic/3900/object-with-buffer-protocol-requiredI sugest you to explain if the both component are on the same IIC bus pin or not, and if you have already selected a tsl2591 python library to use with your project. After these two step done we can help you to modify one or both library to work on the same i2c instance. (if you have different i2c bus it's very simple).
-
@jimmie It looks like this library: https://github.com/jfischer/micropython-tsl2591
I don't think you'll be able to get the
main.py
since that post is 2 years old.