diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2019-06-13 00:34:19 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2019-06-13 00:34:19 -0700 |
| commit | 6f6dcafd906b2ac49291f4220f3fcc7cea6112e1 (patch) | |
| tree | 55834cab63123bb95a2b7d329ff78442f34cfe6b /shared-bindings | |
| parent | d2ec43113eb27a8ab736351e1cb5444b4575629f (diff) | |
Minor tweaks based on Dan's feedback
Diffstat (limited to 'shared-bindings')
| -rw-r--r-- | shared-bindings/displayio/TileGrid.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shared-bindings/displayio/TileGrid.c b/shared-bindings/displayio/TileGrid.c index 5d064ae10..6ba4914a0 100644 --- a/shared-bindings/displayio/TileGrid.c +++ b/shared-bindings/displayio/TileGrid.c @@ -249,8 +249,8 @@ const mp_obj_property_t displayio_tilegrid_flip_y_obj = { //| .. attribute:: transpose_xy //| -//| If true, the TileGrid will be rotate 90 degrees. When combined with mirroring any 90 degree -//| rotation can be achieved. +//| If true, the TileGrid's axis will be swapped. When combined with mirroring, any 90 degree +//| rotation can be achieved along with the corresponding mirrored version. //| STATIC mp_obj_t displayio_tilegrid_obj_get_transpose_xy(mp_obj_t self_in) { displayio_tilegrid_t *self = native_tilegrid(self_in); |
