-
Hello,
Can someone help me on how to install mraa in virtualenv? I have already installed the lib on my BBB and it seems to work. But now i would like to install it in a virtualenv for that i acti…
-
Para hacer librerías genéricas para PicPas, nos encontramos con la dificultada de que es no es posible definir parámetros o variables en la librería que se deban declarar en el programa que la vaya a …
-
I'm sure I'm not the first, but I've written a Python-based web server that communicates with a max7219 8x8 LED Matrix connected to a Raspberry Pi. My test system is a Pi 3 running Kali Linux, but I'…
-
Hello,
Loving dcs-bios but i've run into an issue.
I've been attempting to build a simple radio panel with a 7 segment display (max7219) to show frequency using the LedControl library to use on…
-
For example for https://github.com/rm-hull/max7219/blob/master/max7219/led.py#L46:
```python
if cascaded
-
I think I may be seeing a performance issue. I'm using legacy.text() and draw.point() to light text (the time) plus a few pixels on 4 cascaded matrix displays. When doing this in a simple test script …
-
Hello!
I am creating a seven segment display based on WS2812 LEDs and was wondering if you could point me in the right direction as far as creating code compatible with your library to drive the L…
-
Hi,
when I included Parola and this library into my project where I need ofcourse WiFi connectivity the compile fails. With error: redeclaration of 'CLOSING'.
Without Wifi it works ok _(while most…
-
'm trying to build the image iot2000-example-image,
by following https://github.com/siemens/meta-iot2000/tree/master/meta-iot2000-example#sdk-target-architecture and where indicated also https://gith…
-
Probably a stupid question but does the updated package still provide the capability to manipulate individual leds - it's all I need to do ! [ for instance - set_pixel(0, 4, 1, redraw=False) ]
If…