2/16/2012

Display graphic bitmap data with JTAG Trace32.

Command syntax
Data.IMAGE <address> <horiz> <vert> [/<format> | <options>]
                       
    <format>:       MONO, CGA, GrayScale8, JPEG
                         Palette256 <red> <green> <blue> …
                         Palette256X6 <address>
                         Palette256X12 <address>
                         Palette256X24 <address>
                         RGB111, RGB555, RGB555LE, RGB565, RGB565LE,
                         RGB888, RGB888LE, RGBX888, RGBX888LE,
                         YUV420, YUV422, YUV422P, YUV422PS, YUV422W, YUV422WS
    <options>:     BottomUp
                         FullUpdate
Example commands to display buffers :
Data.IMAGE C:0x40a4b0bc 320. 240. /YUV420
Data.IMAGE a:0x60000000 1920. 1080. /STRIDE 0x4000 /GS8
Data.IMAGE a:0x68001000 960. 540. /STRIDE 0x8000 /RGB565

No comments:

Post a Comment