mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
fbdev: make sure color format is set
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@918 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
1a9c3e2b8d
commit
46e95ae615
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ void *vout_fbdev_resize(struct vout_fbdev *fbdev, int w, int h, int bpp,
|
|||
fbdev->fbvar_new.xoffset = left_border;
|
||||
fbdev->fbvar_new.yoffset = top_border;
|
||||
fbdev->fbvar_new.bits_per_pixel = bpp;
|
||||
fbdev->fbvar_new.nonstd = 0; // can set YUV here on omapfb
|
||||
fbdev->buffer_count = buffer_cnt;
|
||||
fbdev->buffer_write = 1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue