Pixie Chroma
Documentation for the easiest 5x7 LED displays for Arduino!
|
#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 } |
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.
enum 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.
enum t_justification |
All text justification options
Definition at line 23 of file pixie_chroma_internal.h.
enum t_scroll_type |
All scroll options
Definition at line 30 of file pixie_chroma_internal.h.