JPS6113756B2 - - Google Patents

Info

Publication number
JPS6113756B2
JPS6113756B2 JP53128511A JP12851178A JPS6113756B2 JP S6113756 B2 JPS6113756 B2 JP S6113756B2 JP 53128511 A JP53128511 A JP 53128511A JP 12851178 A JP12851178 A JP 12851178A JP S6113756 B2 JPS6113756 B2 JP S6113756B2
Authority
JP
Japan
Prior art keywords
memory
screen
display
dot
information
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
Application number
JP53128511A
Other languages
Japanese (ja)
Other versions
JPS5556247A (en
Inventor
Yoshiki Kobayashi
Nagaharu Hamada
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP12851178A priority Critical patent/JPS5556247A/en
Publication of JPS5556247A publication Critical patent/JPS5556247A/en
Publication of JPS6113756B2 publication Critical patent/JPS6113756B2/ja
Granted legal-status Critical Current

Links

Landscapes

  • Digital Computer Display Output (AREA)

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、ラスタ走査形図形表示装置に係り、
特にその図形の回転・拡大等の変更を高速に行う
ためのメモリ方式に関するものである。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a raster scanning graphic display device,
In particular, it relates to a memory system for rapidly changing the rotation, enlargement, etc. of the figure.

〔従来の技術〕[Conventional technology]

現在、図形表示用CRTとして代表的なもの
に、ランダム・スキヤン形,ストレージ形,ラス
タ走査形の3種類がある。
Currently, there are three typical types of CRTs for displaying graphics: random scan type, storage type, and raster scan type.

この中でラスタ走査形CRTは、カラー図形や
面図形が容易に得られ、しかも安価であるという
特徴がある。このラスタ走査形CRTの代表的な
方式として、画面ドツト・メモリ方式がある。こ
の方式では、CRT画面の各ドツトに対応してそ
のカラー情報を記憶するメモリを設け、例えば直
線図形を表示したい場合には対応する画面ドツト
のメモリに1ドツト毎にカラー情報をまず書込
む。次に、この画面ドツト・メモリからは、表示
のためにラスタ走査に従つてカラー情報を読み出
し、ラスタ走査に従つてカラー情報を読み出し、
CRT上に表示する。
Among these, raster scanning type CRTs are characterized by being able to easily obtain color figures and area figures and being inexpensive. A typical method of this raster scanning type CRT is the screen dot memory method. In this method, a memory is provided corresponding to each dot on the CRT screen to store its color information. For example, when a straight line figure is desired to be displayed, color information is first written for each dot in the memory of the corresponding screen dot. Next, from this screen dot memory, color information is read out according to the raster scan for display; color information is read out according to the raster scan;
Display on CRT.

しかしこの方式では、CRT画面上の一部の図
形を消去する場合に、消去する図形に対応する画
面ドツト・メモリのカラー情報をクリアとする
と、例えば第7図に示すように、消去すべき直線
Aと重なつた三角形Bの部分(点C,D)が切断
されてしまう現象が生じる。
However, with this method, when erasing some figures on the CRT screen, if the color information in the screen dot memory corresponding to the figure to be erased is cleared, the straight line to be erased is A phenomenon occurs in which the portions of triangle B (points C and D) that overlap A are cut off.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

このため従来は、カラー情報Qの図形を画面ド
ツト・メモリに書き込む場合に、元々そこに書込
まれていたカラー情報Pに排他的論理和(+)を
とつて書込み、この結果のカラー情報をRとする
下式のような論理を用いていた。
For this reason, conventionally, when writing a figure of color information Q to the screen dot memory, the exclusive OR (+) is written to the color information P that was originally written there, and the resulting color information is written. They used logic such as the following formula where R is assumed to be R.

P+Q→R この図形を消去したい場合には、再びカラー情
報Qを排他的論理和をとつて書込み、 R+Q =(P+Q)Q→P のように元のカラー情報Pに戻ることを利用して
いた。しかしこの方式では、重なつた図形のカラ
ーは排他的論理和がとられるために、予期しない
カラーになつてしまう欠点がある。
P+Q→R When you want to erase this figure, you write the color information Q again by calculating the exclusive OR, and return to the original color information P as R+Q = (P+Q)Q→P. . However, this method has the disadvantage that the colors of overlapping figures are exclusive ORed, resulting in unexpected colors.

また、他の一つの従来技術として、第8図のフ
ローチヤートに示すように、図形コマンド・リス
トを修正した後、全画面(即ち全画面ドツト・メ
モリの内容)をクリアし、修正された図形コマン
ド・リストを再び解釈して画面ドツト・メモリに
書込む処理を行う方式がある。このようにする
と、カラー情報の排他的論理和による変色は避け
られるが、一旦全画面を消す処理が必要となり、
このための処理時間がかかること、及び動的に図
形を移動させる場合には全画面の消去が人間にと
つて不愉快なちらつきになること等の欠点がでて
くる。
Another conventional technique, as shown in the flowchart of FIG. 8, is to clear the entire screen (that is, the contents of the entire screen dot memory) after modifying the graphic command list, There is a method that reinterprets the command list and writes it to the screen dot memory. In this way, discoloration due to the exclusive OR of color information can be avoided, but it will be necessary to temporarily erase the entire screen.
There are disadvantages such as the processing time required for this and the fact that when the graphic is moved dynamically, erasing the entire screen causes flickering which is unpleasant for humans.

なおここで図形コマンド・リストとは、画面ド
ツト位置に展開される前の原データである図形コ
マンド、例えば始点及び終点の座標値で直線を表
わすような図形コマンドの集合である。この図形
コマンド・リストを解釈して画面ドツト・メモリ
に書込む(これを図形コマンド・リストをドツト
に展開するという)と、CRT画面上に対応する
図形が生じる。
Note that the graphic command list here is a collection of graphic commands that are original data before being expanded to screen dot positions, for example, graphic commands that represent a straight line using the coordinate values of a starting point and an ending point. When this graphical command list is interpreted and written to the screen dot memory (this is called expanding the graphical command list into dots), a corresponding graphic is generated on the CRT screen.

本発明の目的は、ちらつきを生ずることなく、
表示図形を高速に変更処理可能なラスタ走査形図
形表示装置を提供することである。
The purpose of the present invention is to
It is an object of the present invention to provide a raster scanning graphics display device capable of changing displayed graphics at high speed.

〔問題点を解決するための手段〕[Means for solving problems]

本発明は、表示すべき図形のコマンド・リスト
に従つて表示情報をドツト形式で記憶する画面ド
ツト・メモリと、この画面ドツト・メモリをラス
タ走査に従い走査し表示情報を読み出して表示部
に表示させる表示制御装置とを備えたラスタ走査
形図形表示装置において、制御情報を記憶する画
面制御メモリを設け、書込み時は画面ドツト・メ
モリと画面制御メモリとにそれぞれ表示情報と制
御情報とを記憶させ、書込み完了後の最初の読み
出し時のみ、制御メモリ内の制御情報に基づき、
画面ドツト・メモリ及び制御メモリの情報を1回
だけ変更する方式を提案するものである。
The present invention includes a screen dot memory that stores display information in dot format according to a command list of a figure to be displayed, and a screen dot memory that scans the screen dot memory according to a raster scan to read display information and display it on a display section. A raster scanning graphic display device equipped with a display control device includes a screen control memory for storing control information, and when writing, the display information and the control information are respectively stored in the screen dot memory and the screen control memory, Based on the control information in the control memory, only when reading for the first time after writing is completed,
A method is proposed in which information in the screen dot memory and control memory is changed only once.

この方式によれば、画面のちらつきを生ずるこ
となく、表示図形を高速に変更処理できる。
According to this method, display graphics can be changed at high speed without causing screen flickering.

第1図a,bは、本発明の主要な構成要件であ
る2つのメモリ、即ち画面ドツト・メモリと制御
メモリのそれぞれで扱うカラー情報と制御情報の
働きを示す図である。各図で、「X」の表示は、
情報値に無関係であることを示す表示、「A」は
カラー情報Aの表示、「φ」はカラーが消去され
たことの表示である。
FIGS. 1a and 1b are diagrams showing the functions of color information and control information handled in two memories, namely, a screen dot memory and a control memory, respectively, which are the main components of the present invention. In each figure, the "X" symbol is
An indication indicating that the information value is irrelevant, "A" is an indication of color information A, and "φ" is an indication that the color has been erased.

(イ) 第1図aは、図形コマンド・リストをドツト
に展開処理する場合の画面ドツト・メモリ6及
び画面制御メモリ7への書込み処理を示す。た
だし6及び7は、後述のブロツク図における参
照番号である。この書込み処理は、処理対象の
ドツトに対応する処理前のカラー情報及び制御
情報に無関係に、図形コマンドで指定されたカ
ラー情報“A”及び制御情報“1”をそれぞれ
メモリ6,7にセツトする処理である。なお、
カラー情報に関しては、前のカラー情報との論
理和,積,カラー優先等の処理をしてセツトし
てもよく、以下の説明に矛盾を与えることはな
いが、ここでは後述する実施例のハードウエア
の簡略化のために前述の如くとしている。
(a) FIG. 1a shows the writing process to the screen dot memory 6 and the screen control memory 7 when a graphic command list is expanded into dots. However, 6 and 7 are reference numbers in the block diagram described later. This writing process sets color information "A" and control information "1" specified by the graphic command in the memories 6 and 7, respectively, regardless of the color information and control information before processing corresponding to the dots to be processed. It is processing. In addition,
Regarding color information, it may be set by processing such as logical summation with previous color information, multiplication, color priority, etc., and this will not contradict the following explanation, but here, we will use the hardware of the embodiment described later. The above-mentioned configuration is used to simplify the wear.

(ロ) 第1図bは、CRT画面に表示するための画
面ドツト・メモリの読み出し処理を示してい
る。
(b) FIG. 1b shows the process of reading screen dot memory for display on a CRT screen.

(i)は、通常の場合である。即ち(ii)以外の読み出
し処理においては、処理前も後もカラー情報及び
制御情報の変更はしないものとする。
(i) is the normal case. That is, in read processing other than (ii), the color information and control information are not changed before or after the processing.

(ii)は、図形コマンド・リストのドツト展開処理
の完了直後の読み出し処理の場合である。ここで
処理前の制御情報が“0”の場合には、カラー情
報をクリアし、制御情報“1”の場合にはカラー
情報は元のまゝ残すようにする。いずれの場合
も、処理後の制御情報は“0”にする。
(ii) is a case of read processing immediately after completion of dot expansion processing of a graphic command list. Here, if the control information before processing is "0", the color information is cleared, and if the control information is "1", the color information is left as is. In either case, the control information after processing is set to "0".

読み出し処理はこのようなルールに従い、表示
のカラーは処理前のカラー情報によることにす
る。
The reading process follows these rules, and the display color is based on the color information before processing.

〔作用〕[Effect]

以上述べた制御情報の働きによる図形の部分消
去(変更)及び動的表示の手順とCRT画面とを
時系列的に示したのが、第2図である。この図
は、図形コマンド・リストには三角形A,直線B
があり、三角形Aを角度△θずつ連続的に回転さ
せる例を示している。
FIG. 2 chronologically shows the procedure of partially erasing (altering) and dynamically displaying a figure by the function of the control information described above and the CRT screen. In this figure, the shape command list includes triangle A and straight line B.
shows an example in which triangle A is continuously rotated by an angle Δθ.

イニシヤル時には、画面ドツト・メモリ及び画
面制御メモリはクリアされているものとする。な
お、CRT画面の表示は画面ドツト・メモリと一
致する。ここでは便宜的に画面ドツト・メモリ6
(これはCRT画面表示そのものである)にカラー
情報がセツトされている部分及び画面制御メモリ
7に“1”がセツトされている部分を線で表現
し、三角形にはA,直線にはBと添字してある。
At initialization, it is assumed that the screen dot memory and screen control memory are cleared. Note that the display on the CRT screen matches the screen dot memory. Here, for convenience, screen dot memory 6
(This is the CRT screen display itself) The part where color information is set and the part where "1" is set in the screen control memory 7 are represented by lines, with A being a triangle and B being a straight line. It is subscripted.

(1) 図形コマンドをドツト展開処理すると、三角
形A,直線Bに対応するドツトの画面ドツト・
メモリにカラー情報が、また画面制御メモリに
“1”がセツトされる。
(1) When the figure command is expanded into dots, the dots corresponding to triangle A and straight line B are displayed on the screen.
Color information is set in the memory and "1" is set in the screen control memory.

(2) ドツト展開処理が完了すると、完了通知が出
される。完了通知が出されると、この後の最初
の読み出し処理時に、第3図b−に従い、画
面制御メモリの“1”が全てクリアされる。し
かし、対応する制御情報が“1”であつたカラ
ー情報はそのまゝ残される為、三角形A,直線
Bは表示され続ける。
(2) When the dot expansion process is completed, a completion notification will be issued. When the notification of completion is issued, all "1"s in the screen control memory are cleared during the first reading process thereafter, as shown in FIG. 3b. However, since the color information whose corresponding control information is "1" remains as is, triangle A and straight line B continue to be displayed.

(3) さて、三角形Aは角度△θだけ回転する必要
がある。そこで先ず図形コマンド・リスト中の
三角形Aを表わしている図形コマンドの座標値
を角度△θだけ回転した値に更新する。この段
階ではまだドツト展開処理をしていないので表
示状態は不変である。
(3) Now, triangle A needs to be rotated by an angle △θ. Therefore, first, the coordinate values of the graphic command representing triangle A in the graphic command list are updated to values rotated by the angle Δθ. At this stage, the display state remains unchanged since dot expansion processing has not yet been performed.

(4) 図形コマンド・リストが更新されるとこれを
表示するために、更新された図形コマンド・リ
ストのドツト展開処理を行う。これにより、画
面ドツト・メモリ6には前の三角形A,直線B
に加えて、回転処理された三角形A′,直線B
がセツトされる。ここでは直線Bの図形コマン
ドは変更されていないので重なるため、三角形
A′,のみが追加されて表示される。一方、全
てクリアされていた画面制御メモリ7には今回
の図形コマンド・リストのドツト展開処理され
た三角形A′,直線Bに対応するドツトの画面
制御メモリのエリアに“1”がセツトされる。
(4) When the graphical command list is updated, in order to display it, the updated graphical command list is expanded into dots. As a result, the previous triangle A and straight line B are stored in the screen dot memory 6.
In addition, rotated triangle A′, straight line B
is set. Here, the shape command for straight line B has not been changed, so they overlap, so the triangle
Only A′ is added and displayed. On the other hand, in the screen control memory 7, which has been completely cleared, "1" is set in the screen control memory area of the dots corresponding to the triangle A' and the straight line B that have been subjected to the dot expansion processing of the current graphic command list.

(5) そしてドツト展開処理が完了すると、完了通
知が出される。完了通知が出されると、この後
の最初の読み出し処理時に画面制御メモリ7の
“1”が全てクリアされる。しかし、対応する
制御情報が“1”であつたカラー情報はその
まゝ残されるから、回転処理された三角形
A′,直線Bは表示され続ける。一方、前の三
角形Aに対応し、かつ三角形A′,直線Bと交
わらないドツトの画面ドツト・メモリ6のカラ
ー情報がクリアされ、三角形Aは消えるが、交
点が消されることはない。
(5) When the dot expansion process is completed, a completion notification is issued. When the completion notification is issued, all "1"s in the screen control memory 7 are cleared during the first reading process thereafter. However, since the color information for which the corresponding control information was "1" is left as is, the rotated triangle
A′ and straight line B continue to be displayed. On the other hand, the color information in the screen dot memory 6 of the dots that correspond to the previous triangle A and do not intersect with the triangle A' and the straight line B are cleared, and although the triangle A disappears, the intersection point is not erased.

同様に、以下6,7,8……と三角形Aが次々
と角度△θずつ回転されていく。なお3から4,
6から7に移る時に、後述するように完了通知が
受け付けられたことを確認する必要があるが、こ
こでは説明を省略する。
Similarly, the triangle A is successively rotated by an angle Δθ in the order of 6, 7, 8, and so on. Furthermore, from 3 to 4,
When moving from step 6 to step 7, it is necessary to confirm that the completion notification has been received as described later, but the explanation will be omitted here.

以上、第1図及び第2図に関連して述べたよう
に、各ドツトに対応した画面制御メモリ7を設け
ると、従来技術の全面画消去処理を行うことによ
る処理速度の低下及びちらつきをなくし、図形の
部分消去及び動的表示に適したラスタ走査形
CRT図形表示装置を得ることができる。
As described above with reference to FIGS. 1 and 2, providing the screen control memory 7 corresponding to each dot eliminates the reduction in processing speed and flickering caused by the full screen erasing process of the prior art. , raster scan type suitable for partial deletion and dynamic display of figures
You can get a CRT graphic display.

〔実施例〕〔Example〕

以上本発明の動作原理を詳細に述べたが、次
に、第3図〜第6図を用いて本発明の一実施例を
更に具体的に説明する。
Having described the operating principle of the present invention in detail above, one embodiment of the present invention will now be described in more detail using FIGS. 3 to 6.

第3図は本発明の一実施例の全体構成を示すブ
ロツク図である。グラフイツク・プロセツサ1
は、インタフエイス11を介して、 (1) キーボード3やデイジタイザ4等の入出力デ
バイスの制御と、 (2) グラフイツク・プロセツサ1の主記憶の一部
に格納されている図形コマンド・リスト2の修
正,編集等の制御と、 (3) 図形コマンド・リスト2の図形コマンドを1
つ1つ取り込んで解釈し、その図形コマンドに
より表示されるべき画面上のドツトに対応する
画面ドツト・メモリ6に、インタフエイス12
を介して、所定のカラー情報を書込む(ドツト
展開処理)制御とを行うものである。グラフイ
ツク・プロセツサ1は一般のミニコンピユータ
等で構成される。1のデバイスの制御は衆知の
技術であり、2の図形コマンドの内容及びコマ
ンド・リストの構成や修正,編集処理に関して
も一般に製品化されているグラフイツク・デイ
スプレイにおける衆知の技術である。さらに、
3の図形コマンドのドツト展開処理について
は、例えば、 釜江他:直線のドツト表示について:通信学
会画像工学研究会資料IT72−4 Otakar Blazek 外:Raster Scan
Graphics with Zoom and Pan:Hewlett−
Packard Journal Jan’78等の参考文献があ
る。
FIG. 3 is a block diagram showing the overall configuration of an embodiment of the present invention. Graphics processor 1
via the interface 11, (1) controls input/output devices such as the keyboard 3 and digitizer 4, and (2) controls the graphics command list 2 stored in a part of the main memory of the graphics processor 1. (3) Controlling corrections, editing, etc., and (3) converting figure commands in figure command list 2 to
The interface 12 captures and interprets the graphics commands one by one, and stores them in the screen dot memory 6 corresponding to the dots on the screen that are to be displayed by the graphics command.
Control is performed to write predetermined color information (dot development processing) through the dot printing process. The graphics processor 1 is composed of a general minicomputer or the like. Control of the device (1) is a well-known technique, and (2) the content of graphical commands and the configuration, modification, and editing of the command list are also well-known techniques for graphic displays that are generally commercialized. moreover,
Regarding the dot expansion processing of the figure command in 3, for example, see Kamae et al.: Regarding the display of straight lines: Telecommunications Society Image Engineering Research Group Material IT72-4 Otakar Blazek et al.: Raster Scan
Graphics with Zoom and Pan: Hewlett−
There are references such as Packard Journal Jan'78.

また、グラフイツク・プロセツサ1は、図形コ
マンド・リスト2のドツト展開処理が完了したこ
とを、完了通知信号14により、表示制御装置5
に伝える機能、及び逆に表示制御装置5から次の
画面ドツト・メモリ2のドツト展開処理が可能と
なつたことを、展開処理可能信号15により、受
ける機能があるが、これらの機能も、一般のミニ
コンピユータにおける信号授受の通常機能として
衆知の技術であるので、グラフイツク・プロセツ
サ1の詳細な説明は省略する。
Further, the graphics processor 1 sends a notification to the display control device 5 by a completion notification signal 14 that the dot expansion processing of the graphic command list 2 has been completed.
There is also a function to notify the display control device 5 that the next screen dot memory 2 is ready for dot expansion processing, by the expansion processing enable signal 15, but these functions are also generally The detailed explanation of the graphics processor 1 will be omitted since it is a well-known technology as a normal function of signal exchange in a minicomputer.

さて表示制御装置5は、インタフエイス13を
介して、ラスタ走査に従つて表示すべき画面ドツ
ト・メモリ6からカラー情報を読み出し、これを
表示カラー信号16として取り込み、ビデオ信号
線18に出力し、ラスタ走査形CRTに映像表示
させる。この表示のための読み出し時に、第1図
及び第2図で説明したような動作を実行するため
に、画面制御メモリ7から各画面ドツト・メモリ
6に制御情報信号17が与えられる。
Now, the display control device 5 reads color information to be displayed from the screen dot memory 6 via the interface 13 according to raster scanning, takes in this as a display color signal 16, and outputs it to the video signal line 18. Display images on a raster scanning CRT. At the time of reading for this display, a control information signal 17 is applied from the screen control memory 7 to each screen dot memory 6 in order to carry out the operations described in FIGS. 1 and 2.

次に、画面ドツト・メモリ6,画面制御メモリ
7,及び表示制御装置5の順に内部構成を説明す
る。
Next, the internal configurations of the screen dot memory 6, screen control memory 7, and display control device 5 will be explained in this order.

第4図は画面ドツト・メモリ6の回路図であ
る。#0〜#15の16ケのメモリセル20が構成の
中心となる。この図の画面ドツト・メモリ6で1
つのカラー情報ビツトを表わすものとし、画面ド
ツト構成を512×512ドツトとすると、各メモリセ
ル20の記憶容量は16kビツト必要となる。グラ
フイツク・プロセツサ1からの書込み処理と表示
制御装置5からの読み出し処理とは、表示制御の
タイミングにより時分割に制御され、インタフエ
イス13の表示指令信号32により与えられる。
FIG. 4 is a circuit diagram of the screen dot memory 6. Sixteen memory cells 20 #0 to #15 form the core of the configuration. In this figure, screen dot memory 6 is 1
If the screen dot configuration is 512 x 512 dots, each memory cell 20 requires a storage capacity of 16k bits. The writing process from the graphics processor 1 and the reading process from the display control device 5 are controlled in a time-sharing manner according to display control timing, and are given by a display command signal 32 of the interface 13.

まず、グラフイツク・プロセツサ1からインタ
フエイス12を介する書込み動作について説明す
る。このときは表示指令信号32は落とされてい
る。従つて選択回路21,25,26は、それぞ
れ書込みカラー信号40,書込み指令信号42,
メモリアドレス信号43を、メモリセル20のデ
ータ入力,書込み指令入力,アドレス入力として
選択する。グラフイツク・プロセツサ1からは、
1つのドツトに対応する画面ドツト・メモリ6に
書込むために、メモリアドレス信号43及び16ケ
のメモリセル20のうち1つを選ぶためのドツト
アドレス信号41が出される。この信号41が、
デコーダ23及びノアゲート24を介してメモリ
セル20の1つだけにチツプセレクト信号50を
出力し、指定されたアドレスに指定されたカラー
情報をセツトする。また書込み指令信号42が落
ちている場合は、グラフイク・プロセツサ1から
のカラー情報の読み出し要求であることを示す。
このとき、選択回路27は、ドツトアドレス信号
41により指定されたメモリセル20の読み出し
データ信号52を選び、読み出しカラー信号44
としてグラフイク・プロセツサ1に出力する。以
上のように、グラフイツク・プロセツサ1は、表
示指令信号42が落ちている時に、画面ドツト・
メモリ6の任意の1つのドツトへのカラー情報の
書込み及び読み出しが可能となる。
First, a write operation from the graphics processor 1 via the interface 12 will be explained. At this time, the display command signal 32 is dropped. Therefore, the selection circuits 21, 25, 26 respectively output the write color signal 40, write command signal 42,
The memory address signal 43 is selected as the data input, write command input, and address input of the memory cell 20. From Graphics Processor 1,
To write to the screen dot memory 6 corresponding to one dot, a memory address signal 43 and a dot address signal 41 for selecting one of the 16 memory cells 20 are issued. This signal 41 is
A chip select signal 50 is output to only one of the memory cells 20 via the decoder 23 and the NOR gate 24, and designated color information is set at the designated address. Further, when the write command signal 42 is falling, it indicates that the request is a read request for color information from the graphic processor 1.
At this time, the selection circuit 27 selects the read data signal 52 of the memory cell 20 specified by the dot address signal 41, and selects the read color signal 44.
It is output to the graphic processor 1 as . As described above, when the display command signal 42 is falling, the graphics processor 1 displays dots on the screen.
Color information can be written to and read from any one dot in the memory 6.

次に表示制御装置5からインタフエイス13を
介して読み出し動作について説明する。このとき
は表示指令信号32が出されており、従つて選択
回路21,25,26は、それぞれ修正カラー情
報信号51,書込み指令信号31,表示用メモリ
アドレス信号31を、メモリセル20のデータ入
力,書込み指令入力,アドレス入力として選択す
る。このとき表示指令信号32及びナンドゲート
24により、全てのメモリセル20にチツプセレ
クト信号50が出され動作可能状態にされる。
Next, a reading operation from the display control device 5 via the interface 13 will be explained. At this time, the display command signal 32 is being output, and therefore the selection circuits 21, 25, and 26 respectively input the corrected color information signal 51, the write command signal 31, and the display memory address signal 31 to the data input of the memory cell 20. , write command input, and address input. At this time, the display command signal 32 and the NAND gate 24 cause a chip select signal 50 to be output to all memory cells 20 to enable them to operate.

通常の表示処理においては、第1図b−に示
すようにカラー情報は不変のため書込み処理は不
要で読み出し処理だけでよい。このときは当然書
込み指令信号31は落とされていることになる。
この場合、画面ドツト・メモリ6の指定されたア
ドレスの読み出しデータ52が、表示制御装置5
からの指定されたタイミングでパラレルーシリア
ル変換回路28にセツトされる。この指定された
タイミングとは、ロード信号33が立つている時
に表示ドツトクロツク信号34が出されたときで
ある。
In normal display processing, as shown in FIG. 1B, since the color information remains unchanged, writing processing is not necessary and only reading processing is required. At this time, the write command signal 31 is of course dropped.
In this case, the read data 52 at the specified address in the screen dot memory 6 is read out from the display control device 5.
It is set in the parallel-to-serial conversion circuit 28 at the specified timing from . This designated timing is when the display dot clock signal 34 is output while the load signal 33 is on.

ロード後にロード信号33は落とされ、従つて
表示ドツトクロツク信号34により、16ケのメモ
リセル20の表示用に指定されたアドレスのカラ
ー情報が、表示ドツトクロツク信号34の周期で
シリアル情報に変換され、表示カラー信号16と
して次々と表示制御装置5に送られる。
After loading, the load signal 33 is dropped, and the color information at the addresses designated for display in the 16 memory cells 20 is converted into serial information at the cycle of the display dot clock signal 34 and displayed. The signals are sent one after another to the display control device 5 as color signals 16.

さて、次に第1図b−の図形コマンド・リス
トのドツト展開処理完了後の表示のための読み出
し動作及びカラー情報変更動作について述べる。
表示用の読み出し動作については前述のとおりで
あるが、この条件においては表示制御装置5から
書込み指令信号31があるタイミングで出され
る。これにより、修正カラー情報信号51のデー
タ、即ち読み出しデータ信号52と制御情報信号
17とがアンドゲート22により処理され第1図
b−に従つた修正カラー情報が、表示のために
読み出された画面ドツト・メモリ6に書込まれ
る。
Next, the readout operation for display and color information change operation after the completion of the dot development process of the graphic command list shown in FIG.
The reading operation for display is as described above, but under this condition, the write command signal 31 is issued from the display control device 5 at a certain timing. As a result, the data of the modified color information signal 51, that is, the read data signal 52 and the control information signal 17, are processed by the AND gate 22, and the modified color information according to FIG. 1b- is read out for display. Written to the screen dot memory 6.

なおここで、書込み動作中にもメモリセル20
の読み出しデータ信号52が確定している必要が
あるが、アドレス入力が確定していれば、出力デ
ータは書込み動作中も確定しているメモリセル2
0を用いているものとする。
Note that even during the write operation, the memory cell 20
It is necessary that the read data signal 52 of the memory cell 2 is fixed, but if the address input is fixed, the output data will remain fixed even during the write operation.
It is assumed that 0 is used.

第5図は画面制御メモリ7の回路図を示してい
る。これは画面ドツト・メモリ6とほゞ同一の回
路で、画面ドツト・メモリ6から不要な回路を取
り除いた形になつているので、簡単に説明するに
留める。
FIG. 5 shows a circuit diagram of the screen control memory 7. This circuit is almost the same as the screen dot memory 6, and since unnecessary circuits have been removed from the screen dot memory 6, a brief explanation will be provided.

まず、グラフイツク・プロセツサ1からの書込
み動作時には、対応する画面ドツト・メモリ6に
はカラー情報がセツトされるが、画面制御メモリ
7には選択回路60を介して常に“0”がセツト
される故に第1図aに従つて動作することにな
る。
First, during a write operation from the graphics processor 1, color information is set in the corresponding screen dot memory 6, but "0" is always set in the screen control memory 7 via the selection circuit 60. It will operate according to FIG. 1a.

次に、表示制御装置5からの通常の読み出し動
作時には、メモリセル20に対しては書込み処理
がされないため、画面制御メモリ7の内容は不変
であり、第1図b−に従つて動作する。
Next, during a normal read operation from the display control device 5, no write processing is performed on the memory cell 20, so the contents of the screen control memory 7 remain unchanged, and the operation is performed according to FIG. 1b-.

また、図形コマンド・リストのドツト展開処理
完了後の読み出し時には、対応するアドレスのタ
グ情報が、制御情報信号17を介して、画面ドツ
ト・メモリ6に送られると共に、書込み動作時に
選択回路60を介して“0”が画面制御メモリ7
にセツトされ、第1図b−に従つて動作する。
Further, when reading the graphic command list after the dot development process is completed, the tag information of the corresponding address is sent to the screen dot memory 6 via the control information signal 17, and at the same time, during the write operation, the tag information is sent to the screen dot memory 6 via the selection circuit 60. "0" is screen control memory 7
and operates according to FIG. 1b.

第6図は表示制御装置5の回路図である。ラス
タ走査における1ドツト当りの表示時間を規定す
るドツトクロツク発生回路70から表示ドツトク
ロツク34が出力され、同時に水平方向に何ドツ
ト表示したかを示す水平カウンタ71をカウント
アツプする。水平カウンタ71の値は、水平カウ
ンタ・デコーダ73により、ドツト表示中には16
ドツト毎にアドレスカウンタ75をカウントアツ
プする信号96,水平同期信号93,垂直のラス
タ数を示す垂直カウンタ72のカウントアツプ信
号95を出す。アドレスカウンタ75は、画面の
水平ドツト数が2のべき乗の場合には、水平カウ
ンタ71及び垂直カウンタ72で代行できる。水
平カウンタ・デコーダ73は、画面ドツト・メモ
リ6をグラフイツク・プロセツサ1と表示制御装
置5とで時分割しアクセスするためのタイミング
制御を行う。即ち16ドツト表示時間を、グラフイ
ツク・プロセツサ1の使用時間と表示制御装置5
の読み出し動作時間及び書込み動作時間とに分
け、表示制御装置5がアクセスする時間に表示指
令信号32を立て、読み出し動作時間には読み出
しデータ確定後ロード信号33を出す。そして書
込み動作時間には、書込みタイミング信号94を
出し、後述するカラー情報修正信号91が立つて
いれば、ナンドゲート76を介して書込み指令信
号31を出す。一方、垂直カウンタ72の値は垂
直カウンタ・デコーダ74でデコードされ、全ラ
スタ走査が完了したとき垂直同期信号92を出
す。
FIG. 6 is a circuit diagram of the display control device 5. A display dot clock 34 is output from a dot clock generating circuit 70 which defines the display time per dot in raster scanning, and at the same time a horizontal counter 71 that indicates how many dots are displayed in the horizontal direction is counted up. The value of the horizontal counter 71 is set to 16 by the horizontal counter decoder 73 during dot display.
A signal 96 for counting up the address counter 75, a horizontal synchronizing signal 93, and a count-up signal 95 for the vertical counter 72 indicating the number of vertical rasters are output for each dot. Address counter 75 can be replaced by horizontal counter 71 and vertical counter 72 when the number of horizontal dots on the screen is a power of two. The horizontal counter decoder 73 performs timing control for time-sharing access to the screen dot memory 6 between the graphics processor 1 and the display control device 5. That is, the display time of 16 dots is determined by the usage time of the graphics processor 1 and the display control device 5.
The display command signal 32 is set up during the access time of the display control device 5, and the load signal 33 is issued after the read data is determined during the read operation time. During the write operation time, a write timing signal 94 is output, and if a color information correction signal 91 (described later) is on, a write command signal 31 is output via the NAND gate 76. Meanwhile, the value of the vertical counter 72 is decoded by a vertical counter decoder 74, which outputs a vertical synchronization signal 92 when the entire raster scan is completed.

さて、表示ドツトクロツク34のドツトタイミ
ングで前述したように各画面ドツト・メモリ6か
ら表示カラー信号16が送られる。この表示カラ
ー信号16はカラー映像信号発生回路77によ
り、赤,緑,青ビデオ信号として、また水平同期
信号93及び垂直同期信号92は同期信号とし
て、ビデオ信号線18を介して、ラスタ走査形
CRT8に送られる。
Now, the display color signal 16 is sent from each screen dot memory 6 at the dot timing of the display dot clock 34, as described above. This display color signal 16 is generated by a color video signal generation circuit 77 as red, green, and blue video signals, and the horizontal synchronization signal 93 and vertical synchronization signal 92 are transmitted as synchronization signals via a video signal line 18 in a raster scanning format.
Sent to CRT8.

最後に、グラフイツク・プロセツサ1からのド
ツト展開処理完了通知信号14は、同期をとるた
めに一旦フリツプフロツプ79にまずセツトされ
る。フリツプフロツプ79がセツトされた後の最
初の垂直同期信号92の立上りで、フリツプフロ
ツプ80がセツトされ、これにより前述したカラ
ー情報修正信号91が出され、タグ情報による第
1図b−の動作を行うように制御される。一
方、ナンドゲート79を介して同じ垂直同期信号
92の立下りで、フリツプフロツプ79はリセツ
トされる。従つて次の垂直同期信号92の立上り
でフリツプフロツプ80がリセツトされる。この
ようにして、カラー情報修正信号91は、完了通
知信号14の次の最初の1画面表示中のみ出力さ
れそれ以後は落とされる。
Finally, the dot development processing completion notification signal 14 from the graphics processor 1 is first set in the flip-flop 79 for synchronization. At the first rising edge of the vertical synchronizing signal 92 after the flip-flop 79 is set, the flip-flop 80 is set, thereby outputting the color information correction signal 91 described above, so as to perform the operation shown in FIG. 1b according to the tag information. controlled by. On the other hand, the flip-flop 79 is reset via the NAND gate 79 at the fall of the same vertical synchronizing signal 92. Therefore, the flip-flop 80 is reset at the next rising edge of the vertical synchronizing signal 92. In this way, the color information correction signal 91 is output only during the first one-screen display following the completion notification signal 14, and thereafter is dropped.

グラフイツク・プロセツサ1へは、フリツプフ
ロツプ79及び80の双方がリセツトされている
時のみ、ノアゲート81を介してドツト展開処理
可能信号15が出される。これによりグラフイツ
ク・プロセツサ1は、次のドツト展開処理ができ
る状態になつたことを検知する。
A dot expansion processing enable signal 15 is output to the graphics processor 1 via the NOR gate 81 only when both flip-flops 79 and 80 are reset. As a result, the graphics processor 1 detects that it is ready for the next dot development process.

以上、本発明一実施列について述べたが、この
ように各ドツトに対応した画面制御メモリを設け
ると、従来技術に伴なつていた全画面消去処理を
行うことによる処理速度の低下及びちらつきをな
くすことができ、図形の部分消去及び動的表示を
容易かつ高速に行える効果がある。
As mentioned above, one embodiment of the present invention has been described. By providing a screen control memory corresponding to each dot in this way, it is possible to eliminate the reduction in processing speed and flicker caused by performing the entire screen erasing process that was associated with the conventional technology. This has the effect that partial deletion and dynamic display of figures can be easily and quickly performed.

上記実施例では、画面制御メモリがコマンド・
リスト処理の管理下に入るようにしたが、このコ
マンド・リスト処理の管理の形態は必ずしも実施
例のみとは限らない。例えば新しい図形の追加,
図形相互間の関連処理等でも画面制御メモリはそ
の処理過程等で積極的に活用できる。更に、画面
制御メモリへのデータセツトを独立させてもよ
い。これによつて画面制御メモリが画面処理に対
して極めて積極的な役割を持つことになる。更
に、画面制御メモリは必ずしも1個である必要は
ない。複数個設けると、より複雑な画面の相互処
理が可能となる。以上の各変形例に関連して、画
面制御メモリのデータ消去もドツト処理後の第1
回目のみに限定されない例も考えられる。任意の
時刻に書込み、任意の時刻に消去するダイナミツ
ク処理も可能となる。これらの機能は、いずれも
図形処理の形態及びその過程と画面制御メモリの
位置付けとによつて決定されてくる。
In the above embodiment, the screen control memory
Although the command list processing is managed under the control of list processing, this form of command list processing management is not necessarily limited to the embodiment. For example, adding a new shape,
The screen control memory can be actively utilized in the processing process related to graphics. Furthermore, the data set to the screen control memory may be set independently. This allows the screen control memory to play an extremely active role in screen processing. Furthermore, the number of screen control memories does not necessarily have to be one. When a plurality of screens are provided, more complex mutual processing of screens becomes possible. In connection with each of the above modifications, erasing the data in the screen control memory is also the first step after dot processing.
Examples that are not limited to only the number of times can also be considered. Dynamic processing such as writing at any time and erasing at any time is also possible. All of these functions are determined by the form and process of graphic processing and the location of the screen control memory.

〔発明の効果〕〔Effect of the invention〕

本発明によれば、ちらつきを生ずることなく、
表示図形を高速に変更処理可能なラスタ走査形図
形表示装置が得られる。
According to the present invention, without causing flickering,
A raster scanning graphic display device capable of changing displayed graphics at high speed is obtained.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明の原理を説明する図、第2図は
本発明の図形変更処理の一例を示すフローチヤー
ト、第3図は本発明装置の一実施例を示すシステ
ムブロツク図、第4図は第3図装置の画面ドツ
ト・メモリの回路図、第5図は第3図装置の画面
制御メモリの回路図、第6図は第3図装置の表示
制御装置の回路図、第7図は従来の画面ドツト・
メモリ方式の問題点を説明する図、第8図は他の
従来例の欠点を説明するフローチヤートである。 1……グラフイツク・プロセツサ、2……図形
コマンド・リスト、3……キーボード、4……デ
イジタイザ、5……表示制御装置、6……画面ド
ツト・メモリ、7……画面制御メモリ、8……ラ
スタ走査形CRT。
FIG. 1 is a diagram explaining the principle of the present invention, FIG. 2 is a flowchart showing an example of the figure changing process of the present invention, FIG. 3 is a system block diagram showing an embodiment of the apparatus of the present invention, and FIG. 4 3 is a circuit diagram of the screen dot memory of the device shown in FIG. 3, FIG. 5 is a circuit diagram of the screen control memory of the device shown in FIG. 3, FIG. 6 is a circuit diagram of the display control device of the device shown in FIG. Conventional screen dots
FIG. 8 is a flowchart illustrating the disadvantages of another conventional example. DESCRIPTION OF SYMBOLS 1... Graphic processor, 2... Graphic command list, 3... Keyboard, 4... Digitizer, 5... Display control device, 6... Screen dot memory, 7... Screen control memory, 8... Raster scan type CRT.

Claims (1)

【特許請求の範囲】 1 表示すべき図形のコマンドリストに従つて表
示情報をドツト形式で記憶する画面ドツト・メモ
リと、この画面ドツト・メモリをラスタ走査に従
い走査し表示情報を読み出して表示部に表示させ
る表示制御装置とを備えたラスタ走査形図形表示
装置において、制御情報を記憶する画面制御メモ
リを設け、書込み時は画面ドツト・メモリと画面
制御メモリとにそれぞれ表示情報と制御情報とを
記憶させ、書込み完了後の最初の読み出し時の
み、制御メモリ内の制御情報に基づき、画面ドツ
ト・メモリ及び制御メモリの情報を1回だけ変更
することを特徴とするラスタ走査形図形表示装
置。 2 特許請求の範囲第1項のラスタ走査形図形表
示装置において、画像制御メモリの記憶容量が画
面ドツト・メモリの容量と同一であり、画面ドツ
ト・メモリに表示情報を書込む際に、同時に対応
する画面制御メモリのエリアに“1”を制御情報
として書込み、書込み完了後の最初の表示情報読
み出し時に、画面制御メモリの制御情報が“0”
の場合は対応する画面ドツト・メモリの表示情報
をクリアし、“1”の場合は対応する画面ドツ
ト・メモリの表示情報は残しその制御情報のみク
リアすることを特徴とするラスタ走査形図形表示
装置。
[Claims] 1. A screen dot memory that stores display information in dot format according to a command list of a figure to be displayed, and a screen dot memory that scans the screen dot memory according to a raster scan to read display information and display it on a display section. In a raster scanning graphic display device equipped with a display control device for displaying, a screen control memory for storing control information is provided, and during writing, the display information and control information are stored in the screen dot memory and the screen control memory, respectively. A raster scanning graphic display device characterized in that the information in the screen dot memory and the control memory is changed only once, based on the control information in the control memory, only during the first reading after completion of writing. 2. In the raster scanning graphic display device according to claim 1, the storage capacity of the image control memory is the same as the capacity of the screen dot memory, and when display information is written to the screen dot memory, the display information can be handled simultaneously. "1" is written as control information in the area of the screen control memory to be used, and when the first display information is read after writing is completed, the control information of the screen control memory is set to "0".
A raster scanning graphic display device characterized in that when the value is "1", the display information of the corresponding screen dot memory is cleared, and when the value is "1", the display information of the corresponding screen dot memory is left behind and only its control information is cleared. .
JP12851178A 1978-10-20 1978-10-20 Raster scanning graphic display unit Granted JPS5556247A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP12851178A JPS5556247A (en) 1978-10-20 1978-10-20 Raster scanning graphic display unit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP12851178A JPS5556247A (en) 1978-10-20 1978-10-20 Raster scanning graphic display unit

Publications (2)

Publication Number Publication Date
JPS5556247A JPS5556247A (en) 1980-04-24
JPS6113756B2 true JPS6113756B2 (en) 1986-04-15

Family

ID=14986543

Family Applications (1)

Application Number Title Priority Date Filing Date
JP12851178A Granted JPS5556247A (en) 1978-10-20 1978-10-20 Raster scanning graphic display unit

Country Status (1)

Country Link
JP (1) JPS5556247A (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5647087A (en) * 1979-09-25 1981-04-28 Tokyo Shibaura Electric Co Cursor control system
US4649378A (en) * 1983-11-18 1987-03-10 Sperry Corporation Binary character generator for interlaced CRT display

Also Published As

Publication number Publication date
JPS5556247A (en) 1980-04-24

Similar Documents

Publication Publication Date Title
US4763119A (en) Image processing system for area filling of graphics
JP2796329B2 (en) Display memory and image processing apparatus having the same
KR920001958B1 (en) Graphic display system
CA1220293A (en) Raster scan digital display system
JPS5937512B2 (en) raster display device
JP3662607B2 (en) Frame buffer device equipped with high-speed copy means and method for executing double buffered video using this device
JPH0355832B2 (en)
JPH1145081A (en) On-screen display device and method of displaying image
JPS6261092A (en) Display unit
US5040066A (en) Apparatus for generating control signals of a video mixer system
JPH0535879B2 (en)
JPS6113756B2 (en)
US5309560A (en) Data selection device
US4703230A (en) Raster operation circuit
JPS5835592A (en) Display picture divider
JPS6385984A (en) Picture processor
JPH0443594B2 (en)
JP2535841B2 (en) Display controller
JPH06301374A (en) Image forming device
JPS61254981A (en) Multiwindow display controller
JP2647073B2 (en) Graphic display device
JPH08336105A (en) Image data display control method and image display controller using same
JPS5928916B2 (en) Grid pattern generator for cathode ray tube display equipment
JPH023196B2 (en)
JPH0697389B2 (en) Display controller