Support and General Use > Plugins/Viewers

blurred/chopped rockbox logo in new sliding puzzle

(1/1)

crzyboyster:
After updating to the latest build and trying out sliding puzzle, the rockbox logo is messed up and seems to be blurred/chopped completely. Why is this happening and has anyone else noticed it?

EDIT: Here's a screendump of the problem occuring:

markun:
Since it was so unrelated I made it into another thread. Hope you don't mind. Feel free to change the subject into something better. Unfortunately I have no idea what caused your problem.

crzyboyster:
So nobody knows why this is happening? I am using the latest current build on my iPod Nano.

cool_walking_:
I got effects like that when using lcd_bitmap_part() with an incorrect "stride" parameter value, and I found this:

--- Quote from: sliding_puzzle.c ---Note: sliding_puzzle.bmp should be evenly divisible by SPOTS_X and SPOTS_Y, otherwise lcd_bitmap_part stride won't be correct
--- End quote ---
SPOTS_X and SPOTS_Y are both 4 on the Nano.

EDIT: It's expecting a min(LCD_HEIGHT,LCD_WIDTH) pixels wide image.

I put a fix up here.

EDIT: pixelma is going to do a proper fix for this as well as fixing another bug and prettying up the score box.

Navigation

[0] Message Index

Go to full version