FCLOAD(1) — NEWS-OS Programmer’s Manual
NAME
fcload − loads image data to FCVG device
SYSNOPSIS
fcload file [ −o x y ]
DESCRIPTION
fcload loads the image file data specified with file to the FCVG device. A pair of x and y with −o option specifies the coordinate value of the upper left corner of the image to be loaded. If −o option is not specified, it is assumed to be x = 0, and y = 0.
For details on the coordinate system and the format of the image file, see libfcvg(3X).
The image files which can be loaded with fcload can load two types of image: video plane image and the character plane image. fcload loads the image automatically to the video plane or character plane, according to the header information of these image files.
FILES
/usr/sony/demo/NWB224/src/fcload.c source code
/usr/sony/lib/libfcvg.aFCVG library
/usr/sony/include/fcvg.hheader file
/usr/sony/include/fcvg_lib.hheader file
/usr/sony/include/fcvg_reg.hheader file
/usr/sony/demo/NWB224directory for a sample program
SEE ALSO
libfcvg(3X), fcinit(1), fcsave(1)
Chapter 8 "Full-Color Video Graphics Interface Board" in NEWS-OS Release 4.0 Programmer’s Guide.
NEWS-OSRelease 4.2.1R