You'd have to show more of the code. Where does *j*bitmap come from? But at least you need to copy the pixels (pixel by pixel) into the buffer of 'bitmap' after you locked it and make sure that pixels copied into there are in the correct format (RGB_565).
Look at one of the examples in the API Demoes of the Android SDK. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

