If you are seeing a white image, my guess is that the image is not being loaded. Try moving the image into just the media folder, and as Hodgey says, use a virtual resolution to test whether it loads.
But tell us how big your device size is, so we can compare that to the 100x100 sprite size.
Oh, and by the way, you should move that sprite size outside the loop, you only have to set it once. (unless you plan to change the size in the game loop)