From a706dcd431cbb45fe6696d8b3d875d9ccc92b0e0 Mon Sep 17 00:00:00 2001 From: Lailouezzz Date: Mon, 6 Jan 2020 17:50:23 +0100 Subject: [PATCH] FIX : Display setup --- src/p7/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/p7/main.c b/src/p7/main.c index 4e77807..3178813 100644 --- a/src/p7/main.c +++ b/src/p7/main.c @@ -402,6 +402,7 @@ int main(int ac, char **av) /* Setup disp */ casio_seven_set_disp(filestream, sendfile_display, NULL); + sendfile_display(NULL, 1, 0); /* Write loop */ do