Frame buffer - what is it for?
In Release Notes for CW 4.10.0 there is a mention about frame buffer.
>Added support for ARGB32, RGB16, RGB888, RGB666, RGB555, RGB444 and >monochrome formats to
>frame buffer window.
What is frame buffer in Crossworks for? There is no other mention in the manual about ït, only Height/Width/Tooltips.
-
Yes, RGB16 does mean RGB565.
The latest daily snapshot build now has "Save As" and "Copy To Clipboard" commands.
-
Thanks, this issue should be fixed in the latest daily snapshot build.
-
Hi,
found another small bug in framebuffer window.
Format Mono (both MSB and LSB) rounds line length to 4 bytes.
My example: buffer 176 px wide x 264 px high. The line length is 22 bytes. Buffer address 0x20006ED0, second line should start at 0x20006EE6, but it starts at 0x20006EE8. i.e line length is rounded to 24 bytes. The same is for the rest of the scanlines.
-
Thanks Tomas, this issue should be fixed in the latest daily snapshot build.
-
Hi,
a kind request after 2 years of using this feature: Nice improvement to the frame buffer viewer could be a possibility to rotate the view. We are using a display which can't rotate the view in the controller, so we have to rotate the data written to the frame buffer. But in the viewer the content is upside down now.Thanks in advance
-
Thanks for the suggestion Tomas - the frame buffer window in the latest 5.4.1 daily snapshot build now has options in the context menu to rotate and/or flip the view.
Please sign in to leave a comment.
Comments
9 comments