diff options
author | inmarket <andrewh@inmarket.com.au> | 2014-08-12 16:45:06 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2014-08-12 16:45:06 +1000 |
commit | 5460a923ab25d27e522fe175563633665c477e02 (patch) | |
tree | e43734965f66092d3d076a599b3b8a188b005bc0 /demos | |
parent | 0e74c164c3eac14f6e99d1a5cc4e0563faeff5d0 (diff) | |
parent | 10902154aec652a3fcdf028b2c6ff16743464973 (diff) | |
download | uGFX-5460a923ab25d27e522fe175563633665c477e02.tar.gz uGFX-5460a923ab25d27e522fe175563633665c477e02.tar.bz2 uGFX-5460a923ab25d27e522fe175563633665c477e02.zip |
Merge branch 'master' into newmouse
Diffstat (limited to 'demos')
-rw-r--r-- | demos/modules/gwin/widgets/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/modules/gwin/widgets/main.c b/demos/modules/gwin/widgets/main.c index 641625e6..783ed548 100644 --- a/demos/modules/gwin/widgets/main.c +++ b/demos/modules/gwin/widgets/main.c @@ -194,7 +194,7 @@ static void createWidgets(void) { wi.g.width = ScrWidth/2 - 2*border; ghConsole = gwinConsoleCreate(0, &wi.g); gwinSetColor(ghConsole, Black); - gwinSetBgColor(ghConsole, 0xF0F0F0); + gwinSetBgColor(ghConsole, HTML2COLOR(0xF0F0F0)); // Buttons wi.g.parent = ghPgButtons; |