use display_clear where possible

This commit is contained in:
Pavol Rusnak 2016-09-28 17:13:46 +02:00
parent ed975398d9
commit 19bb7fc1e3
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ void display_init(void) {
display_orientation(0);
display_backlight(0);
// clear buffer
display_bar(0, 0, DISPLAY_RESX, DISPLAY_RESY, 0x0000);
display_clear();
display_unsleep();
}