1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-03 02:22:25 +01:00

Nextion exit reparse mode on startup (#5868)

Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
This commit is contained in:
Edward Firmo
2023-12-06 07:55:07 +01:00
committed by GitHub
parent be07463fbd
commit f026f49415
5 changed files with 30 additions and 3 deletions

View File

@@ -53,6 +53,7 @@ void Nextion::set_protocol_reparse_mode(bool active_mode) {
this->write_str("connect");
this->write_array(to_send, sizeof(to_send));
}
void Nextion::set_exit_reparse_on_start(bool exit_reparse) { this->exit_reparse_on_start_ = exit_reparse; }
// Set Colors - Background
void Nextion::set_component_background_color(const char *component, uint16_t color) {