clear after mouse calibration to avoid silly display
This commit is contained in:
parent
319d79f296
commit
3af74801dd
1 changed files with 7 additions and 0 deletions
|
@ -510,6 +510,13 @@ bool_t ginputCalibrateMouse(uint16_t instance) {
|
|||
MouseConfig.flags |= FLG_CAL_SAVED;
|
||||
}
|
||||
|
||||
// Clear the screen using the GWIN default background color
|
||||
#if GFX_USE_GWIN
|
||||
gdispClear(gwinGetDefaultBgColor());
|
||||
#else
|
||||
gdispClear(White);
|
||||
#endif
|
||||
|
||||
return TRUE;
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue