summaryrefslogtreecommitdiffstats
path: root/app/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/main.c')
-rw-r--r--app/main.c5
1 files changed, 2 insertions, 3 deletions
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);
}