From cbf1d4dfa095bc1fae927228ad108b6086738f01 Mon Sep 17 00:00:00 2001 From: inmarket Date: Sun, 8 Jul 2018 13:05:27 +1000 Subject: Added type gFont to replace V2.x font_t --- demos/applications/combo/main.c | 2 +- demos/applications/notepad/main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'demos/applications') diff --git a/demos/applications/combo/main.c b/demos/applications/combo/main.c index 1e7c6584..a614b23b 100644 --- a/demos/applications/combo/main.c +++ b/demos/applications/combo/main.c @@ -70,7 +70,7 @@ static const GWidgetStyle YellowWidgetStyle = { }; /* The variables we need */ -static font_t font; +static gFont font; static GListener gl; static GHandle ghConsole; static GTimer FlashTimer; diff --git a/demos/applications/notepad/main.c b/demos/applications/notepad/main.c index 852396c2..43933355 100644 --- a/demos/applications/notepad/main.c +++ b/demos/applications/notepad/main.c @@ -44,7 +44,7 @@ void drawScreen(void) { char *msg = "uGFX"; - font_t font1, font2; + gFont font1, font2; font1 = gdispOpenFont("DejaVuSans24*"); font2 = gdispOpenFont("DejaVuSans12*"); -- cgit v1.2.3