micropython/drivers/display
Damien George ca2427c313 drivers/display/ssd1306: Make poweron() work the same with SSD1306_SPI.
The poweroff() and poweron() methods are used to do soft power control of
the display, and this patch makes these methods work the same for both I2C
and SPI interfaces.
2017-10-06 12:48:44 +11:00
..
lcd160cr.py drivers/display/lcd160cr: Fix get_line method and enhance screen_dump. 2017-05-17 19:53:13 +10:00
lcd160cr_test.py drivers/display/lcd160cr_test: Allow test to take orientation parameter. 2017-05-17 19:54:38 +10:00
ssd1306.py drivers/display/ssd1306: Make poweron() work the same with SSD1306_SPI. 2017-10-06 12:48:44 +11:00