Eriond,
If you have the SiI9134 datasheet, check if it supports RGB 8:8:8 input (24 bit video)?
The product brief is unclear if it supports this video format.
For the I2C interface, I'll tell you a little of what I will soon be experimenting with. I am playing with Microchip PIC microcontrollers for a non-amiga related application and will be using the I2C bus. These devices can send/receive the I2C bus easily. To make development easier, you can buy a I2C monitor/probe, the PICKit Serial Analyser. Look this up on the
Microchip website.
You can bit bang the parallel port but a microcontroller costs only a few pounds/euros/dollars and takes care of it.
I think we are all getting screen resolutions and lines of video mixed up.
A PAL Amiga outputs 576 lines of active video, regardless of if the resolution is 320x256 pixels or 640x256 or 640x512 pixels. An NTSC Amiga will output 480 lines of video (I forget the resolutions of NTSC Amigas). There will be a scaling factor to fit for example, 256 pixels high across say 512 lines of video. Likewise 320 pixels of data will be stretched to fill the 52us active video time of a line of video. If there was less data/pixels you would see black borders on an analogue TV.
Likewise, VHS video is only 315-325 lines of video data but scaled to fit a full TV display.
Tomorrow night, when I return to the workshop :-) I will take a look at the Amigas video signals on my oscilloscope.
What I'm saying is that regardless of the pixel resolution, there should still be 576 lines of video for a TV display and enough video data to fill the 52us active video line. This in turn should be enough video data to satisfy the 25MBit/sec requirement of DVI/HDMI.
On one of our systems at work, we convert PAL (768x576 pixels or 576 lines of video) to DVI with no issues.
Lisa has a 28MHZ clock input on pin 25. On pin 43 is the 28MHZ clock output to the Video DAC.
Either the Sync on Green (SOG) on pin 26 or the global, CSYNC output is used to sync the BT101/ADV101 video DAC.
Hope this helps.
If I get the time tomorrow, will measure the Amiga RGB video outputs with my scope.
Ian