From 0778427a041bf73c7dc851890716bf61d262249c Mon Sep 17 00:00:00 2001 From: Peter Hinch Date: Tue, 15 Nov 2016 13:27:18 +0000 Subject: [PATCH] SSD1306 README add note about conversion arguments --- SSD1306/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/SSD1306/README.md b/SSD1306/README.md index 82b0261..58d7a02 100644 --- a/SSD1306/README.md +++ b/SSD1306/README.md @@ -87,6 +87,12 @@ only. Should the official ssd1306 driver be changed to use vertical mapping (which the device supports) this method may be used to accommodate it. This mode has been tested. +# Use of font_to_py.py + +To convert font files to Python for use with this driver the default (vertical) +mapping and bit order should be used. The only optional argument which may be +needed is ``-f`` if fixed-width rendering is desired. + # Note The official SSD1306 driver is based on the framebuf module which is in a state