|
FastLED 3.9.15
|
#include "platforms/is_platform.h"
Include dependency graph for sketch_macros.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | FL_PLATFORM_HAS_HUGE_MEMORY 0 |
| #define | FL_PLATFORM_HAS_LARGE_MEMORY 1 |
| #define | FL_PLATFORM_HAS_TINY_MEMORY 0 |
| #define | SKETCH_HAS_HUGE_MEMORY FL_PLATFORM_HAS_HUGE_MEMORY |
| #define | SKETCH_HAS_LARGE_MEMORY FL_PLATFORM_HAS_LARGE_MEMORY |
| #define | SKETCH_HAS_LOTS_OF_MEMORY FL_PLATFORM_HAS_LARGE_MEMORY |
| #define | SKETCH_HAS_TINY_MEMORY FL_PLATFORM_HAS_TINY_MEMORY |
| #define | SKETCH_HAS_VERY_LARGE_MEMORY FL_PLATFORM_HAS_HUGE_MEMORY |
| #define | SKETCH_STRINGIFY(x) |
| #define | SKETCH_STRINGIFY_HELPER(x) |