[VC WIP] Add depth support to Display
This commit is contained in:
parent
3ec600c6bb
commit
4367a53b91
|
@ -29,6 +29,7 @@ impl VC {
|
|||
Some(Display::new(
|
||||
bus2phys(fb_info.pointer),
|
||||
fb_info.size,
|
||||
fb_info.depth,
|
||||
fb_info.pitch,
|
||||
max_x,
|
||||
max_y,
|
||||
|
|
Loading…
Reference in New Issue