[VC, wip] change depth for testing

This commit is contained in:
Berkus Decker 2018-11-17 15:09:02 +02:00
parent be7bfd842b
commit 37c942626f
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ pub struct VC;
impl VC {
// Use mailbox framebuffer interface to initialize
pub fn init_fb(size: Size2d /*, uart: &mut MiniUart*/) -> Option<Display> {
let mut fb_info = GpuFb::new(size, 24);
let mut fb_info = GpuFb::new(size, 32);
// uart.puts("initing fb_info\n");
fb_info.call().map_err(|_| {