1 #ifdef USE_ACTOR_LEDMATRIX
2 #ifndef _ACTOR_LEDMATRIX_H_
3 #define _ACTOR_LEDMATRIX_H_
4 #define USE_SWITCH_ONOFF
6 #include "LED_Matrix.h"
11 #define LEDMATRIX_CLK 5
16 #define LEDMATRIX_DIN 0
21 #define LEDMATRIX_CS 2
26 #define LEDMATRIX_DEVICES_X 4
31 #define LEDMATRIX_DEVICES_Y 3
42 class Actor_LEDMatrix :
public Switch_OnOff {
62 void begin(
const char* _html_place,
const char* _label,
const char* _mqtt_name,
const char* _keyword,
63 bool _start_value,
bool _on_value,
bool _is_state, uint8_t _slider_val, uint8_t _slider_no,
64 const char* _slider_label,
const char* _slider_mqtt_name,
const char* _slider_keyword,
65 const char* _mqtt_line,
const char* _mqtt_graph);
74 bool set(
const String& _cmnd,
const String& _val);
80 void getMatrixFB(String& fb_cont);
100 void html_upd_data();
115 void print_line(
const char* rohtext);
126 void print_graph(
const char* rohtext);
143 time_t graph_change_time;
time_t now
Eine Variable für Zeitinformationen.
Definition: main.h:115
void loop()
Die Hauptschleife.
Definition: main.cpp:564