EN 36
3139 785 31532
Firmware Upgrading & Diagnostic Software
5.
Nucleus Name
DS_PSCAN_TestImageColourSettingsSet
Nucleus Number
804
Description
Set the colour of the hatch- or the frame- field to a different value than the
default white
Technical
-
Determine which colour must be set.
-
Initialise IIC.
-
Enable 27 MHz PSCAN Clock.
-
Send all settings to the DENC through IIC.
Execution Time
Less than 1 second.
User Input
A colour string of one of the next non-case sensitive strings ( WHITE, BLACK,
RED, GREEN, BLUE, YELLOW, CYAN, MAGENTA ) or Y Cr Cb (hexa-)
decimal values.
Error Number
Description
80400
Setting the new colour-settings succeeded
80401
The user provided wrong input
80402
Unable to initialise PSCAN IC
80403
Unable to set colour
80404
No chip was expected
Example
DS:> 804 yellow
080400:
Test OK @
DS:> 804 0x6a 0xde 0xca
080400:
Test OK @
Nucleus Name
DS_PSCAN_TestImageColourSettingsGet
Nucleus Number
805
Description
Get the colour settings of the hatch- or the frame- field.
Technical
-
Initialise IIC.
-
Read the colour settings from the DENC through IIC.
Execution Time
Less than 1 second.
User Input
None
Error Number
Description
80500
Getting the colour-settings succeeded
80501
The progressive scan DENC-IC was not accessible through IIC
80502
Unable to get colour
80503
No chip was expected
Example
DS:> 805
080500: Colour Y Cr Cb values: 0xD2 0x92 0x10
Test OK @
Nucleus Name
DS_PSCAN_Routing
Nucleus Number
806
Description
Route a video signal from the codec host processor through the progressive
scan ICs to the progressive scan output of the set.
Note
: To route the progressive scan to the output of the set, first call the
nucleus to do the video routing on the analogue (part of the) board.
Technical
-
Initialise the PIO pins of the codec
-
Initialise IIC
-
Reset the DENC
-
Enable the 27Mhz clock
-
Send all settings to the DENC through IIC.
Execution Time
Less than 1 second.
User Input
None
Error Number
Description
80600
Routing path is created successfully.
80601
Unable to initialise the Codec.
80602
Unable to access DENC
80603
Unable to access de-interlacer.
80604
Wrong chips were expected.
Example
DS:> 806
080600:
Test OK @