kopia lustrzana https://github.com/peterhinch/micropython-micro-gui
README improvements. Tidy up demo code.
rodzic
a5508d14b6
commit
2191c0e3dd
|
@ -38,7 +38,7 @@ likely to have errors, typos and omissions. It is under review.
|
|||
11. [RadioButtons object](./README.md#11-radiobuttons-object) One-of-N pushbuttons.
|
||||
12. [Listbox widget](./README.md#12-listbox-widget)
|
||||
13. [Dropdown widget](./README.md#13-dropdown-widget) Dropdown lists.
|
||||
14. [DialogBox class](./README.md#14-dialogbox class) Pop-up modal dialog boxes.
|
||||
14. [DialogBox class](./README.md#14-dialogbox-class) Pop-up modal dialog boxes.
|
||||
15. [Textbox widget](./README.md#15-textbox-widget) Scrolling text display.
|
||||
16. [Meter widget](./README.md#16-meter-widget) Display floats on an analog meter.
|
||||
17. [Slider and HorizSlider widgets](./README.md#17-slider-and-horizslider-widgets) Linear potentiometer float data entry and display
|
||||
|
@ -1633,9 +1633,7 @@ from gui.widgets.graph import PolarGraph, PolarCurve, CartesianGraph, Curve, TSe
|
|||
|
||||
 
|
||||
|
||||

|
||||
|
||||
Realtime data simulation.
|
||||
 Realtime time sequence simulation.
|
||||
|
||||
For example code see `gui/demos/plot.py`.
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue