Dvi.bin
From t-hack.com - Hack X300T / X301T
(New page: The dvi.bin file is used by the dviinit zboot applet to initialize the hdmi chip at boot time to display the splash screen. <pre> struct dvibin { char piodata; // for software i2c char pio...) |
(added example i2c data description) |
||
Line 18: | Line 18: | ||
And finally there is a 32bit checksum at the end. | And finally there is a 32bit checksum at the end. | ||
− | example dvi.bin from conceptronic, popcornhour, istar | + | example dvi.bin from conceptronic, popcornhour, istar for the siI9030 |
<pre> | <pre> | ||
--header-- | --header-- | ||
Line 27: | Line 27: | ||
02 //internal hdmi | 02 //internal hdmi | ||
--data-- | --data-- | ||
− | 08 37 | + | 08 37 // use sync inputs, 24 bit bus, latch on rising edge, power up TMDS |
− | 0C 89 | + | 0C 89 // enable PLL filter |
− | 0F 04 | + | 0F 04 // =) |
− | 33 30 | + | 33 30 // use external DE signal, negative vsync and hsync polarity |
− | 3E 00 | + | 3E 00 // enable VSync adjustments for DE generator |
--checksum-- | --checksum-- | ||
03FE 9BFF | 03FE 9BFF | ||
</pre> | </pre> |