|
ESP_IOT v2.5
IOT ESP Coding
|

Go to the source code of this file.
Macros | |
| #define | MAX_COLORS 5 |
Functions | |
| void | setup_M5Display () |
| the setup() no loop() More... | |
| void | animation (uint8_t *buffptr, uint8_t amspeed, uint8_t ammode, int64_t amcount) |
| void | displaybuff (uint8_t *buffptr, int8_t offsetx, int8_t offsety) |
| void | setBrightness (uint8_t brightness) |
| void | drawpix (uint8_t xpos, uint8_t ypos, CRGB Color) |
| void | drawpix (uint8_t Number, CRGB Color) |
| void | clear () |
| char * | colorName (CRGB Color) |
| void | fillpix (CRGB Color) |
| color the button light More... | |
| CRGB | getRandomColor () |
| 7.24.25 return a (semi) random color More... | |
Variables | |
| LED_DisPlay | _dis |
| the LED DIsplay Object More... | |
| boolean | _M5DisplaySetup = false |
| long | _randomColorIndex = 0 |
| #define MAX_COLORS 5 |
Definition at line 76 of file M5Display.cpp.
| void animation | ( | uint8_t * | buffptr, |
| uint8_t | amspeed, | ||
| uint8_t | ammode, | ||
| int64_t | amcount | ||
| ) |
| void clear | ( | ) |
| char * colorName | ( | CRGB | Color | ) |
| void displaybuff | ( | uint8_t * | buffptr, |
| int8_t | offsetx, | ||
| int8_t | offsety | ||
| ) |
| void drawpix | ( | uint8_t | Number, |
| CRGB | Color | ||
| ) |
| void drawpix | ( | uint8_t | xpos, |
| uint8_t | ypos, | ||
| CRGB | Color | ||
| ) |
| void fillpix | ( | CRGB | Color | ) |
color the button light
Definition at line 65 of file M5Display.cpp.


| CRGB getRandomColor | ( | ) |
7.24.25 return a (semi) random color
Definition at line 78 of file M5Display.cpp.

| void setBrightness | ( | uint8_t | brightness | ) |
| void setup_M5Display | ( | ) |
CRGB is RGB https://github.com/FastLED/FastLED/wiki/Pixel-reference https://github.com/FastLED/FastLED/wiki/RGBSet-Reference https://gist.github.com/chemdoc77?page=3 https://github.com/marmilicious/FastLED_examples/blob/master/blink_variations.ino@see https://community.m5stack.com/topic/5550/atom-lite-with-different-led-controllers-for-internal-led/7
Definition at line 11 of file M5Display.cpp.


| LED_DisPlay _dis |
the LED DIsplay Object
Definition at line 8 of file M5Display.cpp.
| boolean _M5DisplaySetup = false |
Definition at line 9 of file M5Display.cpp.
| long _randomColorIndex = 0 |
Definition at line 75 of file M5Display.cpp.