diff options
| author | Christian Walther <cwalther@gmx.ch> | 2020-10-16 23:08:29 +0200 |
|---|---|---|
| committer | Christian Walther <cwalther@gmx.ch> | 2020-11-28 17:54:34 +0100 |
| commit | ac91220361e402bbf6ebb741a9b6ea258a05da99 (patch) | |
| tree | 35adabf23a681eb121e95e7dc6a9bb11390bbda7 /shared-module/sharpdisplay/SharpMemoryFramebuffer.h | |
| parent | 2ba9805f845e000fa3299e95e93a063471751ecd (diff) | |
Use movable allocation system for Sharp display framebuffer.
Hybrid allocation is now part of the infrastructure. Moving memory contents would not be necessary because displayio can recreate them, but does not hurt.
Diffstat (limited to 'shared-module/sharpdisplay/SharpMemoryFramebuffer.h')
| -rw-r--r-- | shared-module/sharpdisplay/SharpMemoryFramebuffer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shared-module/sharpdisplay/SharpMemoryFramebuffer.h b/shared-module/sharpdisplay/SharpMemoryFramebuffer.h index 8acacc94e..08966a89c 100644 --- a/shared-module/sharpdisplay/SharpMemoryFramebuffer.h +++ b/shared-module/sharpdisplay/SharpMemoryFramebuffer.h @@ -33,7 +33,6 @@ typedef struct { mp_obj_base_t base; - mp_obj_t framebuffer; busio_spi_obj_t* bus; busio_spi_obj_t inline_bus; digitalio_digitalinout_obj_t chip_select; |
