diff --git a/README.md b/README.md index e02ce91..a138883 100644 --- a/README.md +++ b/README.md @@ -103,10 +103,7 @@ Sample fonts created by [font_to_py.py](https://github.com/peterhinch/micropytho * `font6.py` * `freesans20.py` -Demo of the use of `nanogui` with `uasyncio`: - * `asnano.py` Runs until the usr button is pressed. - -Requires [asyn.py](https://github.com/peterhinch/micropython-async/blob/master/asyn.py). +Demos showing the use of `nanogui` with `uasyncio` may be found [here](./async/ASYNC.md). ## 2.2 Dependencies diff --git a/asnano.py b/async/asnano.py similarity index 100% rename from asnano.py rename to async/asnano.py diff --git a/images/alevel.png b/images/alevel.png index e754f51..cf38203 100644 Binary files a/images/alevel.png and b/images/alevel.png differ diff --git a/images/clock.png b/images/clock.png index 295dbf2..c8cf2a7 100644 Binary files a/images/clock.png and b/images/clock.png differ diff --git a/images/fonts.png b/images/fonts.png index 25564df..a1326c6 100644 Binary files a/images/fonts.png and b/images/fonts.png differ diff --git a/images/meters.png b/images/meters.png index beba813..da809cd 100644 Binary files a/images/meters.png and b/images/meters.png differ diff --git a/plot/FPLOT.md b/plot/FPLOT.md index ace8c83..775d12d 100644 --- a/plot/FPLOT.md +++ b/plot/FPLOT.md @@ -10,8 +10,7 @@ This was ported from the Like `nanogui.py` it uses synchronous code. Please excuse the photography: these displays look **much** better than in my -pictures. The effect at the top left corner is an artifact of my efforts at -post processing. +pictures. ![Image](images/cartesian.png) Classic Cartesian plot. diff --git a/plot/images/bernoulli.png b/plot/images/bernoulli.png index 2926763..d53f4b7 100644 Binary files a/plot/images/bernoulli.png and b/plot/images/bernoulli.png differ diff --git a/plot/images/cartesian.png b/plot/images/cartesian.png index 23458bf..661b79c 100644 Binary files a/plot/images/cartesian.png and b/plot/images/cartesian.png differ diff --git a/plot/images/discont.png b/plot/images/discont.png index c4f3253..5190a8f 100644 Binary files a/plot/images/discont.png and b/plot/images/discont.png differ diff --git a/plot/images/lissajous.png b/plot/images/lissajous.png index 4c0e455..cf4ab11 100644 Binary files a/plot/images/lissajous.png and b/plot/images/lissajous.png differ diff --git a/plot/images/polar.png b/plot/images/polar.png index 2a19d39..9171960 100644 Binary files a/plot/images/polar.png and b/plot/images/polar.png differ diff --git a/plot/images/sine.png b/plot/images/sine.png index 574870f..3453ec2 100644 Binary files a/plot/images/sine.png and b/plot/images/sine.png differ