diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2020-06-03 12:19:20 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-03 12:19:20 -0700 |
| commit | 547beb5d4740f8e5b5db5d57a7544a4b765ef0c5 (patch) | |
| tree | 5b445330d04a03f517dc490b53c87f9c5a5e7516 /shared-module/framebufferio/FramebufferDisplay.c | |
| parent | 01e294536c3ca36a8c9ad0e3b2c14adb5c2b85b5 (diff) | |
| parent | 79cd86445ee352861a68d395114a15c3cd4edee5 (diff) | |
Merge pull request #2981 from Flameeyes/master
Set up basic integration with pre-commit.
Diffstat (limited to 'shared-module/framebufferio/FramebufferDisplay.c')
| -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, |
