diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2019-11-01 13:20:58 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2019-11-01 13:20:58 -0700 |
| commit | 47e50e56594f7b6b71191e61415f87bfdb9c6cb6 (patch) | |
| tree | 2b602924a4382cebfa23d14af37e9d393cc55528 /shared-bindings/_pixelbuf/__init__.c | |
| parent | 91c9d519ae74923eec7f95dd606f83555a21f751 (diff) | |
| parent | 08d1019f2b8bb2f0153e1019067d8a862c7a03f2 (diff) | |
Merge remote-tracking branch 'adafruit/master' into bleio_tweaks
Diffstat (limited to 'shared-bindings/_pixelbuf/__init__.c')
| -rw-r--r-- | shared-bindings/_pixelbuf/__init__.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shared-bindings/_pixelbuf/__init__.c b/shared-bindings/_pixelbuf/__init__.c index 48b9f1cef..eb0cb2984 100644 --- a/shared-bindings/_pixelbuf/__init__.c +++ b/shared-bindings/_pixelbuf/__init__.c @@ -55,7 +55,7 @@ //| .. class:: ByteOrder() //| -//| Classes representing byteorders for circuitpython +//| Classes representing byteorders for CircuitPython //| .. attribute:: bpp @@ -284,7 +284,7 @@ PIXELBUF_BYTEORDER(LBRG, 4, 3, 1, 2, 0, false, true) //| * **bpp** 4 //| * **has_luminosity** True //| -//| Actual format commonly used by DotStar (5 bit luninance value) +//| Actual format commonly used by DotStar (5 bit luminance value) PIXELBUF_BYTEORDER(LBGR, 4, 3, 2, 1, 0, false, true) STATIC const mp_rom_map_elem_t pixelbuf_module_globals_table[] = { |
