aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gwin/console/main.c
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-10-28 00:42:38 +0100
committerJoel Bodenmann <joel@unormal.org>2013-10-28 00:42:38 +0100
commit630989d6b4a367ed16517be44f282b13a001c611 (patch)
treeff4b8751f62d2719eaa83c7d18a3f0b5558311d6 /demos/modules/gwin/console/main.c
parentcf616ae80412f20ddf0a534284b67010b4937969 (diff)
downloaduGFX-630989d6b4a367ed16517be44f282b13a001c611.tar.gz
uGFX-630989d6b4a367ed16517be44f282b13a001c611.tar.bz2
uGFX-630989d6b4a367ed16517be44f282b13a001c611.zip
updated GDISP and GWIN demos
Diffstat (limited to 'demos/modules/gwin/console/main.c')
-rw-r--r--demos/modules/gwin/console/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/modules/gwin/console/main.c b/demos/modules/gwin/console/main.c
index 2175ce04..0efd1c99 100644
--- a/demos/modules/gwin/console/main.c
+++ b/demos/modules/gwin/console/main.c
@@ -41,7 +41,7 @@ int main(void) {
/* Set some fonts */
font1 = gdispOpenFont("UI2");
- font2 = gdispOpenFont("UI2 Double");
+ font2 = gdispOpenFont("DejaVu Sans 12");
gwinSetDefaultFont(font1);
/* create the three console windows */
@@ -75,7 +75,7 @@ int main(void) {
/* Output some data on the first console */
for(i = 0; i < 10; i++) {
- gwinPrintf(GW1, "Hello ChibiOS/GFX!\r\n");
+ gwinPrintf(GW1, "Hello uGFX!\r\n");
}
/* Output some data on the second console */