diff options
| author | Dan Halbert <halbert@adafruit.com> | 2019-09-04 15:48:00 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-04 15:48:00 -0400 |
| commit | fca440fb66aff746b0a2c752df15c445ba421fdf (patch) | |
| tree | 1d6ede88cbfb246cdb8a14afa263c2c9e2bded95 /shared-bindings/displayio/__init__.h | |
| parent | 321b57a5d2a85f56ba198c8ff678e123dfe08c4c (diff) | |
| parent | 7951646b9afbb333048730ad7660ee34685e8add (diff) | |
Merge pull request #2113 from tannewt/displayio_hidden5.0.0-alpha.2
Add .hidden to TileGrid and Group
Diffstat (limited to 'shared-bindings/displayio/__init__.h')
| -rw-r--r-- | shared-bindings/displayio/__init__.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shared-bindings/displayio/__init__.h b/shared-bindings/displayio/__init__.h index 122b1fbcb..a7748d029 100644 --- a/shared-bindings/displayio/__init__.h +++ b/shared-bindings/displayio/__init__.h @@ -34,7 +34,6 @@ typedef enum { DISPLAY_DATA } display_byte_type_t; - typedef enum { CHIP_SELECT_UNTOUCHED, CHIP_SELECT_TOGGLE_EVERY_BYTE |
