mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 12:08:36 +08:00
FB: Add a display number to the framebuffer planeinfo structure
This commit is contained in:
parent
d924ed5246
commit
fc9a8ebce8
1 changed files with 1 additions and 0 deletions
|
@ -208,6 +208,7 @@ static int up_getplaneinfo(FAR struct fb_vtable_s *vtable, int planeno,
|
|||
pinfo->fbmem = (FAR void *)session->fb;
|
||||
pinfo->fblen = RFB_SIZE;
|
||||
pinfo->stride = RFB_STRIDE;
|
||||
pinfo->display = fbinfo->display;
|
||||
pinfo->bpp = RFB_BITSPERPIXEL;
|
||||
|
||||
return OK;
|
||||
|
|
Loading…
Reference in a new issue