FastLED 3.9.15
|
#include <Arduino.h>
#include "../shared/color.h"
#include "../shared/framebuffer.h"
#include "../shared/settings.h"
#include "./LedRopeTCL.h"
#include "../shared/led_layout_array.h"
#include "FastLED.h"
#include "fl/dbg.h"
#include "fl/ui.h"
Go to the source code of this file.
Namespaces | |
namespace | anonymous_namespace{LedRopeTCL.cpp} |
Macros | |
#define | CHIPSET WS2812 |
#define | PIN_CLOCK 2 |
#define | PIN_DATA 1 |
Functions | |
ScreenMap | anonymous_namespace{LedRopeTCL.cpp}::init_screenmap () |
Variables | |
UIButton | anonymous_namespace{LedRopeTCL.cpp}::buttonAllWhite ("All white") |