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 File > Examples > Pixie_Chroma inside Arduino!. More...
 

Enumerations

enum  t_update_mode { AUTOMATIC , MANUAL }
 
enum  t_justification { LEFT , CENTER , RIGHT }
 
enum  t_scroll_type { SMOOTH , SHIFT , INSTANT }
 

Detailed Description

Designed specifically to work with Pixie Chroma: -—> https://lixielabs.com/chroma

Last Updated by Connor Nishijima on 12/3/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 17 of file pixie_chroma_internal.h.

◆ t_justification

All text justification options

Definition at line 23 of file pixie_chroma_internal.h.

◆ t_scroll_type

All scroll options

Definition at line 30 of file pixie_chroma_internal.h.