77 size_t pos = name_to_send.find_last_of(
'.');
78 if (pos != std::string::npos) {
79 name_to_send = name_to_send.substr(pos + 1);
std::string variable_name_
void set_background_pressed_color(Color bco2)
void update_component_settings() override
bool needs_to_send_update_
virtual void set_component_font(const char *component, uint8_t font_id)=0
virtual void set_component_pressed_foreground_color(const char *component, Color color)=0
void set_background_color(Color bco)
void set_visible(bool visible)
bool font_id_needs_update_
std::string variable_name_to_send_
virtual void set_component_pressed_background_color(const char *component, Color color)=0
bool visible_needs_update_
void set_font_id(uint8_t font_id)
virtual void send_state_to_nextion()
virtual void hide_component(const char *component)=0
void set_foreground_color(Color pco)
virtual void show_component(const char *component)=0
virtual void set_component_background_color(const char *component, Color color)=0
void set_foreground_pressed_color(Color pco2)
Implementation of SPI Controller mode.
virtual void set_component_foreground_color(const char *component, Color color)=0