05-16-2024, 10:02 PM
(This post was last modified: 05-16-2024, 10:03 PM by Tim Curtis.)
(05-16-2024, 12:50 PM)fdealexa Wrote: @tomaxsas:
Thanks, I will try your solution as soon as possible.
@dhu46:
in the mean time I have found a solution to the original OLED package (included in the moOde release).
As already reported with the "pre6" of the 9.0.0 the driver is ok to make it running the oled and the IR-remote controll it is possible to change the library:
Code:sudo apt install python3-rpi-lgpio
and everything seems to work correctly.
Please let me know if it answers to your question.
Best regards and thanks,
Francesco
The current build options for the OLED script package are below.
Code:
--description 'This Allo BOSS2 OLED application that runs on Python 3.x .' \
--depends python3-rpi.gpio \
--depends python3-smbus \
--depends python3-pil \
Should the lgpio python lib be used instead of gpio?