[VC WIP] Add depth support to Display

This commit is contained in:
Berkus Decker 2019-01-15 01:54:44 +02:00
parent 3ec600c6bb
commit 4367a53b91
1 changed files with 1 additions and 0 deletions

View File

@ -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,