Hello PJ,
it is more than a week that I am trying to answer to your question.
With the new 9.0.0 the driver has not longer problems, but... it seems that the software for the OLED, and in particular the IR-Remote part, has a problem (probably with the new libraries).
To make it running, without the IR control, a line of the program
has to be commented:
instead of
I am still working on it but my programming knowledge is not so big enough.
Best regards,
Francesco
it is more than a week that I am trying to answer to your question.
With the new 9.0.0 the driver has not longer problems, but... it seems that the software for the OLED, and in particular the IR-Remote part, has a problem (probably with the new libraries).
To make it running, without the IR control, a line of the program
Code:
/opt/boss2_oled_p3/boss2_oled.py
has to be commented:
Code:
# GPIO.add_event_detect(irPin,GPIO.BOTH,callback=ir.pWidth)
instead of
Code:
GPIO.add_event_detect(irPin,GPIO.BOTH,callback=ir.pWidth)
I am still working on it but my programming knowledge is not so big enough.
Best regards,
Francesco