Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4675 → Rev 4676

/trunk/kernel/arch/arm32/src/mach/testarm/testarm.c
85,7 → 85,7
.x = 640,
.y = 480,
.scan = 1920,
.visual = VISUAL_BGR_8_8_8,
.visual = VISUAL_RGB_8_8_8,
};
fb_init(&prop);
}
/trunk/kernel/arch/arm32/src/mach/integratorcp/integratorcp.c
136,7 → 136,7
.x = 640,
.y = 480,
.scan = 2560,
.visual = VISUAL_RGB_8_8_8_0,
.visual = VISUAL_BGR_0_8_8_8,
};
prop.addr = icp_get_fb_address();
fb_init(&prop);