LED ART - Branch #44

Closed
opened 2019-01-28 21:49:09 +00:00 by Riolaurenti · 6 comments
Riolaurenti commented 2019-01-28 21:49:09 +00:00 (Migrated from github.com)

Separate Area for all Artistic and Conceptual code related to LOres LED displays.
Hopefully we can get Noz involved with the sparkly sh*t and @kieran-boyle.
Everything is focusing on Strips for now, although I will be building some development matrices later, but thats a whole new issue.
Aims:

  • Defining Colour Palettes.
  • Controlling Shapes (Strips in Squares, Pentagon, Hex, Oct and Circle formations)
  • Pixel referencing (eg, 1 LED travelling from strip#1 led#1 >> strip#4 led#30)
  • Comprehensive understanding of FastLED fastMATH functions .. give the end users real control of the rainbow etc etc
Separate Area for all Artistic and Conceptual code related to LOres LED displays. Hopefully we can get Noz involved with the sparkly sh*t and @kieran-boyle. Everything is focusing on Strips for now, although I will be building some development matrices later, but thats a whole new issue. Aims: - [x] Defining Colour Palettes. - [x] Controlling Shapes (Strips in Squares, Pentagon, Hex, Oct and Circle formations) - [x] Pixel referencing (eg, 1 LED travelling from strip#1 led#1 >> strip#4 led#30) - [ ] Comprehensive understanding of FastLED fastMATH functions .. give the end users real control of the rainbow etc etc
Squatnet commented 2019-02-12 16:14:57 +00:00 (Migrated from github.com)

Correct me if I'm wrong but I thought there was some reason we shouldn't use delay() with FastLED. If I'm remembering correctly there is a FastLED.delay() which is preferable although from memory I'm not sure why

Correct me if I'm wrong but I thought there was some reason we shouldn't use delay() with FastLED. If I'm remembering correctly there is a FastLED.delay() which is preferable although from memory I'm not sure why
Riolaurenti commented 2019-02-12 16:57:10 +00:00 (Migrated from github.com)

yeah stay away from hard delay, use fastLED delay, carefulk using twice
before fastLED show().

We already have (and since probably deleted) pixel reference code in
alphabetMatrix (When this Git Started)

But great to see you're becoming familiar with it!

On Tue, Feb 12, 2019 at 4:15 PM Squatnet notifications@github.com wrote:

Correct me if I'm wrong but I thought there was some reason we shouldn't
use delay() with FastLED. If I'm remembering correctly there is a
FastLED.delay() which is preferable although from memory I'm not sure why


You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
https://github.com/Squatnet/ArduinoStuff/issues/44#issuecomment-462823759,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AV5Oq81FMkaKHz1CfKBzstemoHsEzAhRks5vMuiCgaJpZM4aW2G0
.

yeah stay away from hard delay, use fastLED delay, carefulk using twice before fastLED show(). We already have (and since probably deleted) pixel reference code in alphabetMatrix (When this Git Started) But great to see you're becoming familiar with it! On Tue, Feb 12, 2019 at 4:15 PM Squatnet <notifications@github.com> wrote: > Correct me if I'm wrong but I thought there was some reason we shouldn't > use delay() with FastLED. If I'm remembering correctly there is a > FastLED.delay() which is preferable although from memory I'm not sure why > > — > You are receiving this because you were assigned. > Reply to this email directly, view it on GitHub > <https://github.com/Squatnet/ArduinoStuff/issues/44#issuecomment-462823759>, > or mute the thread > <https://github.com/notifications/unsubscribe-auth/AV5Oq81FMkaKHz1CfKBzstemoHsEzAhRks5vMuiCgaJpZM4aW2G0> > . >
Squatnet commented 2019-02-15 15:56:54 +00:00 (Migrated from github.com)

Adding a tick to pixel referencing as @kieran-boyle has cracked it.

Adding a tick to pixel referencing as @kieran-boyle has cracked it.
Riolaurenti commented 2019-02-15 16:50:11 +00:00 (Migrated from github.com)

beaut, although ongoing.
@kieran-boyle and I should draw out an arty plan for the strips (definition of done for DV2)
Recommend taking a glance at Alphabet matrix (old) code, strip code can be built with easy adaptation to matrices in mind.

Exciting stuff guys.

beaut, although ongoing. @kieran-boyle and I should draw out an arty plan for the strips (definition of done for DV2) Recommend taking a glance at Alphabet matrix (old) code, strip code can be built with easy adaptation to matrices in mind. Exciting stuff guys.
Riolaurenti commented 2019-02-15 16:51:01 +00:00 (Migrated from github.com)

Also I'll dig out the colour palettes I had prepared last year, we'll look to improve on them over the next few weeks, no later than Mar 1st.

#attempted reminder in edit, didn't work.

Also I'll dig out the colour palettes I had prepared last year, we'll look to improve on them over the next few weeks, no later than Mar 1st. #attempted reminder in edit, didn't work.
Squatnet commented 2019-02-15 20:34:48 +00:00 (Migrated from github.com)

Yeah sounds accomplishable

On Fri, 15 Feb 2019, 16:51 Riiio <notifications@github.com wrote:

Also I'll dig out the colour palettes I had prepared last year, we'll look
to improve on them over the next few weeks, no later than Mar 1st.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/Squatnet/ArduinoStuff/issues/44#issuecomment-464119992,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AZCEGnp777OFp4_IdNl1i_pUlW7V6Dzcks5vNuV2gaJpZM4aW2G0
.

Yeah sounds accomplishable On Fri, 15 Feb 2019, 16:51 Riiio <notifications@github.com wrote: > Also I'll dig out the colour palettes I had prepared last year, we'll look > to improve on them over the next few weeks, no later than Mar 1st. > > — > You are receiving this because you commented. > Reply to this email directly, view it on GitHub > <https://github.com/Squatnet/ArduinoStuff/issues/44#issuecomment-464119992>, > or mute the thread > <https://github.com/notifications/unsubscribe-auth/AZCEGnp777OFp4_IdNl1i_pUlW7V6Dzcks5vNuV2gaJpZM4aW2G0> > . >
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
squatnet/ArduinoStuff#44
No description provided.