![](https://pdfstore-manualsonline.prod.a.ki/pdfasset/f/47/f47548a5-2ffa-494e-9ec6-e5baaf7d4274/f47548a5-2ffa-494e-9ec6-e5baaf7d4274-bg26.png)
36
DFW-SX900
DFW-X700
COMMAND SENDING PROCEDURE UNTIL IMAGES ARE DISPLAYED
Address
F0F0019Ch
Action
Read
Data
80000000h
Address
F0F002E0h
Action
Read
Data
00400040h
Address
F1000100h
F1000104h
F1000114h
Action
Read
Read
Read
Data
050003C0h (DFW-SX900)
04000300h (DFW-X700)
014000F0h (DFW-SX900)
020000C0h (DFW-X700)
20000000h
MaxSize
UnitSize
ColorCodingID
Address
F1000108h
F100010Ch
F1000110h
Action
Write
Write
Write
Data
014000F0h
028001E0h
02000000h
ImagePosition Specify top left (320, 240)
ImageSize Specify size (280, 480)
ColorCodingID
(5) Procedure for Format7
a) Aquire the available mode for Format7.
As bit 0 is set, it means that mode 0 is available.
b) Acquire the CSR offset address of Mode0.
F0000000h + (00400040h ∗ 4) = F1000100h
It means that the offset address of Video Mode CSR for Format7_Mode0 is F1000100h.
c) Acquire the MaxSize/UnitSize/ColorCodingID.
It means that MaxSize is 1,280 × 960, UnitSize is 320 × 240, ColorCodingID is YUV 4 : 2 : 2 for the DFW-SX900.
It means that MaxSize is 1,024 × 768, UnitSize is 512 × 192, ColorCodingID is YUV 4 : 2 : 2 for the DFW-X700.
d) Set the ImagePosition/ImageSize/ColorCodingID.
The DFW-SX900 is described as an example.
NOTE
: For YUV 4 : 2 : 2, write 02000000h for ColorCodingID.
Take note that this can be easily mistaken for the previously mentioned ColorCodingID
20000000h.