Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Matrix API example: Compass Screen #8

Open
wants to merge 16 commits into
base: matrix_api
Choose a base branch
from

Commits on Apr 8, 2018

  1. Configuration menu
    Copy the full SHA
    212dc17 View commit details
    Browse the repository at this point in the history
  2. cargo fmt examples/compass_screen.rs

    Joaquin Rosales committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    266c56c View commit details
    Browse the repository at this point in the history
  3. remove 'led-matrix' attributes on examples/compass_screen.rs, update …

    …pixel color usage
    Joaquin Rosales committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    096353c View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2018

  1. slim-down code in examples/compass_screen.rs

    Joaquin Rosales committed Apr 15, 2018
    Configuration menu
    Copy the full SHA
    7a205f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2018

  1. update sensehat-screen to v0.1.6

    Joaquin Rosales committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    d2da0c4 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2018

  1. update sensehat-screen to v0.1.8

    Joaquin Rosales committed May 1, 2018
    Configuration menu
    Copy the full SHA
    985d5d2 View commit details
    Browse the repository at this point in the history
  2. update path to FramebufferError

    Joaquin Rosales committed May 1, 2018
    Configuration menu
    Copy the full SHA
    5e91729 View commit details
    Browse the repository at this point in the history
  3. update examples/compass_screen.rs to use newer PixelFrame type instea…

    …d of FrameLine
    Joaquin Rosales committed May 1, 2018
    Configuration menu
    Copy the full SHA
    cdbf6f0 View commit details
    Browse the repository at this point in the history
  4. change Image([PixelColor; 64]) to Image(PixelFrame) from sensehat_screen

    Update Image methods to take advantage of the PixelFrame API
    Joaquin Rosales committed May 1, 2018
    Configuration menu
    Copy the full SHA
    1289df5 View commit details
    Browse the repository at this point in the history
  5. create PixelFrame from [PixelColor; 64 in ::clear

    Joaquin Rosales committed May 1, 2018
    Configuration menu
    Copy the full SHA
    497ef6e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6139da5 View commit details
    Browse the repository at this point in the history
  7. Image implements Copy and Debug

    Joaquin Rosales committed May 1, 2018
    Configuration menu
    Copy the full SHA
    f4a629e View commit details
    Browse the repository at this point in the history
  8. make Image::rotate_copy a public method

    Joaquin Rosales committed May 1, 2018
    Configuration menu
    Copy the full SHA
    a25221e View commit details
    Browse the repository at this point in the history
  9. Image implements From<[PixelColor; LED_NUM_PIXELS]>

    Joaquin Rosales committed May 1, 2018
    Configuration menu
    Copy the full SHA
    811d796 View commit details
    Browse the repository at this point in the history
  10. update examples/compass_screen to use the Matrix API

    Joaquin Rosales committed May 1, 2018
    Configuration menu
    Copy the full SHA
    837e6a0 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2018

  1. update to sensehat-screen v0.1.9 in Cargo.toml

    Joaquin Rosales committed May 2, 2018
    Configuration menu
    Copy the full SHA
    07efb93 View commit details
    Browse the repository at this point in the history