connornishijima / Pixie_Chroma

Arduino library and documentation for Pixie Chroma displays!
https://lixielabs.com/chroma/
MIT License
53 stars 9 forks source link

14_Icon_Library.ino needs content #39

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

14_Icon_Library.ino needs content

https://github.com/connornishijima/Pixie_Chroma/blob/c622b5f87c6862d32a35fc449a53d9c0010495a7/examples/02_Advanced/14_Icon_Library/14_Icon_Library.ino#L1


// TODO: 14_Icon_Library.ino needs content

#include "Pixie_Chroma.h"
PixieChroma pix;

#define DATA_PIN    3
#define PIXIES_X    6
#define PIXIES_Y    2

void setup() {
  Serial.begin(250000);
  pix.begin(DATA_PIN, PIXIES_X, PIXIES_Y);
  delay(200);
}

void loop() {
  pix.clear();
}

aa2536b7096b0c8d93b927dad134292221c2f325

github-actions[bot] commented 2 years ago

Closed in 79d34ef5d1fca291481ffc8b40e878997b4fd9e0