initial commit
This commit is contained in:
24
libraries/FastLED/src/eorder.h
Normal file
24
libraries/FastLED/src/eorder.h
Normal file
@@ -0,0 +1,24 @@
|
||||
/// @file eorder.h
|
||||
/// Defines color channel ordering enumerations
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "fl/eorder.h"
|
||||
|
||||
// Global aliases for backward compatibility
|
||||
using EOrder = fl::EOrder;
|
||||
using EOrderW = fl::EOrderW;
|
||||
|
||||
// Bring enum values into global scope
|
||||
using fl::RGB;
|
||||
using fl::RBG;
|
||||
using fl::GRB;
|
||||
using fl::GBR;
|
||||
using fl::BRG;
|
||||
using fl::BGR;
|
||||
|
||||
using fl::W3;
|
||||
using fl::W2;
|
||||
using fl::W1;
|
||||
using fl::W0;
|
||||
using fl::WDefault;
|
||||
Reference in New Issue
Block a user