micropython/drivers/display
Peter Hinch 8fa03fee77 drivers/display/ssd1306.py: Improve performance of graphics methods.
It removes the need for a wrapper Python function to dispatch to the
framebuf method which makes each function call a bit faster, roughly 2.5x.
This patch also adds the rest of the framebuf methods to the SSD class.
2017-09-25 16:13:32 +10: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.py: Improve performance of graphics methods. 2017-09-25 16:13:32 +10:00