Git Product home page Git Product logo

rpi-ws2812-python-server's Introduction

Hi there ๐Ÿ‘‹

Anurag's GitHub stats

rpi-ws2812-python-server's People

Contributors

etiennebarbier avatar jjtheo avatar pirkoa avatar

Watchers

 avatar  avatar  avatar

rpi-ws2812-python-server's Issues

Add configuration file

Configuration file for:

  • Server adress
  • Server port
  • LED strip Spec ( See controller file )

Erreur random raibow

Traceback (most recent call last):
File "/home/led/rpi-ws2812-python-server/main.py", line 27, in
shared.controller.run()
File "/home/led/rpi-ws2812-python-server/controller.py", line 212, in run
self._rainbowRandom()
File "/home/led/rpi-ws2812-python-server/controller.py", line 125, in _rainbowRandom
self._strip1.setPixelColor(i,Color(int(led_1_tab[i][0]*led_1_tab[i][1]),int(led_1_tab[i][0]*led_1_tab[i][2]),int(led_1_tab[i][0]*led_1_tab[i][3])))
File "/usr/lib/python3.7/site-packages/rpi_ws281x/rpi_ws281x.py", line 129, in setPixelColor
self._led_data[n] = color
File "/usr/lib/python3.7/site-packages/rpi_ws281x/rpi_ws281x.py", line 48, in setitem
return ws.ws2811_led_set(self.channel, pos, value)
OverflowError: in method 'ws2811_led_set', argument 3 of type 'uint32_t'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.