View Single Post
  #5 (permalink)  
Old 3rd Nov 2007, 1:37 pm
Dancemammal Dancemammal is offline
Member
Keen on MPx players
 
Join Date: Oct 2007
Posts: 60
Default Re: what's the best way to create a lst file for rklogoedit

Hi All,

I agree, about the fixed address in the firmware, when the developer updates and compiles the firmware, the addresses will have moved.

The bitmap format is 16bit 5-6-5 format, ie RRRRRGGGGGGBBBBB, the data has been read in correctly, but the resulting image seems to have the next pixel with added green ??, I will find it, it will just take some time,
until then it is not worth a release,

The byte shifting, is useful if you cant understand the image you are looking at you can shift the image stream by chunks until you find an image you can see, then you can work back,

The image search would be easy to impliment, and useful, thanks,


Cheers
Dancemammal
Reply With Quote