From dbc21c1e5dfd95248fe2cd7da6d96c92bdbb97a4 Mon Sep 17 00:00:00 2001 From: fishsoupisgood Date: Sun, 14 Jun 2020 09:31:59 +0100 Subject: all loops terminate --- app/main.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'app/main.c') diff --git a/app/main.c b/app/main.c index 9d52e1f..c40b571 100644 --- a/app/main.c +++ b/app/main.c @@ -43,10 +43,8 @@ main (void) //i2cb_scan(); - delay_ms (10); oled_init (); - delay_ms (4000); font8x8_put_str ("ABC fish soup!", 0, 0); @@ -55,8 +53,9 @@ main (void) char buf[20]; sprintf(buf,"%8d",cnt++); - font8x16_put_str (buf, 30, 16); + font8x16_put_str (buf, 30, 8); + font8x8_put_str (buf, 0, 24); } -- cgit v1.2.3