Go to advanced search

by chow716
Sat Jan 06, 2018 1:58 pm
Forum: Python
Topic: Python Photobooth with 8x8 RGB LED matrix
Replies: 3
Views: 1410

Re: Python Photobooth with 8x8 RGB LED matrix

My apologies for not being clear. The issue is I'm having is storing the hex values as literals. When using the loop: while True: three = [0x00,0x3c,0x66,0x60,0x38,0x60,0x66,0x3c] j= 0 x = 0.01 for j in range(0, 8): data[0] = three[j] data[1] = 0xFF data[2] = 0xFF data[3] = 0x01 << j buf = byte(data...
by chow716
Fri Jan 05, 2018 9:11 pm
Forum: Python
Topic: Python Photobooth with 8x8 RGB LED matrix
Replies: 3
Views: 1410

Re: Python Photobooth with 8x8 RGB LED matrix

I wasn't aware that there was a python-wrapped version of wiringpi. The issue that's holding me up now is working with the hex characters in python. I want to have an output that looks like this (updated with each loop of course) wiringpi.wiringPiSPIDataRW(0, "\x00\x00\x00\x00") but I can't seem to ...
by chow716
Thu Jan 04, 2018 9:41 pm
Forum: Python
Topic: Python Photobooth with 8x8 RGB LED matrix
Replies: 3
Views: 1410

Python Photobooth with 8x8 RGB LED matrix

Hello all, So I am creating a photobooth in python. I've sourced a couple of different python photobooths that I've found to combine all of the features I want. Now I've finally received the 8x8 LED matrix I ordered from China ( http://wiki.52pi.com/index.php/RPI-RGB-LED-Matrix_SKU:EP-0075 ). Not ha...

Go to advanced search