Giter Club home page Giter Club logo

Comments (7)

hzeller avatar hzeller commented on June 29, 2024

Depending on the speed of the LED panels, it might help to define RGB_SLOWDOWN_GPIO (see lib/Makefile)

from rpi-rgb-led-matrix.

k54821 avatar k54821 commented on June 29, 2024

We also tried to use RGB_SLOWDOWN_GPIO and Active-3 adapter.
But it's not work. Please check the attached video.
Let us know the another solution.

https://www.youtube.com/watch?v=g7Ul_Z-y7C8

from rpi-rgb-led-matrix.

hzeller avatar hzeller commented on June 29, 2024

On 1 September 2015 at 21:40, k54821 [email protected] wrote:

We also tried to use RGB_SLOWDOWN_GPIO and Active-3 adapter.
But it's not work. Please check the attached video.
Let us know the another solution.

https://www.youtube.com/watch?v=g7Ul_Z-y7C8

Ha, that literally looks like 'Heartblead'.

So looks like these panels still can't deal with the speed, and maybe you
need to add more 'slowdownness'
in line 47 and 56 of this file:

https://github.com/hzeller/rpi-rgb-led-matrix/blob/master/include/gpio.h#L47

from rpi-rgb-led-matrix.

k54821 avatar k54821 commented on June 29, 2024

First, thank you for your help,
But I can't understend what the 'slowdownness' mean is.
Could you give me an Example?

from rpi-rgb-led-matrix.

hzeller avatar hzeller commented on June 29, 2024

I mean to repeat another line, e.g.
#ifdef RGB_SLOWDOWN_GPIO
*gpio_set_bits_ = value;
*gpio_set_bits_ = value; // one more.
#endif
Same for the clr bits.

from rpi-rgb-led-matrix.

k54821 avatar k54821 commented on June 29, 2024

Thank you for your help,
It's doing nicely, perfact~! Thank you.

from rpi-rgb-led-matrix.

hzeller avatar hzeller commented on June 29, 2024

I have now, in commit 246beca, added a way to further slow down without manually modifying the code.
Instead of -DRGB_SLOWDOWN_GPIO, you can say -DRGB_SLOWDOWN_GPIO=2 now, and it will add the one additional slowdown.

from rpi-rgb-led-matrix.

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.