From dff7ea4218e498b809422b982d7d0695244353d7 Mon Sep 17 00:00:00 2001 From: Peter Hinch Date: Tue, 1 Mar 2016 07:51:53 +0000 Subject: [PATCH] font and reverse added --- font/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/font/README.md b/font/README.md index eee1b7c..4f85e99 100644 --- a/font/README.md +++ b/font/README.md @@ -15,7 +15,8 @@ Select the microC tab and press Save, following the usual file creation routine. On a PC with Python 3 installed issue (to convert a file Ubuntu_Medium17x19.c to Python ubuntu.py) ``` -python3 CfontToPython.py -i Ubuntu_Medium17x19.c -o ubuntu.py``` +python3 CfontToPython.py -i Ubuntu_Medium17x19.c -o ubuntu.py +``` To test issue ```python import ubuntu