V0.2 Adapted for improved framebuf module

pull/7/head
Peter Hinch 2016-12-17 12:17:32 +00:00
rodzic c56753fde0
commit e7d3fb4b8c
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -16,6 +16,9 @@ trades a 2:1 drop in performance for portability between devices with different
mappings. File ssd1306_drv.py is no longer provided as the framebuf scrolling mappings. File ssd1306_drv.py is no longer provided as the framebuf scrolling
bug is now fixed. bug is now fixed.
Note that framebuf scrolling does not clear the exposed region of the screen.
This is by design but see issue #2692.
# Files # Files
1. ssd1306_test.py A simple test program. 1. ssd1306_test.py A simple test program.