diff --git a/drivers/place/logic_example.cr b/drivers/place/logic_example.cr index 7c98abbf94..6d67b78aba 100644 --- a/drivers/place/logic_example.cr +++ b/drivers/place/logic_example.cr @@ -16,7 +16,7 @@ class Place::LogicExample < PlaceOS::Driver end def power(state : Bool) - main_lcd.power(state) + system.all(:Display).power(state) end def display_count