Thank You for your continued support and contributions!
You wouldn't have bricked it, really, you'd just have had to use the recovery procedure. Not too difficult if you can manage a screwdriver.But it could cut a second or two off boot time, nobody's tested yet. But it's not like the functionality would be gone. The hardcoded boot image in rockbox.gigabeat would likely be replaced with a simple .bmp load, meaning you don't need to convert your image.
A BMP isn't actually encoded, really. It's raw bitmap data, hence the name bitmap. The only extra CPU time would be spent converting it to the native framebuffer format. Since there's already code in the core to do that (it converts several bitmaps every boot currently: Those in the WPS) adding one more bitmap to the list is not going to make a significant difference, and if someone prefers a faster boot they just don't use a theme with a custom boot screen.
Bitmap images store pixels in up to 24 bit values and have some extra header information to describe the data. Raw is in the frame buffer format. While neither is compressed, the bitmap needs to be converted to frame buffer format at load. The core can do this. I believe the main reason it was raw was the bootloader could not.
Page created in 0.066 seconds with 16 queries.