kopia lustrzana https://github.com/peterhinch/micropython-samples
font and reverse added
rodzic
4257f3656b
commit
dff7ea4218
|
@ -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)
|
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
|
To test issue
|
||||||
```python
|
```python
|
||||||
import ubuntu
|
import ubuntu
|
||||||
|
|
Ładowanie…
Reference in New Issue