Pixie Chroma
Documentation for the easiest 5x7 LED displays for Arduino!
pixie_chroma_internal.h File Reference
#include "Arduino.h"

Go to the source code of this file.

Classes

class  PixieChroma
 This is the software documentation for using Pixie Chroma functions on Arduino! For full example usage, see Demos. More...
 

Enumerations

enum  t_update_mode { AUTOMATIC , MANUAL }
 

Detailed Description

Designed specifically to work with Pixie Chroma: -—> https://connornishijima.github.io/PixieChroma

Last Updated by Connor Nishijima on 10/20/21

Definition in file pixie_chroma_internal.h.

Enumeration Type Documentation

◆ t_update_mode

Modes for updating Pixie Chroma displays

Enumerator
AUTOMATIC 

Will call show() at a specified FPS using an ISR

MANUAL 

Allows you call show() when you like

Definition at line 16 of file pixie_chroma_internal.h.