diff options
Diffstat (limited to 'demos/modules/gwin/checkbox')
| -rw-r--r-- | demos/modules/gwin/checkbox/main.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/demos/modules/gwin/checkbox/main.c b/demos/modules/gwin/checkbox/main.c index 22963e40..00f3ebdb 100644 --- a/demos/modules/gwin/checkbox/main.c +++ b/demos/modules/gwin/checkbox/main.c @@ -59,7 +59,7 @@ int main(void) {  	// Set the widget defaults  	gwinSetDefaultFont(gdispOpenFont("UI2"));  	gwinSetDefaultStyle(&WhiteWidgetStyle, FALSE); -	gdispClear(White); +	gdispClear(GFX_WHITE);  	// create the widget  	createWidgets(); | 
