Add plot images.

ili9341
Peter Hinch 2018-09-23 13:32:51 +01:00
rodzic 327a4f6c58
commit da58134fe7
7 zmienionych plików z 19 dodań i 7 usunięć

Wyświetl plik

@ -5,14 +5,18 @@ currently for color and monochrome OLED displays. This is coincidental.
These images don't do justice to the OLED displays which are visually
impressive with bright colors and extreme contrast. For some reason they are
quite hard to photograph.
![Image](images/IMG_2885.png)
One of the demos running on an Adafruit 1.27 inch OLED. The colors change
dynamically with low values showing green, intermediate yellow and high red. In
reality the colors are vivid: the right hand meter bar and LED are a brilliant
yellow and the centre one is vivid green.
![Image](images/clock.png) The aclock.py demo.
![Image](images/fonts.png) Label objects in two fonts.
![Image](images/meters.png)
One of the demos running on an Adafruit 1.27 inch OLED. The colors change
dynamically with low values showing green, intermediate yellow and high red.
![Image](images/alevel.png)
The alevel.py demo. The Pyboard was mounted vertically: the length and angle
of the vector arrow varies as the Pyboard is moved.
![Image](images/IMG_2887.png)
The Dial object.
There is an optional [graph plotting module](./plot/FPLOT.md) for basic
Cartesian and polar plots, also realtime plotting including time series.

BIN
images/alevel.png 100644

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 18 KiB

BIN
images/clock.png 100644

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 20 KiB

BIN
images/fonts.png 100644

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 20 KiB

BIN
images/meters.png 100644

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 21 KiB

Wyświetl plik

@ -9,8 +9,14 @@ This was ported from the
[lcd160cr-gui library](https://github.com/peterhinch/micropython-lcd160cr-gui).
Like `nanogui.py` it uses synchronous code.
Please excuse the photography: they look much better than in the pictures. In
particular the effect at the top left corner is an artifact of my efforts at
post processing.
![Image](images/cartesian.png) Classic Cartesian plot.
![Image](images/polar.png) Classic Cartesian plot.
![Image](images/discont.png) Plot of discontinuous data.
![Image](images/lissajous.png) A Lissajous figure.
@ -19,6 +25,8 @@ Like `nanogui.py` it uses synchronous code.
![Image](images/rtpolar.png) Still from realtime simulation of acquisition of polar data.
![Image](images/bernoulli.png) The lemniscate of Bernoulli.
# Contents
1. [Python files](./FPLOT.md#1-python-files)

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 21 KiB