c3fc9df84a
* Also change _orig to _intr for clarity * Cleaned up {IPC,KER}VEC * Renamed _minix_kernel_info_struct to get_minix_kerninfo * Merged _senda.S into _ipc.S * Moved into separate files get_minix_kerninfo and _do_kernel_call * Adapted do_kernel_call to follow same _ convention as ipc functions * Drop patches in libc/net/send.c and libc/include/namespace.h Change-Id: If4ea21ecb65435170d7d87de6c826328e84c18d0 |
||
---|---|---|
.. | ||
arch/earm | ||
fb.c | ||
fb.h | ||
fb_edid.c | ||
fb_edid.h | ||
logos.h | ||
Makefile | ||
README.txt |
Frame Buffer Driver =================== Overview -------- This is the driver for the frame buffer. Currently it only supports the DM37XX (BeagleBoard-xM). Testing the Code ---------------- Starting up an instance: service up /usr/sbin/fb -dev /dev/fb0 -args edid.0=cat24c256.3.50 The arguments take the following form: edid.X=L where X is the frame buffer device (usually 0) and L is the service label of the service to perform the EDID reading. In the example above, it's the EEPROM with slave address 0x50 on the 3rd I2C bus. If you want to use the defaults and skip EDID reading, you may omit the arguments.