mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Pull PollingComponent up from individual display drivers to Display. (#5444)
This commit is contained in:
		| @@ -33,7 +33,6 @@ CONFIG_SCHEMA = display.BASIC_DISPLAY_SCHEMA.extend( | ||||
|  | ||||
| async def to_code(config): | ||||
|     var = cg.new_Pvariable(config[CONF_ID]) | ||||
|     await cg.register_component(var, config) | ||||
|     await display.register_display(var, config) | ||||
|  | ||||
|     clk = await cg.gpio_pin_expression(config[CONF_CLK_PIN]) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user