diff options
| author | Lucian Copeland <hierophect@gmail.com> | 2020-06-04 16:15:38 -0400 |
|---|---|---|
| committer | Lucian Copeland <hierophect@gmail.com> | 2020-06-04 16:15:38 -0400 |
| commit | a0977cac7b92233a3ea52404fe59f9a4a3d3ac4a (patch) | |
| tree | 2e8e7d182871589aaaf9cc72c58b24b5b7f77320 /shared-module/framebufferio | |
| parent | d14e34449b5b70ea5e39938324e27af76498b0dd (diff) | |
| parent | fffe171d5fed98b8db6f2a59393987a8eb5313e9 (diff) | |
Merge remote-tracking branch 'upstream/master' into stm32-LSE-startup-fix
Diffstat (limited to 'shared-module/framebufferio')
| -rw-r--r-- | shared-module/framebufferio/FramebufferDisplay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-module/framebufferio/FramebufferDisplay.c b/shared-module/framebufferio/FramebufferDisplay.c index 2a88b5307..f296da409 100644 --- a/shared-module/framebufferio/FramebufferDisplay.c +++ b/shared-module/framebufferio/FramebufferDisplay.c @@ -57,7 +57,7 @@ void common_hal_framebufferio_framebufferdisplay_construct(framebufferio_framebu NULL, self->framebuffer_protocol->get_width(self->framebuffer), self->framebuffer_protocol->get_height(self->framebuffer), - ram_width, + ram_width, ram_height, 0, 0, |
