1#include "../../Defines.h"
13 SerialDebug.println(
"setup_M5Display");
24void animation(uint8_t *buffptr, uint8_t amspeed, uint8_t ammode, int64_t amcount )
28void displaybuff(uint8_t *buffptr, int8_t offsetx, int8_t offsety )
36void drawpix(uint8_t xpos, uint8_t ypos, CRGB Color)
52 return (
char*)
"L_RED";
54 return (
char*)
"L_GREEN";
56 return (
char*)
"L_BLUE";
58 return (
char*)
"L_WHITE";
60 return (
char*)
"L_YELLOW";
62 return (
char*)
"UNKNOWN";
67 SerialDebug.printf(
"atom.fillPix %s\n",
colorName(Color));
71 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)