support page operations on display

This commit is contained in:
Ian Geiser
2020-09-13 08:18:23 -04:00
parent d1edf14b5e
commit f0b67875a9

View File

@@ -10,7 +10,7 @@ from . import st7735_ns
DEPENDENCIES = ['spi']
ST7735 = st7735_ns.class_('ST7735', cg.PollingComponent, spi.SPIDevice)
ST7735 = st7735_ns.class_('ST7735', cg.PollingComponent, spi.SPIDevice, display.DisplayBuffer)
ST7735Ref = ST7735.operator('ref')
CONFIG_SCHEMA = display.FULL_DISPLAY_SCHEMA.extend({