Skip to content

Commit

Permalink
Work around black screen bug in MTK
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Bourdeauducq committed Jun 21, 2011
1 parent fffa076 commit bc5b544
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/fb.c
Expand Up @@ -77,6 +77,8 @@ void fb_unblank()
if(blanked) {
ioctl(framebuffer_fd, FBIOSETVIDEOMODE, sysconfig_get_resolution());
blanked = 0;
/* FIXME: work around "black screen" bug in MTK */
mtk_cmd(1, "screen.refresh()");
}
}

Expand Down

0 comments on commit bc5b544

Please sign in to comment.