FRC1076 / FRC1076/NeoPixel_GOI_Simulator

Class to convert an ASCII image to NeoDisplay renderable pixels

Open
#16 0 comments 0 reactions 2 assignees View on GitHub

@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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.