Name Date Size #Lines LOC

..--

arch/earm/H24-Jun-2021-483370

MakefileH A D24-Jun-2021472 199

README.txtH A D24-Jun-2021629 2516

fb.cH A D24-Jun-20219.4 KiB405309

fb.hH A D24-Jun-2021552 1712

fb_edid.cH A D24-Jun-20214.7 KiB188128

fb_edid.hH A D24-Jun-2021420 139

logos.hH A D24-Jun-2021203.8 KiB3,0553,049

README.txt

1Frame Buffer Driver
2===================
3
4Overview
5--------
6
7This is the driver for the frame buffer. Currently it only supports the
8DM37XX (BeagleBoard-xM).
9
10Testing the Code
11----------------
12
13Starting up an instance:
14
15minix-service up /service/fb -dev /dev/fb0 -args edid.0=cat24c256.3.50
16
17The arguments take the following form:
18
19	edid.X=L where X is the frame buffer device (usually 0) and L is
20	the service label of the service to perform the EDID reading. In
21	the example above, it's the EEPROM with slave address 0x50 on
22	the 3rd I2C bus. If you want to use the defaults and skip EDID
23	reading, you may omit the arguments.
24
25