Change screen clear to match initial screen state (Black) in a non-GWIN situation.

ugfx_release_2.6
inmarket 2013-07-29 16:42:24 +10:00
parent 3af74801dd
commit 9ed89f9ad3
1 changed files with 1 additions and 1 deletions

View File

@ -514,7 +514,7 @@ bool_t ginputCalibrateMouse(uint16_t instance) {
#if GFX_USE_GWIN
gdispClear(gwinGetDefaultBgColor());
#else
gdispClear(White);
gdispClear(Black);
#endif
return TRUE;