JP3512337B2 - OSD display control method - Google Patents

OSD display control method

Info

Publication number
JP3512337B2
JP3512337B2 JP18312898A JP18312898A JP3512337B2 JP 3512337 B2 JP3512337 B2 JP 3512337B2 JP 18312898 A JP18312898 A JP 18312898A JP 18312898 A JP18312898 A JP 18312898A JP 3512337 B2 JP3512337 B2 JP 3512337B2
Authority
JP
Japan
Prior art keywords
control data
row
osd display
screen
display control
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP18312898A
Other languages
Japanese (ja)
Other versions
JP2000023059A (en
Inventor
昇平 大石
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Panasonic Corp
Panasonic Holdings Corp
Original Assignee
Panasonic Corp
Matsushita Electric Industrial Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Panasonic Corp, Matsushita Electric Industrial Co Ltd filed Critical Panasonic Corp
Priority to JP18312898A priority Critical patent/JP3512337B2/en
Publication of JP2000023059A publication Critical patent/JP2000023059A/en
Application granted granted Critical
Publication of JP3512337B2 publication Critical patent/JP3512337B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

【発明の詳細な説明】 【0001】 【発明の属する技術分野】本発明は、OSD(On S
creen Display)表示を制御するOSD表
示制御方法に関するものである。 【0002】 【従来の技術】通常のマイクロコンピュータ(以下、単
にマイコンと記載する)では、1つの主制御部(つま
り、CPU)が複数の制御を行なっている。 【0003】図4は上記のマイコンの一例であるビデオ
制御マイコンの構成を示すブロック図である。図4にお
いて、41はCPU、42はOSD表示制御部、43は
メカを制御するメカ制御部、44はリモコンの入力を行
なうリモコン入力部である。 【0004】このように構成されたビデオ制御マイコン
について、その概略動作を以下に説明する。CPU41
は、OSD表示制御要求を受け付けるとOSD表示制御
部42を制御し、メカ制御要求を受け付けるとメカ制御
部43を制御し、リモコン入力要求を受け付けるとリモ
コン入力部44を制御する。しかし、CPU41は、例
えばOSD表示制御部42を制御している間にメカ制御
要求やリモコン入力要求を受け付けても、OSD表示制
御部42の制御が終了するまで、メカ制御部43やリモ
コン入力部44の制御を行なうことができない。 【0005】以下、従来のOSD表示制御方法について
説明する。図5は従来のOSD表示制御方法を示す流れ
図である。外部から発生する起動要求を受け付けると、
CPU511は、OSD表示制御部512を制御するこ
とにより、1行目制御データ生成部501から10行目
制御データ生成部510までの各動作を連続して実行す
る。 【0006】図8は上記従来例のOSD表示制御方法に
おけるCPU511の占有タイミングチャートである。
図8において、画面が10行で構成され、n行目制御デ
ータ生成工程に1ms間CPU511が占有されるとす
ると、外部からの起動要求発生毎にOSD表示制御部5
12がCPU511を10ms間占有する。そして、そ
の間にはCPU511は他の制御を行うことができな
い。 【0007】 【発明が解決しようとする課題】以上のように、上記の
ような従来のOSD表示制御方法では、外部からの起動
要求発生毎にCPUを長時間占有し、その間には他の制
御を行なうことができないという問題点を有していた。 【0008】また、起動要求発生時に全行の制御データ
を生成した後には、次の起動要求が発生するまでOSD
表示制御データの生成を行わないため、例えば外部要因
でOSD表示制御データが破壊された場合には、次の起
動要求を受け付けるまで異常画面が表示されたままにな
るという問題点も有していた。 【0009】本発明は、上記従来の問題点を解決するも
ので、CPUを一時に占有する時間を短縮して他の制御
のリアルタイム性を向上することができるとともに、O
SD表示制御データを定期的にリフレッシュして異常画
面が表示されても正常画面に戻す安全動作を行うことが
できるOSD表示制御方法を提供する。 【0010】 【課題を解決するための手段】上記の課題を解決するた
めに本発明のOSD表示制御方法は、一定時間間隔で起
動要求を発生する一定間隔起動工程と、前記OSD表示
による表示画面における1行目からn行目までの各行を
表示するための制御データを生成する制御データ生成工
程と、実行する前記制御データ生成工程を指定する制御
データ指定工程と、前記表示画面における変更頻度の高
い行番号を記憶する選択行記憶工程とを備え、前記制御
データ指定工程は、前記選択行記憶工程で記憶された行
番号に対応する第1の制御データ生成工程と、1行目か
らn行目の中の所定の行に対応する第2の制御データ生
成工程とを、前記一定時間間隔に交互に実行するよう指
定し、前記第2の制御データ生成工程の実行毎に前記所
定の行を隣接する行に順次に変更する。 【0011】以上により、CPUを一時に占有する時間
を短縮して他の制御のリアルタイム性を向上することが
できるとともに、OSD表示制御データを定期的にリフ
レッシュして異常画面が表示されても正常画面に戻す安
全動作を行うことができる。 【0012】 【発明の実施の形態】下、本発明の実施の形態を示す
OSD表示制御方法について、図面を参照しながら具体
的に説明する。 (実施の形態1) 本発明の実施の形態1のOSD(On Screen
Display)表示制御方法を説明する。 【0013】図1は本実施の形態1のOSD表示制御方
法を説明するための流れ図である。図1において、1は
1行目の制御データを生成する1行目制御データ生成
部、2は2行目の制御データを生成する2行目制御デー
タ生成部、3は3行目の制御データを生成する3行目制
御データ生成部、4は4行目の制御データを生成する4
行目制御データ生成部、5は5行目の制御データを生成
する5行目制御データ生成部、6は6行目の制御データ
を生成する6行目制御データ生成部、7は7行目の制御
データを生成する7行目制御データ生成部、8は8行目
の制御データを生成する8行目制御データ生成部、9は
9行目の制御データを生成する9行目制御データ生成
部、10は10行目の制御データを生成する10行目制
御データ生成部、11はCPU、12はOSD表示制御
部、13は一定時間間隔で起動要求を発生する一定間隔
起動部、14は実行する制御データ生成部を指定する制
御データ指定部である。 【0014】以上のような流れ図で示される本実施の形
態1のOSD表示制御方法について、以下に説明する。
一定間隔起動部13が起動要求を発生すると、CPU1
1は、制御データ指定部14が指定する5行目制御デー
タ生成部5による動作を実行して、5行目の制御データ
を生成する。 (実施の形態2) 本発明の実施の形態2のOSD表示制御方法を説明す
る。 【0015】図2は本実施の形態2のOSD表示制御方
法における一定時間前後のOSD表示制御方法を説明す
るための流れ図であり、図2(a)はある時点のOSD
表示制御の流れ図を示し、図2(b)は一定時間後のO
SD表示制御の流れ図を示す。図2(a)に示すある時
点においては、制御データ指定部14は5行目制御デー
タ生成部5を指定し、図2(b)に示す一定時間後にお
いては、制御データ指定部14は6行目制御データ生成
部6を指定する。 【0016】このように、制御データ指定部14は、一
定間隔起動部13が起動要求を発生する毎に、1行目制
御データ生成部1、2行目制御データ生成部2、3行目
制御データ生成部3、4行目制御データ生成部4、5行
目制御データ生成部5、6行目制御データ生成部6、7
行目制御データ生成部7、8行目制御データ生成部8、
9行目制御データ生成部9、10行目制御データ生成部
10を、順に指定することにより、(一定時間×10)
の時間で画面全体を制御する。 【0017】また、それを繰り返すことにより、OSD
表示制御データのリフレッシュを行ない、例えば外部要
因で異常画面が表示されても、自動的に正常画面に戻す
ことができる。 【0018】図6は本実施の形態2のOSD表示制御方
法における異常画面発生時の画面遷移図の一例であり、
図6(a)は従来の画面遷移図を示し、図6(b)は本
実施の形態2における画面遷移図を示す。 【0019】図6において、61a、61bは正常画
面、62a、62bは、正常画面61a、61bが外部
要因で破壊されてできた異常画面である。従来の方法で
は、図6(a)に示すように、異常画面62aに遷移す
ると、外部から起動要求が発生するまで正常画面61a
に戻すことができない。それに対して本実施の形態2で
は、図6(b)に示すように、異常画面62bに遷移し
ても、(一定時間×10)後には、自動的に正常画面6
1bに戻すことができる。 【0020】図9は本実施の形態2のOSD表示制御方
法におけるCPU11の占有タイミングチャートであ
る。人の目から見てOSD表示の変化を認識するのに必
要な時間を200ms以上とすると、画面が10行で構
成されている場合、n行目制御データ生成工程を20m
s間隔で起動すれば人の目から見て違和感のないOSD
表示制御ができる。図9において、n行目制御データ生
成工程に1ms間CPU11が占有されるとすると、残
りの19ms間は他の制御を行うことができ、他の制御
の遅延は最大で1msである。そのときのCPU11の
占有率は1/20である。 【0021】また、1行目制御データ生成から10行目
制御データ生成を順に繰り返し指定することにより、外
部要因で異常画面が表示されても200ms後には正常
画面に戻すことができる。 (実施の形態3) 本発明の実施の形態3のOSD表示制御方法を説明す
る。 【0022】図3は本実施の形態3のOSD表示制御方
法を説明するための流れ図である。図3において、1は
1行目の制御データを生成する1行目制御データ生成
部、2は2行目の制御データを生成する2行目制御デー
タ生成部、3は3行目の制御データを生成する3行目制
御データ生成部、4は4行目の制御データを生成する4
行目制御データ生成、5は5行目の制御データを生成
する5行目制御データ生成部、6は6行目の制御データ
を生成する6行目制御データ生成部、7は7行目の制御
データを生成する7行目制御データ生成部、8は8行目
の制御データを生成する8行目制御データ生成部、9は
9行目の制御データを生成する9行目制御データ生成
部、10は10行目の制御データを生成する10行目制
御データ生成部、11はCPU、12はOSD表示制御
部、13は一定時間間隔で起動要求を発生する一定間隔
起動部、14は実行する制御データ生成部を指定する制
御データ指定部、15は変更頻度の高い行番号を記憶す
る選択行記憶部である。 【0023】以上のような流れ図で示される本実施の形
態3のOSD表示制御方法における制御データ指定部1
4について、その動作を以下に説明する。図7は、本実
施の形態3のOSD表示制御方法において、選択行記憶
部15に例えば9を記憶したOSD表示画面の一例であ
る。図7の表示画面において、9行目のテープ残量値
は、テープの残り量を時間で表示したものであり、テー
プ走行中は常に値が変更する。その他の行については、
この画面上では変化することがない。 【0024】このような画面表示の場合には、制御デー
タ指定部14は、1→9→2→9→3→9→4→9→5
→9→6→9→7→9→8→9→9→9→10→9→1
というように、制御データ生成部1〜10に対する指定
を行なう。これは、表示画面において変更頻度の高い9
行目の制御データを生成する9行目制御データ生成部9
を、高い頻度で指定し、かつ全行について制御データの
リフレッシュを行っている。 【0025】図10は本実施の形態3のOSD表示制御
方法におけるCPU11の占有タイミングチャートであ
る。人の目から見てOSD表示の変化を認識するのに必
要な時間を200ms以上とすると、9行目制御データ
生成部9を200ms間隔で起動すれば、人の目から見
て違和感のない表示画面となる。 【0026】そのため、一定間隔起動部13の起動要求
発生間隔は100msまで長くすることができ、CPU
11の占有率を1/100にまで抑えることができる。
また、その場合、外部要因で異常画面が表示されても、
(200×10)=2000ms後には正常画面に戻す
ことができる。 【0027】 【発明の効果】以上のように本発明によれば、制御デー
タを行単位に分割して一定時間間隔で生成することによ
り、CPUを一時に占有する時間を短縮することがで
き、他の制御のリアルタイム性を向上することができ
る。 【0028】また、それを繰り返すことにより、OSD
表示制御データを定期的にリフレッシュすることがで
き、外部要因で異常画面が表示されても正常画面に戻す
安全動作を行うことができる。
Description: BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an OSD (On S
The present invention relates to an OSD display control method for controlling a display (clean display). 2. Description of the Related Art In a general microcomputer (hereinafter simply referred to as a microcomputer), one main control unit (that is, CPU) performs a plurality of controls. FIG. 4 is a block diagram showing a configuration of a video control microcomputer which is an example of the above-mentioned microcomputer. In FIG. 4, 41 is a CPU, 42 is an OSD display control unit, 43 is a mechanical control unit for controlling a mechanism, and 44 is a remote control input unit for inputting a remote control. [0004] The schematic operation of the video control microcomputer thus configured will be described below. CPU 41
Controls the OSD display control unit 42 when the OSD display control request is received, controls the mechanical control unit 43 when the mechanical control request is received, and controls the remote control input unit 44 when the remote control input request is received. However, even if the CPU 41 receives a mechanical control request or a remote control input request while controlling the OSD display control unit 42, for example, the mechanical control unit 43 or the remote control input unit 44 cannot be controlled. Hereinafter, a conventional OSD display control method will be described. FIG. 5 is a flowchart showing a conventional OSD display control method. When an external start request is received,
The CPU 511 controls the OSD display control unit 512 to continuously execute each operation from the first-row control data generation unit 501 to the tenth-row control data generation unit 510. FIG. 8 is an occupancy timing chart of the CPU 511 in the conventional OSD display control method.
In FIG. 8, assuming that the screen is composed of 10 lines and the CPU 511 is occupied for 1 ms in the n-th line control data generation step, the OSD display controller 5
12 occupies the CPU 511 for 10 ms. In the meantime, the CPU 511 cannot perform another control. [0007] As described above, in the conventional OSD display control method as described above, the CPU is occupied for a long time each time an external start request is generated, and during that time, other control is performed. Cannot be performed. After the control data of all rows is generated at the time of the start request, the OSD is generated until the next start request is generated.
Since the display control data is not generated, for example, when the OSD display control data is destroyed due to an external factor, there is also a problem that the abnormal screen remains displayed until the next start request is received. . SUMMARY OF THE INVENTION The present invention solves the above-mentioned conventional problems. In addition to reducing the time for occupying the CPU at one time, the real-time performance of other controls can be improved.
Provided is an OSD display control method capable of performing a safe operation of periodically refreshing SD display control data and returning to a normal screen even when an abnormal screen is displayed. [0010] In order to solve the above-mentioned problems, an OSD display control method according to the present invention is started at regular time intervals.
Starting at a fixed interval for generating an operation request, and displaying the OSD
Each line from the first line to the n-th line on the display screen
Control data generator that generates control data for display
And a control for designating the control data generation step to be executed
A data specifying step and a high frequency of change on the display screen.
A selected row storing step of storing a selected row number.
The data designating step includes selecting the row stored in the selected row storing step.
The first control data generation step corresponding to the number and whether the first row
Of the second control data corresponding to the predetermined row in the n-th row.
And the performing step are alternately performed at the predetermined time interval.
Every time the second control data generation step is performed.
Change a given line to adjacent lines sequentially. As described above, the time for temporarily occupying the CPU can be shortened to improve the real-time property of other controls, and the OSD display control data can be refreshed periodically to display a normal screen even if an abnormal screen is displayed. A safe operation to return to the screen can be performed. DETAILED DESCRIPTION OF THE INVENTION hereinafter, the OSD display control method showing an embodiment of the present invention will be specifically described with reference to the drawings. Embodiment 1 OSD (On Screen) according to Embodiment 1 of the present invention.
(Display) A display control method will be described. FIG. 1 is a flowchart for explaining the OSD display control method according to the first embodiment. In FIG. 1, reference numeral 1 denotes a first-row control data generator that generates control data of a first row, 2 denotes a second-row control data generator that generates control data of a second row, and 3 denotes control data of a third row. The third line control data generation unit 4 generates the control data of the fourth line.
Line control data generator 5, line 5 control data generator for generating control data of line 5, line 6 control data generator for generating control data of line 6, line 7 7th control data generator for generating control data of 8th row, 8th control data generator for 8th row generating control data of 9th row, 9 generation of control data of 9th row for generating control data of 9th row Unit, 10 is a 10th line control data generation unit that generates the 10th line control data, 11 is a CPU, 12 is an OSD display control unit, 13 is a fixed interval start unit that issues a start request at fixed time intervals, 14 is The control data specifying unit specifies a control data generating unit to be executed. The OSD display control method according to the first embodiment shown in the above flow chart will be described below.
When the fixed interval start unit 13 generates a start request, the CPU 1
1 executes the operation of the control data generation unit 5 in the fifth row specified by the control data specification unit 14 to generate the control data in the fifth row. Embodiment 2 An OSD display control method according to Embodiment 2 of the present invention will be described. FIG. 2 is a flowchart for explaining an OSD display control method before and after a predetermined time in the OSD display control method according to the second embodiment, and FIG.
FIG. 2B shows a flowchart of display control, and FIG.
4 shows a flowchart of SD display control. At a certain point in time shown in FIG. 2A, the control data specifying unit 14 specifies the fifth row control data generating unit 5, and after a certain time shown in FIG. The line control data generator 6 is designated. As described above, the control data designating section 14 sets the first line control data generating section 1, the second line control data generating section 2, and the third line control Data generation unit 3, 4th line control data generation unit 4, 5th line control data generation unit 5, 6th line control data generation units 6, 7
Line control data generator 7, Line 8 control data generator 8,
By designating the ninth line control data generation unit 9 and the tenth line control data generation unit 10 in order, (constant time × 10)
Control the whole screen in time. By repeating the above, the OSD
By refreshing the display control data, for example, even if an abnormal screen is displayed due to an external factor, it can be automatically returned to a normal screen. FIG. 6 is an example of a screen transition diagram when an abnormal screen occurs in the OSD display control method according to the second embodiment.
FIG. 6A shows a conventional screen transition diagram, and FIG. 6B shows a screen transition diagram in the second embodiment. In FIG. 6, 61a and 61b are normal screens, and 62a and 62b are abnormal screens formed by destroying the normal screens 61a and 61b by external factors. In the conventional method, as shown in FIG. 6A, when a transition is made to the abnormal screen 62a, the normal screen 61a is output until an activation request is issued from the outside.
Cannot be returned to On the other hand, in the second embodiment, as shown in FIG. 6B, even if the screen shifts to the abnormal screen 62b, the normal screen 6b is automatically set after (the predetermined time × 10).
1b. FIG. 9 is an occupancy timing chart of the CPU 11 in the OSD display control method according to the second embodiment. Assuming that the time required for recognizing a change in the OSD display from the human eyes is 200 ms or more, if the screen is composed of 10 rows, the n-th row control data generation step is performed in 20 m.
OSD that is not uncomfortable to human eyes if started at s intervals
Display control is possible. In FIG. 9, assuming that the CPU 11 is occupied for 1 ms in the n-th row control data generation step, other controls can be performed for the remaining 19 ms, and the delay of the other controls is 1 ms at the maximum. At this time, the occupancy of the CPU 11 is 1/20. Further, by repeatedly specifying the generation of the control data in the first line to the generation of the control data in the tenth line in order, even if an abnormal screen is displayed due to an external factor, the screen can be returned to the normal screen after 200 ms. Embodiment 3 An OSD display control method according to Embodiment 3 of the present invention will be described. FIG. 3 is a flowchart for explaining the OSD display control method according to the third embodiment. In FIG. 3, reference numeral 1 denotes a first-row control data generator that generates control data of a first row, 2 denotes a second-row control data generator that generates control data of a second row, and 3 denotes control data of a third row. The third line control data generation unit 4 generates the control data of the fourth line.
Row control data generating unit, the fifth line control data generating unit 5 for generating control data in row 5, 6 sixth line control data generating unit for generating control data line 6, 7 Line 7 7th control data generator for generating control data of 8th row, 8th control data generator for 8th row generating control data of 9th row, 9 generation of control data of 9th row for generating control data of 9th row Unit, 10 is a 10th line control data generation unit that generates the 10th line control data, 11 is a CPU, 12 is an OSD display control unit, 13 is a fixed interval start unit that issues a start request at fixed time intervals, 14 is A control data designating unit 15 for designating a control data generating unit to be executed is a selected row storage unit for storing a frequently changed row number. The control data specifying unit 1 in the OSD display control method according to the third embodiment shown in the flow chart as described above.
The operation of No. 4 will be described below. FIG. 7 is an example of an OSD display screen in which, for example, 9 is stored in the selected row storage unit 15 in the OSD display control method according to the third embodiment. In the display screen of FIG. 7, the remaining tape value on the ninth line indicates the remaining amount of tape in time, and the value always changes while the tape is running. For the other rows,
There is no change on this screen. In the case of such a screen display, the control data specifying unit 14 determines that 1 → 9 → 2 → 9 → 3 → 9 → 4 → 9 → 5
→ 9 → 6 → 9 → 7 → 9 → 8 → 9 → 9 → 9 → 10 → 9 → 1
Thus, the control data generators 1 to 10 are designated. This is because the display screen frequently changes 9
Ninth-row control data generator 9 that generates control data for the row
Is frequently specified, and the control data is refreshed for all rows. FIG. 10 is an occupancy timing chart of the CPU 11 in the OSD display control method according to the third embodiment. Assuming that the time required for recognizing a change in the OSD display from the human eye is 200 ms or more, if the control data generation unit 9 on the ninth line is started at 200 ms intervals, a display that does not make the user feel uncomfortable Screen. Therefore, the activation request generation interval of the constant interval activation unit 13 can be extended up to 100 ms.
11 can be suppressed to 1/100.
In that case, even if the error screen is displayed due to external factors,
After (200 × 10) = 2000 ms, it is possible to return to the normal screen. As described above, according to the present invention, the control data can be divided into rows and generated at regular time intervals, thereby reducing the time for occupying the CPU at one time. The real-time property of other controls can be improved. By repeating this, the OSD
The display control data can be periodically refreshed, and even if an abnormal screen is displayed due to an external factor, a safe operation of returning to the normal screen can be performed.

【図面の簡単な説明】 【図1】本発明の実施の形態1のOSD表示制御方法を
説明するための流れ図 【図2】本発明の実施の形態2のOSD表示制御方法に
おける一定時間前後の流れ図 【図3】本発明の実施の形態3のOSD表示制御方法を
説明するための流れ図 【図4】従来のOSD表示制御方法の一例を示すビデオ
制御マイコンの構成図 【図5】同従来例のOSD表示制御方法を説明するため
の流れ図 【図6】本発明の実施の形態2のOSD表示制御方法に
おける異常画面発生時の画面遷移図 【図7】本発明の実施の形態3のOSD表示制御方法に
おける選択行記憶部に9を記憶した場合のOSD表示画
面の一例 【図8】従来のOSD表示制御方法におけるCPU占有
タイミングチャート 【図9】本発明の実施の形態2のOSD表示制御方法に
おけるCPU占有タイミングチャート 【図10】本発明の実施の形態3のOSD表示制御方法
におけるCPU占有タイミングチャート 【符号の説明】 11 CPU 12 OSD表示制御部 13 一定間隔起動部 14 制御データ指定部 15 選択行記憶部
BRIEF DESCRIPTION OF THE DRAWINGS FIG. 1 is a flowchart for explaining an OSD display control method according to a first embodiment of the present invention. FIG. 3 is a flowchart for explaining an OSD display control method according to a third embodiment of the present invention; FIG. 4 is a configuration diagram of a video control microcomputer showing an example of a conventional OSD display control method; FIG. FIG. 6 is a flowchart for explaining the OSD display control method according to the present invention. FIG. 6 is a screen transition diagram when an abnormal screen occurs in the OSD display control method according to the second embodiment of the present invention. FIG. 7 is an OSD display according to the third embodiment of the present invention. FIG. 8 is an example of an OSD display screen when 9 is stored in the selected row storage unit in the control method. FIG. 8 is a timing chart of CPU occupation in the conventional OSD display control method. FIG. 9 is an OSD display control according to the second embodiment of the present invention. CPU occupancy timing chart in the method FIG. 10 CPU occupancy timing chart in the OSD display control method according to the third embodiment of the present invention [Explanation of symbols] 11 CPU 12 OSD display control section 13 Fixed interval start section 14 Control data designation section 15 Selected row storage

Claims (1)

(57)【特許請求の範囲】 【請求項1】 プログラムされたマイクロコンピュータ
によってOSD表示を制御する方法であって、一定時間
間隔で起動要求を発生する一定間隔起動工程と、前記O
SD表示による表示画面における1行目からn行目まで
の各行を表示するための制御データを生成する制御デー
タ生成工程と、実行する前記制御データ生成工程を指定
する制御データ指定工程と、前記表示画面における変更
頻度の高い行番号を記憶する選択行記憶工程とを備え、
前記制御データ指定工程は、前記選択行記憶工程で記憶
された行番号に対応する第1の制御データ生成工程と、
1行目からn行目の中の所定の行に対応する第2の制御
データ生成工程とを、前記一定時間間隔に交互に実行す
るよう指定し、前記第2の制御データ生成工程の実行毎
に前記所定の行を隣接する行に順次に変更することを特
徴とするOSD表示制御方法。
(57) A method for controlling an OSD display by a programmed microcomputer, comprising: a fixed interval start step of generating a start request at a fixed time interval;
A control data generating step of generating control data for displaying each line up to n-th row from the first row in the display screen by the SD display, and control data designation step of designating the control data generating process to be executed, the display Changes on the screen
A selected row storing step of storing a row number with high frequency ,
The control data designating step stores in the selected row storing step.
A first control data generation step corresponding to the performed row number;
Second control corresponding to a predetermined row in the first to n-th rows
And the data generation step are alternately executed at the predetermined time interval.
Every time the second control data generation step is executed.
And a method of sequentially changing the predetermined row to an adjacent row .
JP18312898A 1998-06-30 1998-06-30 OSD display control method Expired - Fee Related JP3512337B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP18312898A JP3512337B2 (en) 1998-06-30 1998-06-30 OSD display control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP18312898A JP3512337B2 (en) 1998-06-30 1998-06-30 OSD display control method

Publications (2)

Publication Number Publication Date
JP2000023059A JP2000023059A (en) 2000-01-21
JP3512337B2 true JP3512337B2 (en) 2004-03-29

Family

ID=16130296

Family Applications (1)

Application Number Title Priority Date Filing Date
JP18312898A Expired - Fee Related JP3512337B2 (en) 1998-06-30 1998-06-30 OSD display control method

Country Status (1)

Country Link
JP (1) JP3512337B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100597406B1 (en) 2004-06-29 2006-07-06 삼성전자주식회사 Settop box which is inputted for animation in On Screen Display and method thereof

Also Published As

Publication number Publication date
JP2000023059A (en) 2000-01-21

Similar Documents

Publication Publication Date Title
US4908710A (en) Method for driving a liquid crystal display device
JPH0640256B2 (en) Display controller
CN109819232A (en) A kind of image processing method and image processing apparatus, display device
JPH09147554A (en) Dynamic storage device and its driving method
JP3512337B2 (en) OSD display control method
JPH0373897B2 (en)
JP2000098993A (en) Display controller
JP3675349B2 (en) Access control method and access control circuit
JP2616214B2 (en) Panel display control device
JPH09222957A (en) Disk access device and video-on-demand device
JPH10171441A (en) Character display control circuit
JPH08147214A (en) Memory device
JPH052877A (en) System for accessing video display memory
JP2003029734A (en) System and method for controlling memory
JPH08146932A (en) Dynamic memory control unit
JP2002216474A (en) Computer system and memory refresh method therefor
JPH02244325A (en) Scrolling system
CN115421677A (en) Image refreshing optimization method and device and electronic equipment
JP3334724B2 (en) Flow display control method
JPH11109937A (en) Display controller
JP3923695B2 (en) Image control apparatus and data output method
JPS63247996A (en) Method for accessing memory
JPH07129117A (en) Image display device
KR970000581A (en) How to set and change the default value of the image forming apparatus by user definition
JPH08149151A (en) Dynamic polling system using counter with fixed period and memory

Legal Events

Date Code Title Description
A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20040106

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080116

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090116

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090116

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100116

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110116

Year of fee payment: 7

LAPS Cancellation because of no payment of annual fees