1
0
Fork 0

Add automatic flush for the LCD screen

This commit is contained in:
Fred Sundvik 2017-04-08 20:10:20 +03:00
parent 995002fa91
commit 3eb8785e87
5 changed files with 5 additions and 9 deletions

View file

@ -101,8 +101,6 @@ bool display_logo(keyframe_animation_t* animation, visualizer_state_t* state) {
// if you have full screen image, then just use 128 and 32 for both source and target dimensions
gdispGBlitArea(GDISP, 0, 0, 128, 32, 0, 0, 128, (pixel_t*)image_data_lcd_logo);
// Always remember to flush the display
gdispFlush();
return false;
}