lm3s1968: add graphic to the example.
[bertos.git] / examples / demo / demo.c
index de9ddeb0bfa78a9235f47a56f23bbe394d815eb3..cd9487cd93d9b6ef6150b8aea7c3b11fc6efc3f7 100644 (file)
@@ -92,7 +92,7 @@ static void hello_world(Bitmap *bm)
        /* Set big font */
        gfx_setFont(bm, &font_ncenB18);
 
-       text_xprintf(bm, 1, 0, STYLEF_BOLD | TEXT_FILL | TEXT_CENTER,
+       text_xprintf(bm, 0, 0, STYLEF_BOLD | TEXT_FILL | TEXT_CENTER,
                        "Hello, world!");
        schedule();
        while (1)