1#include "../../Defines.h"
13 SerialDebug.println(
"setup_M5Display");
27 return (
char*)
"L_RED";
29 return (
char*)
"L_GREEN";
31 return (
char*)
"L_BLUE";
33 return (
char*)
"L_WHITE";
35 return (
char*)
"L_YELLOW";
37 return (
char*)
"UNKNOWN";
40void animation(uint8_t *buffptr, uint8_t amspeed, uint8_t ammode, int64_t amcount )
44void displaybuff(uint8_t *buffptr, int8_t offsetx, int8_t offsety )
52void drawpix(uint8_t xpos, uint8_t ypos, CRGB Color)
58 SerialDebug.printf(
"drawpix(%s)\n",
colorName(Color));
69 SerialDebug.printf(
"atom.fillPix %s\n",
colorName(Color));
73 SerialDebug.printf(
"***atom.fillPix NOT Setup yet");
void setBrightness(uint8_t brightness)
char * colorName(CRGB Color)
void drawpix(uint8_t xpos, uint8_t ypos, CRGB Color)
void setup_M5Display()
the setup() no loop()
CRGB getRandomColor()
7.24.25 return a (semi) random color
LED_DisPlay _dis
the LED DIsplay Object
void fillpix(CRGB Color)
color the button light
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 begin(uint8_t LEDNumber=NUM_LEDS)
void displaybuff(uint8_t *buffptr, int32_t offsetx=0, int32_t offsety=0)
void setBrightness(uint8_t brightness)
void drawpix(uint8_t xpos, uint8_t ypos, CRGB Color)
void animation(uint8_t *buffptr, uint8_t amspeed, uint8_t ammode, int64_t amcount=-1)
void setCore(BaseType_t coreID)
void start(void *taskData=nullptr)
void setTaskPriority(uint8_t priority)
void setTaskName(std::string name)