Giter Club home page Giter Club logo

Comments (8)

fabsenet avatar fabsenet commented on May 16, 2024

I cannot really follow here. I am running 226 LEDs with adrilight. There is no 200 spots limit. Can you explain, what you mean?!

from adrilight.

Twinstar2 avatar Twinstar2 commented on May 16, 2024

Sorry to be that unspecific, i mean MainForm.cs Line 220 it's a form limitation, i am hitting slightly the 100 X Spots limit, so i increased it myself and recompiled the code. I thought maybe someone else will hit the limit too.
spots x

from adrilight.

fabsenet avatar fabsenet commented on May 16, 2024

from adrilight.

fabsenet avatar fabsenet commented on May 16, 2024

could you please reply?

  • how large is your setup? (led count)
  • what is the perceived performance?

thx!

from adrilight.

fabsenet avatar fabsenet commented on May 16, 2024

This will be in the next release, which is going to take some time. you should stay on your private build for now. Currently, 0.1.4 is the latest, so next after it will contain the fix.

from adrilight.

Twinstar2 avatar Twinstar2 commented on May 16, 2024

Sorry i was busy, performance is good, can't complain. Btw. Spots X are 104 Leds, so yeah. Thanks for your quick response, keep up the good work.

from adrilight.

MagitorHUN avatar MagitorHUN commented on May 16, 2024

Hi fabsenet, I have a strange issue, I got a 100 led setup w/ ws2812b, 31 by 19 per sides. the 97th led are maulfunctioning, i replaced the last 4, but the issou is the same. That is 97th glowing medium yellowwish, 98th and 99th not repsonding, and white 100th are fine. I am totally fried what is the problem, the rest is work perfect. Thank you!

from adrilight.

fabsenet avatar fabsenet commented on May 16, 2024

the arduino code contains the actual real number of leds you have: 31*2 + 19*2 = 100.

the pc client operates on a rectangle with the size of x*y but on this rectangle you MUST NOT count the edges twice. so you have to enter in the client a size of 32*20. if x and y are >2 the actual number of leds is defined as 2*x+2*y-4. this is kind of a not so well thought-about legacy from bambilight :(

is this of any help for you? I find it kind of disturbing that the last 4 leds are displaying random colors but it may go away if you fix the numbers on the pc client part. please report back about this!

from adrilight.

Related Issues (20)

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.