Skip to content
This repository was archived by the owner on Jul 28, 2022. It is now read-only.
This repository was archived by the owner on Jul 28, 2022. It is now read-only.

Rename pixel and matrix types, Change single pixel type to strip #18

@marmilicious

Description

@marmilicious
  1. As you were considering, yes I think it would be good to rename the pixel and matrix types to:
    wokwi-led-strip and wokwi-led-matrix
    (Beginners are often familiar with the name neopixel, but it's just a WS28** pixel, so probably better to keep it a generic name.)

And then later if there's a ring type, would that be wokwi-led-ring?

  1. For the type of render, right now there is individual or canvas, and then if in canvas mode pixelate can be added. What if pixelate is one of the render styles instead of a separate thing added on top of canvas? So three render styles, instead of two with one having two modes, which seems harder to remember.

  2. Canvas doesn't quite feel like the right name to me. Maybe "blur" instead?

  3. Change single pixel type to strip. Strips of length 1 can of course be used for a single pixel.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions