kopia lustrzana https://github.com/peterhinch/micropython-nano-gui
README.md: numerous minor fixes.
rodzic
1df9743fef
commit
33c91aa3d8
|
@ -475,11 +475,13 @@ This provides a vertical linear meter display of values scaled between 0.0 and
|
||||||
1.0.
|
1.0.
|
||||||
|
|
||||||
Constructor positional args:
|
Constructor positional args:
|
||||||
|
|
||||||
1. `writer` The `Writer` instance (font and screen) to use.
|
1. `writer` The `Writer` instance (font and screen) to use.
|
||||||
2. `row` Location on screen.
|
2. `row` Location on screen.
|
||||||
3. `col`
|
3. `col`
|
||||||
|
|
||||||
Keyword only args:
|
Keyword only args:
|
||||||
|
|
||||||
4. `height=50` Height of meter.
|
4. `height=50` Height of meter.
|
||||||
5. `width=10` Width.
|
5. `width=10` Width.
|
||||||
6. `fgcolor=None` Foreground color: if `None` the `Writer` default is used.
|
6. `fgcolor=None` Foreground color: if `None` the `Writer` default is used.
|
||||||
|
@ -527,6 +529,7 @@ Constructor positional args:
|
||||||
3. `col`
|
3. `col`
|
||||||
|
|
||||||
Keyword only args:
|
Keyword only args:
|
||||||
|
|
||||||
4. `height=12` Height of LED.
|
4. `height=12` Height of LED.
|
||||||
5. `fgcolor=None` Foreground color: if `None` the `Writer` default is used.
|
5. `fgcolor=None` Foreground color: if `None` the `Writer` default is used.
|
||||||
6. `bgcolor=None` Background color, as per foreground.
|
6. `bgcolor=None` Background color, as per foreground.
|
||||||
|
@ -575,6 +578,7 @@ Constructor positional args:
|
||||||
3. `col`
|
3. `col`
|
||||||
|
|
||||||
Keyword only args:
|
Keyword only args:
|
||||||
|
|
||||||
4. `height=50` Height and width of dial.
|
4. `height=50` Height and width of dial.
|
||||||
5. `fgcolor=None` Foreground color: if `None` the `Writer` default is used.
|
5. `fgcolor=None` Foreground color: if `None` the `Writer` default is used.
|
||||||
6. `bgcolor=None` Background color, as per foreground.
|
6. `bgcolor=None` Background color, as per foreground.
|
||||||
|
|
Ładowanie…
Reference in New Issue