FRC1076 / FRC1076/NeoPixel_GOI_Simulator
Class to convert an ASCII image to NeoDisplay renderable pixels
Open
@VeeBallbach is already working on this.
Since Feb 4, 2019.
help wanted
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Create a class to convert a small ascii image to pixels
Input: A small ascii image, and a coordinate
Output: A list of pixels for NeoDispaly to render:
Ex: [0,50,43,45,34,65]
There should be some logic to allow for the moving of the image on the display. The actual moving of the image should not be in this class, but it should create pixel values in a way determined by and input coordinate.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.