Merge pull request #679 from Zoobdude/main

Update function names in readme
pico-display-mandelbrot
Hel Gibbons 2023-02-22 10:41:50 +00:00 zatwierdzone przez GitHub
commit 8c4e54ad6b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -95,7 +95,7 @@ There are 16 pen colours - or "shades of grey" - to choose, from 0 (black) to 15
Since Badger 2040 W cannot display colours other than black and white, any value from 1 to 14 will apply dithering when drawn, to simulate a shade of grey.
```python
pen(
set_pen(
colour # int: colour from 0 to 15
)
```
@ -190,7 +190,7 @@ There are currently four constants naming the different update speeds from 0 to
* `UPDATE_TURBO` - a super fast update, prone to ghosting, great for making minor changes such as moving a cursor through a menu
```python
update_speed(
set_update_speed(
speed # int: one of the update constants
)
```