JPH06348247A - Image controller - Google Patents

Image controller

Info

Publication number
JPH06348247A
JPH06348247A JP5164010A JP16401093A JPH06348247A JP H06348247 A JPH06348247 A JP H06348247A JP 5164010 A JP5164010 A JP 5164010A JP 16401093 A JP16401093 A JP 16401093A JP H06348247 A JPH06348247 A JP H06348247A
Authority
JP
Japan
Prior art keywords
image
software
scanning lines
screen
sub
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.)
Pending
Application number
JP5164010A
Other languages
Japanese (ja)
Inventor
Shiro Hayano
史郎 早野
Akimitsu Toda
昌充 戸田
Kazuyoshi Nishiyama
和良 西山
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.)
KONTETSUKU KK
Original Assignee
KONTETSUKU KK
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 KONTETSUKU KK filed Critical KONTETSUKU KK
Priority to JP5164010A priority Critical patent/JPH06348247A/en
Publication of JPH06348247A publication Critical patent/JPH06348247A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To utilize a screen without any waste when an image obtained by executing software corresponding to a small number of scanning lines is displayed on a screen consisting of a large number of scanning lines. CONSTITUTION:The image obtained by executing the software S1 corresponding to 400 scanning lines on a personal computer 12 is displayed on the screen of a TFT color liquid crystal display unit 11 which has 480 scanning lines. Software S2 generated for the purpose of drawing of 80 scanning lines is executed on the computer 12 at the same time. An image memory 13 has an address space corresponding to the screen. A switching control part 14 distributes and stores image signals PS of the software programs S1 and S2 in partial address spaces 13a and 13b formed by dividing the address space. Consequently, the image of the software S1 is displayed in an image area of 400 scanning lines on the screen and the image of the software S2 is displayed in the remaining image area. Therefore, all the scanning lines of the screen are effectively used without any waste.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】この発明は、ソフトウェアが対応
する走査線数よりも多い走査線数を有する画像表示器の
画面上に、このソフトウェアに基づく画像を表示すると
ともに、画面上の残りの画像領域に、他のソフトウェア
に基づく画像を同時に表示する画像制御装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention displays an image based on this software on the screen of an image display device having more scan lines than the software supports, and the remaining image on the screen. The present invention relates to an image control device that simultaneously displays images based on other software in a region.

【0002】[0002]

【従来の技術】パーソナルコンピュータに接続して使用
されるカラー液晶表示器、EL表示器などの画像表示器
の規格には、横640×縦400ドットすなわち400
本の走査線で画像を表示する方式と、横640×縦48
0ドットすなわち480本の走査線で画像を表示する方
式との2種類がある。これに対応して、パーソナルコン
ピュータで実行することにより描画機能を発揮するソフ
トウェアにおいても、400本の走査線で描画するもの
と、480本の走査線で描画するものとの2種類が供給
されている。480本の走査線を有する画像表示器を使
用する場合には、400本の走査線に対応するソフトウ
ェアと480本の走査線に対応するソフトウェアのいず
れのソフトウェアをも実行させてその画像を表示するこ
とが可能である。
2. Description of the Related Art The standard of image display devices such as color liquid crystal display devices and EL display devices used by connecting to a personal computer is 640 horizontal × 400 vertical dots, that is 400
A method of displaying an image with one scanning line, and a horizontal 640 x vertical 48
There are two types: a method of displaying an image with 0 dots, that is, 480 scanning lines. Correspondingly, two types of software, one that draws with 400 scanning lines and one that draws with 480 scanning lines, are supplied even for software that performs a drawing function by executing on a personal computer. There is. When an image display device having 480 scanning lines is used, both the software corresponding to 400 scanning lines and the software corresponding to 480 scanning lines are executed to display the image. It is possible.

【0003】[0003]

【発明が解決しようとする課題】しかしながら前者の場
合、すなわち400本の走査線に対応するソフトウェア
を実行し、かつ480本の走査線を有する画像表示器を
用いて、その画像表示を行う場合には、画像表示器の画
面上の480走査線の中の400走査線分のみが、ソフ
トウェアに基づく画像表示に使用され、残りの80走査
線分は空白となる。図5は、このことを一例をもって示
す模式図である。図5において、480走査線分の画面
の中で、中央部に位置する400走査線分の画像領域
に、ソフトウェアに基づく画像が表示され、上端部、下
端部各40走査線分の画像領域には例えば黒色が常時映
し出される。
However, in the former case, that is, when the software corresponding to 400 scanning lines is executed and the image display is performed using the image display device having 480 scanning lines. Only 400 scan lines of the 480 scan lines on the screen of the image display are used for software-based image display, and the remaining 80 scan lines are blank. FIG. 5 is a schematic diagram showing this as an example. In FIG. 5, in the screen of 480 scanning lines, an image based on software is displayed in an image area of 400 scanning lines located in the central portion, and in the image area of 40 scanning lines for each of the upper end portion and the lower end portion. For example, black is always displayed.

【0004】このように従来の技術では、ソフトウェア
が対応する走査線数よりも多い走査線数を有する画像表
示器の画面に、ソフトウェアを実行して得られる画像を
表示する際には、使用されない無駄な領域が画面上に存
在するという問題点があった。
As described above, the conventional technique is not used for displaying an image obtained by executing the software on the screen of the image display device having the number of scanning lines corresponding to that of the software. There is a problem that a useless area exists on the screen.

【0005】この発明は従来存在した上記の問題点を解
消するためになされたもので、ソフトウェアが対応する
走査線数よりも多い走査線数を有する画像表示器の画面
上に、このソフトウェアに基づく画像を表示する際に、
画面上の画像領域を無駄なく使用することを可能にする
画像制御装置を提供することを目的とする。
The present invention has been made in order to solve the above existing problems, and is based on the software on the screen of the image display device having the number of scanning lines larger than the number of scanning lines corresponding to the software. When displaying the image,
An object of the present invention is to provide an image control device that enables the image area on the screen to be used without waste.

【0006】[0006]

【課題を解決するための手段】この発明に係る画像制御
装置は、第1の走査線数に対応した第1のソフトウェア
が描画する主画像を、前記第1の走査線数よりも多い走
査線数を有する画像表示器の画面上の第1の走査線数分
の主画像領域に表示するとともに、当該画面上の残りの
第2の走査線数分の副画像領域に、第2のソフトウェア
が描画する前記第2の走査線数分の副画像を、同時に表
示する画像制御装置であって、(a)前記第1および第
2のソフトウェアを実行し、前記第1のソフトウェアが
描画する前記主画像に対応した第1の画像信号と、前記
第2のソフトウェアが描画する前記副画像に対応した第
2の画像信号とを出力するとともに、出力するこれらの
画像信号が前記第1の画像信号と前記第2の画像信号の
いずれであるかを指示する切換信号を出力するコンピュ
ータと、(b)各アドレスが前記画像表示器の画面上の
表示位置に対応して定められ、前記主および副画像領域
にそれぞれ対応した第1および第2のアドレス空間を有
する記憶手段と、(c)前記第1の画像信号と前記第2
の画像信号とを、前記切換信号に応答して、前記記憶手
段の前記第1のアドレス空間と残りの前記第2のアドレ
ス空間とに、それぞれ振り分けて格納させる切換制御部
と、(d)前記記憶手段に記憶された画像信号を前記第
1および第2のアドレス空間から順次読み出し、前記画
像表示器に与えることにより、前記画像表示器の前記主
および副画像領域にそれぞれ前記主および副画像を同時
に表示させる表示制御手段と、を備える。
In the image control apparatus according to the present invention, the main image drawn by the first software corresponding to the first scanning line number is larger than the first scanning line number. The main image area for the first number of scanning lines on the screen of the image display having a number, and the second software for the second sub-image area for the second number of scanning lines on the screen. An image control apparatus for simultaneously displaying sub-images for the second number of scanning lines to be drawn, comprising: (a) executing the first and second software, wherein the main software draws by the first software. The first image signal corresponding to the image and the second image signal corresponding to the sub-image drawn by the second software are output, and the output image signals are the first image signal and the second image signal. Which of the second image signals is A computer for outputting the switching signal shown, and (b) first and second addresses, each address of which is determined corresponding to the display position on the screen of the image display, and which respectively correspond to the main and sub-image areas. Storage means having a space, (c) the first image signal and the second image signal
In response to the switching signal, the switching control section for respectively storing the image signal in the first address space and the remaining second address space of the storage means, and (d) the above By sequentially reading the image signals stored in the storage means from the first and second address spaces and supplying them to the image display, the main and sub-images are respectively placed in the main and sub-image areas of the image display. And a display control means for displaying at the same time.

【0007】[0007]

【作用】この発明の画像制御装置を使用するには、画像
表示器の画面の主画像領域に主画像を表示すべき第1の
ソフトウェアと共に、副画像領域に副画像を表示すべき
第2のソフトウェアを準備する。コンピュータはこれら
のソフトウェアを実行し、それぞれのソフトウェアに基
づく画像信号を出力する。記憶手段にはこれらの画像信
号が記憶されるが、その際にコンピュータから出力され
る切換信号に基づいて切換制御部が、これら2種類の画
像信号をそれぞれ別個のアドレス空間に振り分ける。記
憶手段におけるこれらのアドレス空間は、画像表示器の
画面上の主および副画像領域にそれぞれ対応する。この
ため、表示制御手段が記憶媒体に記憶される画像信号を
読み出し、画像表示器に付与すると、第1のソフトウェ
アに基づく主画像が画面上の主画像領域に表示され、第
2のソフトウェアに基づく副画像が副画像領域に表示さ
れる。
In order to use the image control apparatus of the present invention, the first software for displaying the main image in the main image area of the screen of the image display and the second software for displaying the sub image in the sub image area are used. Prepare the software. The computer executes these software and outputs an image signal based on each software. These image signals are stored in the storage means, and the switching control section distributes these two types of image signals to separate address spaces based on the switching signal output from the computer at that time. These address spaces in the storage means respectively correspond to the main and sub image areas on the screen of the image display. Therefore, when the display control means reads out the image signal stored in the storage medium and gives it to the image display, the main image based on the first software is displayed in the main image area on the screen, and based on the second software. The sub-image is displayed in the sub-image area.

【0008】[0008]

【実施例】【Example】

<第1の実施例>図1は第1の実施例における画像制御
装置10の全体構成を示すブロック図である。TFTカ
ラー液晶表示器11は、横640×縦480ドット、す
なわち480本の走査線で画面上に画像を表示する画像
表示器である。パーソナルコンピュータ12には、横6
40×縦400ドット、すなわち400本の走査線で描
画する機能を有する2つのソフトウェアS1、S2が供
給されている。これらの中で、ソフトウェアS1は、例
えば、400走査線に対応した市販のソフトウェアであ
り、400走査線分の画像(主画像)を表示することを
意図して作成されたものである。一方、ソフトウェアS
2は、同じく400走査線に対応するソフトウェアであ
りながら、その中の80走査線分の画像(副画像)のみ
を表示することを意図して、特別に作成されたソフトウ
ェアである。
<First Embodiment> FIG. 1 is a block diagram showing the overall arrangement of an image control apparatus 10 according to the first embodiment. The TFT color liquid crystal display 11 is an image display that displays an image on the screen with 640 horizontal pixels × 480 vertical pixels, that is, 480 scanning lines. The personal computer 12 has a horizontal 6
Two pieces of software S1 and S2 having a function of drawing with 40 × vertical 400 dots, that is, 400 scanning lines are supplied. Among these, the software S1 is commercially available software corresponding to 400 scanning lines, for example, and is created with the intention of displaying an image (main image) of 400 scanning lines. On the other hand, software S
Reference numeral 2 is software specially created for the purpose of displaying only an image (sub-image) of 80 scanning lines in the software, which is also software corresponding to 400 scanning lines.

【0009】図2は、これらのソフトウェアS1、S2
が描画する本来の画像を描いた模式図である。すなわ
ち、図2(a)は、ソフトウェアS1を実行して、ソフ
トウェアS1が対応する400走査線の画像表示器の画
面SC1に表示させた画像の例である。同様に図2
(b)は、ソフトウェアS2を実行して、ソフトウェア
S2が対応する400走査線の画像表示器の画面SC1
に表示させた画像の例である。図2(a)に示すよう
に、ソフトウェアS1に基づく画像は、400走査線の
画像表示器の画面SC1の全ての画像領域に表示され
る。図2(b)に示すように、ソフトウェアS2に基づ
く画像も同様に、画面SC1の全ての画像領域に表示さ
れる。しかしながら、ソフトウェアS2が描画する画像
の中で意味のある画像は、上端部、および下端部におけ
る各40走査線分の画像領域に表示される画像のみであ
って、残りの画像領域である中央部の320走査線分の
画像領域における画像は意味を持たない。
FIG. 2 shows these softwares S1 and S2.
It is a schematic diagram which drew the original image drawn by. That is, FIG. 2A is an example of an image displayed by executing the software S1 and displaying it on the screen SC1 of the image display device of 400 scanning lines corresponding to the software S1. Similarly, FIG.
(B) is the screen SC1 of the image display device of 400 scanning lines corresponding to the software S2 executed by the software S2.
It is an example of the image displayed on. As shown in FIG. 2A, the image based on the software S1 is displayed in the entire image area of the screen SC1 of the image display device having 400 scanning lines. As shown in FIG. 2B, the image based on the software S2 is similarly displayed in all the image areas of the screen SC1. However, the only meaningful image among the images drawn by the software S2 is the image displayed in the image area of each 40 scanning lines at the upper end portion and the lower end portion, and the central portion that is the remaining image area. The image in the image area of 320 scanning lines has no meaning.

【0010】図1に戻る。パーソナルコンピュータ12
は、ソフトウェアS1、S2を実行して、これらのソフ
トウェアS1、S2に基づく画像を表現する画像信号P
Sを、いわゆるRGB端子からデジタル形式でシリアル
に出力する。この画像信号PSは、S/P変換部15に
よって、パラレルのデジタル信号に変換された後、画像
メモリ13へ入力される。
Returning to FIG. Personal computer 12
Is an image signal P that executes the software S1 and S2 and expresses an image based on the software S1 and S2.
S is serially output from a so-called RGB terminal in a digital format. The image signal PS is converted into a parallel digital signal by the S / P converter 15 and then input to the image memory 13.

【0011】画像メモリ13は、TFTカラー液晶表示
器11の画面上のドットと1対1に対応するアドレスを
有する記憶素子である。すなわち、画像メモリ13のア
ドレス空間は、600×480=288000アドレス
で構成される。好ましくは、画像メモリ13は、高速で
の書込みおよび読出しが共に可能な半導体記憶素子(R
AM)で構成される。画像メモリ13のアドレス空間
は、観念的に2つの部分アドレス空間に分割される。部
分アドレス空間(第1のアドレス空間)13aは、TF
Tカラー液晶表示器11の画面上における中央部の40
0走査線分の画像領域(主画像領域)に対応しており、
部分アドレス空間(第2のアドレス空間)13bは、画
面上における上端部および下端部の各40走査線分の画
像領域(副画像領域)に対応している。部分アドレス空
間13bは更に2つの部分アドレス空間に観念上分割さ
れ、それぞれが画面上の上端部、および下端部に対応す
る。
The image memory 13 is a storage element having an address corresponding to a dot on the screen of the TFT color liquid crystal display 11 on a one-to-one basis. That is, the address space of the image memory 13 is composed of 600 × 480 = 288000 addresses. Preferably, the image memory 13 is a semiconductor memory element (R capable of high-speed writing and reading).
AM). The address space of the image memory 13 is conceptually divided into two partial address spaces. The partial address space (first address space) 13a is TF
40 in the central part on the screen of the T color liquid crystal display 11
It corresponds to the image area (main image area) of 0 scan lines,
The partial address space (second address space) 13b corresponds to image areas (sub-image areas) of 40 scanning lines at the upper end and the lower end on the screen. The partial address space 13b is conceptually divided into two partial address spaces, each of which corresponds to the upper end and the lower end on the screen.

【0012】TFTカラー液晶表示器11の画面への表
示は、表示制御部11aが画像メモリ13のアドレス空
間を順次走査しつつ、各アドレスに記憶される画像信号
PSを読み出して、そのアドレスに対応する画面上のド
ットに、読み出した画像信号PSが表現する画像を表示
させることにより実現する。画像メモリ13からは、画
像信号PSがパラレル形式で読み出され、一方表示制御
部11aは画像信号PSをシリアル形式で入力する。こ
のため、画像メモリ13と表示制御部11aとの間に
は、パラレル形式をシリアル形式に変換するP/S変換
部16が設けられる。
For display on the screen of the TFT color liquid crystal display 11, the display controller 11a sequentially scans the address space of the image memory 13 and reads the image signal PS stored at each address to correspond to that address. It is realized by displaying the image represented by the read image signal PS on the dots on the screen. The image signal PS is read from the image memory 13 in a parallel format, while the display control unit 11a inputs the image signal PS in a serial format. Therefore, a P / S conversion unit 16 that converts the parallel format into the serial format is provided between the image memory 13 and the display control unit 11a.

【0013】パーソナルコンピュータ12は、ソフトウ
ェアS1、S2に基づく画像信号PSを出力するに際し
て、出力する画像信号PSがソフトウェアS1、S2の
いずれに対応するものであるかを指示する切換信号DS
を同時に出力する。切換制御部14は、この切換信号D
Sを受信する。切換制御部14は、受信した切換信号D
Sに基づいて、ソフトウェアS1に対応する画像信号P
SとソフトウェアS2に対応する画像信号PSを、画像
メモリ13における異なる部分アドレス空間に振り分け
る。まず、ソフトウェアS1に対応する画像信号PS、
すなわち主画像を表現する画像信号PSは、部分アドレ
ス空間13aに割当てられる。一方、ソフトウェアS2
に対応する画像信号PSは、ソフトウェアS2が描画す
る画像の中で意味のある80走査線分の画像、すなわち
副画像を表現する画像信号PSのみが選択された上で、
部分アドレス空間13bに割り当てられる。
When the personal computer 12 outputs the image signal PS based on the software S1 and S2, the switching signal DS indicating which of the software S1 and S2 the output image signal PS corresponds to.
Are output at the same time. The switching control unit 14 receives the switching signal D
Receive S. The switching control unit 14 receives the received switching signal D
Based on S, the image signal P corresponding to the software S1
The image signal PS corresponding to S and software S2 is distributed to different partial address spaces in the image memory 13. First, the image signal PS corresponding to the software S1,
That is, the image signal PS representing the main image is assigned to the partial address space 13a. On the other hand, software S2
As for the image signal PS corresponding to, after only the image signal PS that represents a meaningful image of 80 scanning lines in the image drawn by the software S2, that is, the sub-image is selected,
It is allocated to the partial address space 13b.

【0014】図3は、480走査線を有するTFTカラ
ー液晶表示器11の画面SC2に表示された、ソフトウ
ェアS1、S2に基づく画像の一例を示す模式図であ
る。部分アドレス空間13aに記憶された画像信号PS
が表現する画像は、TFTカラー液晶表示器11の画面
上の中央部の400走査線分の主画像領域に表示され、
部分アドレス空間13bに記憶された画像信号PSが表
現する画像は、画面上の上端部、下端部の各40走査線
分の副画像領域に表示される。すなわち、図3に示すよ
うに、ソフトウェアS1が表現する主画像が主画像領域
に表示され、ソフトウェアS2が表現する副画像が、上
端部、下端部の副画像領域に分割して表示される。
FIG. 3 is a schematic diagram showing an example of an image based on software S1 and S2 displayed on the screen SC2 of the TFT color liquid crystal display 11 having 480 scanning lines. Image signal PS stored in partial address space 13a
The image represented by is displayed in the main image area of 400 scanning lines at the center of the screen of the TFT color liquid crystal display 11,
The image represented by the image signal PS stored in the partial address space 13b is displayed in the sub-image areas of 40 scanning lines at the upper end and the lower end on the screen. That is, as shown in FIG. 3, the main image represented by the software S1 is displayed in the main image area, and the sub-image represented by the software S2 is divided and displayed in the sub-image areas of the upper end portion and the lower end portion.

【0015】図3に例示されるソフトウェアS2に基づ
く副画像は、操作キーの図案を表現している。この副画
像領域上にタッチセンサを設けることによって、操作キ
ーの図案のそれぞれをタッチキーそのものとして利用す
ることができる。すなわち、本来余白となるべき80走
査線分の画像領域がタッチキーとして有効に利用され
る。タッチキーとしての利用は、ソフトウェアS1が操
作者との対話形式で処理を実行するソフトウェアである
場合には特に有効である。
The sub-image based on the software S2 illustrated in FIG. 3 represents the design of the operation keys. By providing the touch sensor on the sub-image area, each of the patterns of the operation keys can be used as the touch key itself. That is, the image area of 80 scanning lines which should be a blank space is effectively used as a touch key. The use as a touch key is particularly effective when the software S1 is software that executes processing in an interactive manner with the operator.

【0016】このように、この画像制御装置10によれ
ば、400走査線に対応した市販のソフトウェアS1を
実行させることによって得られる主画像を、480走査
線を有するTFTカラー液晶表示器11の画面に表示す
る際に、80走査線分の副画像を表示すべく作成された
ソフトウェアS2を別途用意することによって、これら
の画像を画面に同時並列的に表示することができる。こ
のため、480走査線分の画面の全領域を無駄なく有効
に使用することができる。また副画像は、ソフトウェア
S2により、容易に変更可能である。
As described above, according to the image control device 10, the main image obtained by executing the commercially available software S1 corresponding to 400 scanning lines is displayed on the screen of the TFT color liquid crystal display 11 having 480 scanning lines. By separately preparing the software S2 created to display the sub-images for 80 scanning lines when displaying the images, these images can be simultaneously displayed on the screen in parallel. Therefore, the entire area of the screen of 480 scanning lines can be effectively used without waste. The sub-image can be easily changed by the software S2.

【0017】<第2の実施例>図4は、第2の実施例に
おける画像制御装置20の全体構成を示すブロック図で
ある。ここでは、図1に示した画像制御装置10におけ
るTFTカラー液晶表示器11の代わりに、EL表示器
17が設けられている。EL表示器17はTFTカラー
液晶表示器11と同じく、600×480ドット、すな
わち480走査線を有する画像表示器である。パーソナ
ルコンピュータ19は、画像制御装置10におけるパー
ソナルコンピュータ12とは、画像信号PSをアナログ
形式で出力する点が異なっている。このため、パーソナ
ルコンピュータ19とS/P変換部15との間には、ア
ナログ信号をデジタル信号に変換するA/D変換部が設
けられている。その他の構成は、画像制御装置10と同
様である。画像制御装置20においても、ソフトウェア
S1、S2をパーソナルコンピュータ19を供給するこ
とによって、図3に示した画像をEL表示器17の画面
に表示することができる。
<Second Embodiment> FIG. 4 is a block diagram showing the overall arrangement of an image control apparatus 20 according to the second embodiment. Here, instead of the TFT color liquid crystal display 11 in the image control device 10 shown in FIG. 1, an EL display 17 is provided. Like the TFT color liquid crystal display 11, the EL display 17 is an image display having 600 × 480 dots, that is, 480 scanning lines. The personal computer 19 is different from the personal computer 12 in the image control apparatus 10 in that it outputs the image signal PS in an analog format. Therefore, an A / D converter that converts an analog signal into a digital signal is provided between the personal computer 19 and the S / P converter 15. Other configurations are similar to those of the image control device 10. Also in the image control device 20, by supplying the software S1 and S2 to the personal computer 19, the image shown in FIG. 3 can be displayed on the screen of the EL display device 17.

【0018】<変形例> (1)以上の実施例では、ソフトウェアS1に基づく4
00走査線分の主画像を、480走査線の画面の中央部
に表示し、ソフトウェアS2に基づく80走査線分の副
画像を、上下両端の画像領域に分割して表示した。しか
し、この例に限らず、主画像と副画像とを、480走査
線の画面の中に任意に配分して表示することが一般に可
能である。それは、画面上の任意の配分に対応した観念
上の分割を画像メモリ13のアドレス空間に施し、ソフ
トウェアS1、S2の各々の画像信号PSを、分割され
た部分アドレス空間13a、13bに振り分けることに
よって実現される。例えば、画面上を上下2領域、すな
わち画面上部に位置する400走査線分の主画像領域と
その下方に位置する80走査線分の副画像領域とに分割
し、ソフトウェアS1、S2に基づく画像を、これらの
主および副画像領域にそれぞれ表示することも可能であ
る。 (2)画像メモリ13は、600×480アドレスを有
する1個の半導体記憶素子を用いる代わりに、複数の半
導体素子を組み合わせることによって所要のアドレス空
間を構成してもよい。 (3)画像表示器は、TFTカラー液晶表示器11、E
L表示器17以外の他の画像表示器であってもよい。 (4)以上の実施例では、ソフトウェアS1、S2が対
応する走査線数が400であって、画像表示器が有する
走査線数が480であったが、この発明は後者の走査線
数が前者よりも多い場合に一般的に適用することができ
る。
<Modification> (1) In the above embodiments, the software S1 is used to
The main image of 00 scanning lines was displayed in the center of the screen of 480 scanning lines, and the sub-image of 80 scanning lines based on the software S2 was divided and displayed in the image regions at the upper and lower ends. However, not limited to this example, it is generally possible to arbitrarily display the main image and the sub-image in the screen of 480 scanning lines. That is, an ideal division corresponding to an arbitrary distribution on the screen is applied to the address space of the image memory 13, and the image signals PS of the software S1 and S2 are distributed to the divided partial address spaces 13a and 13b. Will be realized. For example, the screen is divided into two upper and lower areas, that is, a main image area of 400 scanning lines located in the upper part of the screen and a sub-image area of 80 scanning lines located below the screen, and an image based on the software S1 and S2 is divided. It is also possible to display in these main and sub image areas, respectively. (2) The image memory 13 may form a required address space by combining a plurality of semiconductor elements instead of using one semiconductor memory element having 600 × 480 addresses. (3) The image display is a TFT color liquid crystal display 11, E
An image display other than the L display 17 may be used. (4) In the above embodiments, the number of scanning lines supported by the software S1 and S2 was 400, and the number of scanning lines included in the image display device was 480. However, in the present invention, the latter scanning line number is the former. It is generally applicable when there are more than.

【0019】[0019]

【発明の効果】この発明の画像制御装置によれば、相対
的に低い走査線数に対応したソフトウェアを実行させる
ことによって得られる画像を、相対的に高い走査線数を
有する画像表示器の画面に表示する際に、画面上の余白
部分に画像を表示すべく作成されたソフトウェアを別途
用意することによって、これらの画像を画面に同時並列
的に表示することができる。このため、画面の全領域を
無駄なく有効に使用することができる。
According to the image control apparatus of the present invention, the image obtained by executing the software corresponding to the relatively low scanning line number is displayed on the screen of the image display having the relatively high scanning line number. When the image is displayed on the screen, these images can be simultaneously displayed in parallel on the screen by separately preparing software created to display the image in the blank area on the screen. Therefore, the entire area of the screen can be effectively used without waste.

【図面の簡単な説明】[Brief description of drawings]

【図1】この発明の第1の実施例における画像制御装置
の全体ブロック図である。
FIG. 1 is an overall block diagram of an image control apparatus according to a first embodiment of the present invention.

【図2】ソフトウェアS1、S2が本来描画すべき画像
の一例を示す模式図である。
FIG. 2 is a schematic diagram showing an example of an image that software S1 and S2 should originally draw.

【図3】この発明の画像制御装置によって画面に描かれ
る画像の一例を示す模式図である。
FIG. 3 is a schematic diagram showing an example of an image drawn on a screen by the image control device of the present invention.

【図4】この発明の第2の実施例における画像制御装置
の全体ブロック図である。
FIG. 4 is an overall block diagram of an image control device according to a second embodiment of the present invention.

【図5】従来の技術を用いて画面に描かれる画像の一例
を示す模式図である。
FIG. 5 is a schematic diagram showing an example of an image drawn on a screen using a conventional technique.

【符号の説明】[Explanation of symbols]

10、20 画像制御装置 11 TFTカラー液晶表示器(表示器) 11a 表示制御部(表示制御手段) 12、19 パーソナルコンピュータ(コンピュータ) 13 画像メモリ(記憶手段) 13a、13b 部分アドレス空間(第1、第2のアド
レス空間) 14 切換制御部 17 EL表示器(表示器) DS 切換信号 PS 画像信号
10, 20 Image Control Device 11 TFT Color Liquid Crystal Display (Display) 11a Display Control Unit (Display Control Means) 12, 19 Personal Computer (Computer) 13 Image Memory (Storage Means) 13a, 13b Partial Address Space (First, Second address space) 14 Switching control unit 17 EL display (display) DS switching signal PS image signal

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 第1の走査線数に対応した第1のソフト
ウェアが描画する主画像を、前記第1の走査線数よりも
多い走査線数を有する画像表示器の画面上の第1の走査
線数分の主画像領域に表示するとともに、当該画面上の
残りの第2の走査線数分の副画像領域に、第2のソフト
ウェアが描画する前記第2の走査線数分の副画像を、同
時に表示する画像制御装置であって、(a)前記第1お
よび第2のソフトウェアを実行し、前記第1のソフトウ
ェアが描画する前記主画像に対応した第1の画像信号
と、前記第2のソフトウェアが描画する前記副画像に対
応した第2の画像信号とを出力するとともに、出力する
これらの画像信号が前記第1の画像信号と前記第2の画
像信号のいずれであるかを指示する切換信号を出力する
コンピュータと、(b)各アドレスが前記画像表示器の
画面上の表示位置に対応して定められ、前記主および副
画像領域にそれぞれ対応した第1および第2のアドレス
空間を有する記憶手段と、(c)前記第1の画像信号と
前記第2の画像信号とを、前記切換信号に応答して、前
記記憶手段の前記第1のアドレス空間と残りの前記第2
のアドレス空間とに、それぞれ振り分けて格納させる切
換制御部と、(d)前記記憶手段に記憶された画像信号
を前記第1および第2のアドレス空間から順次読み出
し、前記画像表示器に与えることにより、前記画像表示
器の前記主および副画像領域にそれぞれ前記主および副
画像を同時に表示させる表示制御手段と、を備える画像
制御装置。
1. A main image drawn by a first software corresponding to a first scanning line number is displayed on a screen of an image display device having a scanning line number larger than the first scanning line number. While displaying in the main image area for the number of scanning lines, the sub-images for the second number of scanning lines drawn by the second software in the remaining sub-image area for the second scanning lines on the screen. And (a) executing the first and second software, the first image signal corresponding to the main image drawn by the first software, and And outputting a second image signal corresponding to the sub-image drawn by the second software, and indicating whether these image signals to be output are the first image signal or the second image signal. A computer for outputting a switching signal to ) Each address is defined corresponding to a display position on the screen of the image display, and storage means having first and second address spaces respectively corresponding to the main and sub-image areas, and (c) the storage means The first image signal and the second image signal in response to the switching signal, the first address space of the storage means and the remaining second address space.
A switching control unit for storing the divided image data in each of the address spaces, and (d) sequentially reading out the image signals stored in the storage means from the first and second address spaces and supplying the image signals to the image display device. , A display control means for simultaneously displaying the main and sub-images in the main and sub-image areas of the image display, respectively.
JP5164010A 1993-06-07 1993-06-07 Image controller Pending JPH06348247A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5164010A JPH06348247A (en) 1993-06-07 1993-06-07 Image controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5164010A JPH06348247A (en) 1993-06-07 1993-06-07 Image controller

Publications (1)

Publication Number Publication Date
JPH06348247A true JPH06348247A (en) 1994-12-22

Family

ID=15785060

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5164010A Pending JPH06348247A (en) 1993-06-07 1993-06-07 Image controller

Country Status (1)

Country Link
JP (1) JPH06348247A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009186765A (en) * 2008-02-06 2009-08-20 Nec Access Technica Ltd Image display apparatus, display device, display image creating device, image display method, and program

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009186765A (en) * 2008-02-06 2009-08-20 Nec Access Technica Ltd Image display apparatus, display device, display image creating device, image display method, and program
JP4497209B2 (en) * 2008-02-06 2010-07-07 Necアクセステクニカ株式会社 Image display device, display device, display image creation device, image display method, and program

Similar Documents

Publication Publication Date Title
AU598678B2 (en) Apparatus and method for video signal image processing under control of a data processing system
US7633508B2 (en) Data transfer apparatus
KR20000052501A (en) Image processing apparatus and image processing method
KR940007819B1 (en) Video converter
US5191441A (en) Image reading device
JPH06348247A (en) Image controller
CA2017600C (en) Apparatus for superimposing character patterns in accordance with dot-matrix on video signals
JP3099337B2 (en) Image reading device
JP2589810Y2 (en) Image data storage device
JP4241078B2 (en) Content display device
JP2513636B2 (en) Image processing device
KR100421910B1 (en) Video card and a method of processing the data
JPH0764524A (en) Image display device
JPH11184450A (en) Image processor
JP2800247B2 (en) Image display device
JPH07262349A (en) Method and circuit for dither modulation, method and circuit for generating address for dither table and hard copy circuit using these methods and circuits
JPS63214071A (en) Picture display device
JP2005062773A (en) Display control method, display system, and image forming apparatus
JPH05328031A (en) Picture reader
JPH10228264A (en) Liquid crystal display device
JPH04270557A (en) Display method for reduction conversion picture
JPH0383463A (en) Superimposing device
JPH1020843A (en) Blink display device
JPH0762792B2 (en) Image display device
JPH10268807A (en) Multi-resolution lcd panel