aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gwin/list/main.c
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-02-03 17:57:38 +1000
committerinmarket <andrewh@inmarket.com.au>2014-02-03 17:57:38 +1000
commit71818b29429b6de41d8e24955ec6e22026fc0ad7 (patch)
tree3e28bcae18f48c01682ae94a679a15217a24adea /demos/modules/gwin/list/main.c
parent18417cb458f0d0e4dcb80bc57c8d75ba759ebcd7 (diff)
downloaduGFX-71818b29429b6de41d8e24955ec6e22026fc0ad7.tar.gz
uGFX-71818b29429b6de41d8e24955ec6e22026fc0ad7.tar.bz2
uGFX-71818b29429b6de41d8e24955ec6e22026fc0ad7.zip
Listbox demo: Change default font to UI2, fix the gfxconf defines, remove surpurflous defines
Diffstat (limited to 'demos/modules/gwin/list/main.c')
-rw-r--r--demos/modules/gwin/list/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/modules/gwin/list/main.c b/demos/modules/gwin/list/main.c
index fca5f018..36820c23 100644
--- a/demos/modules/gwin/list/main.c
+++ b/demos/modules/gwin/list/main.c
@@ -81,7 +81,7 @@ int main(void) {
gfxInit();
// Set the widget defaults
- gwinSetDefaultFont(gdispOpenFont("DejaVuSans12_AA"));
+ gwinSetDefaultFont(gdispOpenFont("UI2"));
gwinSetDefaultStyle(&WhiteWidgetStyle, FALSE);
gdispClear(White);