Fixed RBG and BGR getPixelColor (#825)

Improved formatting
This commit is contained in:
cschwinne
2020-04-07 00:04:09 +02:00
parent 5cb2a39746
commit 8da985b6d0
9 changed files with 90 additions and 62 deletions

View File

@@ -1,5 +1,14 @@
/*
* Arduino IDE compatibility file.
* WLED Arduino IDE compatibility file.
*
* Where has everything gone?
*
* In April 2020, the project's structure underwent a major change.
* Global variables are now found in file "wled.h"
* Global function declarations are found in "fcn_declare.h"
*
* Usermod compatibility: Existing wled06_usermod.ino mods should continue to work. Delete usermod.cpp.
* New usermods should use usermod.cpp instead.
*/
#include "wled.h"