mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 lines
334 B
Plaintext
10 lines
334 B
Plaintext
config BR2_PACKAGE_FBDUMP
|
|
bool "fbdump (Framebuffer Capture Tool)"
|
|
help
|
|
fbdump is a simple tool to capture snapshots from the Linux kernel
|
|
framebuffer device and write them out as a PPM file. Currently,
|
|
most packed-pixel framebuffer formats and the vga16 framebuffer
|
|
are supported.
|
|
|
|
http://www.rcdrummond.net/fbdump
|