Skip to content

Display icons on arbitrary grid size #1

@qr8r

Description

@qr8r

Problem

We want to be able to display icons in a grid of arbitrary size. Create a sample icon (happy face, rocket, etc.) and store the icon "template" as a constant.

Then design a function that can render a pixel map of that icon on a display of arbitrary size.

Bonus. Design a function which can return the set of screen states necessary to animate the icon scrolling across the screen,

Deliverable

  • There is a place that icon templates can be created and added to
  • There is a funcitonthat accepts an icon and a grid size ( maybe scale) and returns the pixel array representing the icon on the screen
  • There is a function which accepts an icon and a grid size and returns a set of arrays representing a scroll animation for the icon on the screen

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions