2011-03-15 02:12 AM
Hex Editor
#!winning-rtfm2011-05-17 05:27 AM
Don't you think it would be necessary to state which particular ''hex editor'' you downloaded for people to be able to offer you any advice on how to use it?
And what, exactly, do you mean by ''converting'' a .bmp file ''to hexadecimal''? How do you intend to use it once you've ''converted'' it?2011-05-17 05:27 AM
These posts do seem to have a ''random stream of conscience'' feel to them like a twitter feed.
Presumably you are looking to output a .C/.H file form of data, in the converter I'm thinking of you'd use ''File Save As'' and pick the C format output. Hopefully you picked the same one.2011-05-17 05:27 AM
Hello
I
have to
display an icon
in
lcd
,
here is
the
instruction
Tracking
NewIcon
=
(
''
Tracking
''
,
(
u32
)
GPS_image
,
64
, 64
,
FuncTrack
)
;
GPS_image
is
declare
an image
to a file
.
c
as
const
,
I have
a
picture
.
bmp and
I
do not know
how to
convert
hex
to
view
the file
.
c
Thank you
2011-05-17 05:27 AM
''I
do not know
how to
convert
hex
to
view
the file
.
c''
Have you studied the documentation for the graphics library that you are using?
Does it not give you any instructions on how to do this?2011-05-17 05:27 AM
Personally I use a program called dump0x, if you know anything about C you could write such an application in ~5 minutes.
A quick Google of the topic/idea pulled an on-point description.CREATING C FILES FROM BINARY OR HEX DATA http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.faqs/ka10382.htmlhttp://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.faqs/ka10382.html