activate displays again

This commit is contained in:
Jonas Zeunert
2020-01-23 20:37:24 +01:00
parent 31cd3711ef
commit c643be4272

View File

@@ -34,7 +34,7 @@ DisplayController::DisplayController(std::map<std::string, std::shared_ptr<items
activate_displays();
//this->display_cycle_thread = std::thread(&DisplayController::cycle_displays, this);
this->display_cycle_thread = std::thread(&DisplayController::cycle_displays, this);
CLOG(DEBUG, OUTPUT_LOGGER) << "Created DisplayController and started cycling them.";
}