Maik Ender

Results 2 comments of Maik Ender

I encountered the same error. However, it's working with using version bionic-23 rather than bionic-230. There is a mismatch between the docu at https://docs.bigbluebutton.org/2.3/install.html and here at git.

I added the variant: https://github.com/mander1000/st7789-python Unfortunately I also switched from `gpiod` to `RPi.GPIO` (as RPi.GPIO uses MIT and not LGPL) and added a function to deactivate and (re-)activate the display...