-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example #1
Comments
I'd like to know if there's an example of using this library (not with LedMatrix)? Seems the question is similar I decided to ask it here. I can create a separate issue if needed. |
Hi @x43x61x69, sorry there is now example there without LedMatrix. |
Hi Jorgen, |
just use GFXcanvas to initial the CRGB array. |
This lib is just a middleware to modify pixels. |
Thanks for your reply!
|
As I said, after you create GXFcanvas it creates internal a CRGB* in which the library paints. And by method getBuffer() you get the pointer of the CRGB data. You only have to pass it over to FastLED with addLeds and you are finish. |
currently added a simple example to master: |
Hey Jorgen, is it possible to use the FastLED-GFX library with an LED-Matrix where the LED's are layed out in zigzag? I wasn´t able to combine the LEDMatrix library with the FastLED-GFX library. |
@Joachim-Hecker, my first Version of FastLED-GFX was compatible with my Matrix library - but later I based my LEDMatrix Lib on LEDMatrix of Aaron Liddiment and drop the FastLED-GFX support again - but still have some draw methods build into. |
Hello! I am using FastLED_GFX to make an LED Spectrum Analyzer. By now, i figured out how to draw a vertical line onto the matrix, but i would like to draw the line and have the line displaying multiple colors.
Is it possible to use some FastLED functions like |
hi @marcouderzo this can not be answered by a 'yes' because it depends on your matrix layout. |
sorry - I thought this question was in the LEDMatrix repository... |
Is it true you can't do text with LEDMatrix though? |
Is there any example on how to use this lib together with LedMatrix lib? Thanks.
The text was updated successfully, but these errors were encountered: