README.md: Minor fix.

pull/46/head
peterhinch 2022-12-21 11:30:37 +00:00
rodzic e93b8f44f9
commit 7eb050b03e
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -165,6 +165,10 @@ This should provide a REPL. Run a demo:
```python
>>> import gui.demos.aclock
```
The directory `setup_examples` has examples of files to match various displays
and targets. If one of these matches your hardware, it may be copied to the
root as `color_setup.py`.
Note that the `gui.demos.aclock.py` demo comprises 38 lines of actual code.
This stuff is easier than you might think.