JPH11119739A - Display data storage device - Google Patents

Display data storage device

Info

Publication number
JPH11119739A
JPH11119739A JP9278674A JP27867497A JPH11119739A JP H11119739 A JPH11119739 A JP H11119739A JP 9278674 A JP9278674 A JP 9278674A JP 27867497 A JP27867497 A JP 27867497A JP H11119739 A JPH11119739 A JP H11119739A
Authority
JP
Japan
Prior art keywords
dot data
display
character
cpu
data
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
JP9278674A
Other languages
Japanese (ja)
Inventor
Hiroshi Osawa
博 大澤
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.)
Sanyo Electric Co Ltd
Original Assignee
Sanyo Electric 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 Sanyo Electric Co Ltd filed Critical Sanyo Electric Co Ltd
Priority to JP9278674A priority Critical patent/JPH11119739A/en
Publication of JPH11119739A publication Critical patent/JPH11119739A/en
Pending legal-status Critical Current

Links

Landscapes

  • Controls And Circuits For Display Device (AREA)
  • Liquid Crystal Display Device Control (AREA)
  • Control Of Indicators Other Than Cathode Ray Tubes (AREA)

Abstract

PROBLEM TO BE SOLVED: To reduce the total storage capacity of a mask ROM and a flash memory by writing the dot data for a character fixed or having a low probability of revision in the mask ROM and writing the dot data for a character having a high probability of revision in the flash memory. SOLUTION: The mask ROM 7 or the flash memory 8 is address-specified by a CPU 2 according to the decoding result of the program data read out from a ROM 1, and the dot data read out from the mask ROM 7 or the flash memory 8 are held to a register in the CPU 2. Thereafter, a display ROM 5 is address specified by the CPU 2, and the dot data held to the CPU 2 are written in the display ROM 5. In such a case, the dot data for the character fixed or having a low probability of revision are written in the mask ROM 7, and the dot data for the character having a high probability of revision are written in the flash memory 8.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、液晶等の表示駆動
回路を内蔵するマイクロコンピュータに用いて好適な表
示データの記憶装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a display data storage device suitable for use in a microcomputer having a display drive circuit such as a liquid crystal.

【0002】[0002]

【従来の技術】近年、液晶パネル付の電子機器の普及が
著しい。液晶パネルへのキャラクタ(文字、数字、絵
等)の表示は、液晶駆動回路を内蔵したマイクロコンピ
ュータを使用することによって実現される。液晶パネル
で確認できるキャラクタはドット単位の点灯及び消灯の
集合体である。液晶駆動回路は、キャラクタの為のドッ
トデータ(点灯の時は論理値「1」、消灯の時は論理値
「0」)が液晶パネルの表示位置と1対1に対応するア
ドレスに格納される表示RAMを有する。液晶パネルに
表示される全てのキャラクタの為のドットデータは、マ
スクROMにテーブルデータとして格納されている。そ
して、液晶パネル上のキャラクタの表示状態を変更する
時、ROMから読み出されたプログラムデータの解読結
果に従い、マスクROMからキャラクタの表示状態の変
更に対応するドットデータを読み出し、表示RAMの内
容を書き換えると言う動作を繰り返していた。尚、マス
クROMは、マイクロコンピュータに内蔵しても内蔵し
なくても何れでもよい。
2. Description of the Related Art In recent years, electronic equipment with a liquid crystal panel has been widely used. Display of characters (characters, numbers, pictures, etc.) on the liquid crystal panel is realized by using a microcomputer having a built-in liquid crystal drive circuit. Characters that can be confirmed on the liquid crystal panel are an aggregate of lighting and extinguishing in dot units. In the liquid crystal drive circuit, dot data for a character (logical value “1” when lit, logical value “0” when lit) is stored in an address corresponding to the display position of the liquid crystal panel on a one-to-one basis. It has a display RAM. The dot data for all the characters displayed on the liquid crystal panel is stored in the mask ROM as table data. When the display state of the character on the liquid crystal panel is changed, dot data corresponding to the change in the display state of the character is read from the mask ROM according to the result of decoding the program data read from the ROM, and the contents of the display RAM are read. The operation of rewriting was repeated. The mask ROM may or may not be built in the microcomputer.

【0003】[0003]

【発明が解決しようとする課題】ところで、マスクRO
Mは、集積回路の製造工程で複数のマスクを使用して論
理値「1」又は論理値「0」のデータを予め焼き付けて
しまう構造の為、一旦焼き付けたデータを書き換えるこ
とはできない。そこで、マスクROMには、液晶パネル
に表示される全てのキャラクタの為のドットデータが書
き込まれる。しかし、キャラクタの変化数が多いと、マ
スクROMの記憶容量がキャラクタの変化数に応答して
大きくなり、集積回路が大きくなってしまう問題があ
る。また、マスクROMのデータ変更には多額の開発費
及び長期の開発時間を要する為、複数機種の液晶パネル
付の電子機器の間で液晶表示の為のマスクROMを共用
できることが望ましい。しかし、マスクROMを共用す
ると、汎用性が得られる反面、或る機種の電子機器は、
他の機種の電子機器が必要とするキャラクタ表示の為の
ドットデータを不要であるにも関わらず共有しなければ
ならない弊害が生じる。
The mask RO
M has a structure in which data of a logical value “1” or a logical value “0” is printed in advance by using a plurality of masks in a manufacturing process of an integrated circuit, so that once printed data cannot be rewritten. Therefore, dot data for all characters displayed on the liquid crystal panel is written in the mask ROM. However, when the number of character changes is large, the storage capacity of the mask ROM increases in response to the number of character changes, and there is a problem that the integrated circuit becomes large. In addition, since changing the data in the mask ROM requires a large amount of development cost and a long development time, it is desirable that the mask ROM for liquid crystal display can be shared between a plurality of types of electronic devices with liquid crystal panels. However, when the mask ROM is shared, versatility can be obtained, but on the other hand, some types of electronic devices
A disadvantage arises in that dot data for character display required by other types of electronic devices must be shared although unnecessary.

【0004】また、スタティックRAMはデータを書き
換えできる特性を有する為、マスクROMの代わりに使
用できるが、揮発性であるが故に実用的ではない。そこ
で、本発明は、キャラクタの変化数が多くなっても、チ
ップ面積が大きくなるのを防止できる表示データの記憶
装置を提供することを目的とする。
A static RAM has a characteristic that data can be rewritten, and can be used instead of a mask ROM. However, since it is volatile, it is not practical. Therefore, an object of the present invention is to provide a display data storage device that can prevent the chip area from increasing even if the number of character changes increases.

【0005】[0005]

【課題を解決するための手段】本発明は、前記問題点を
解決する為に成されたものであり、 CPUと、前記C
PUを動作制御する為のプログラムデータが格納された
ROMと、前記CPUからの指示に従い表示パネルにキ
ャラクタを表示する表示駆動回路と、前記CPUからの
指示に従い前記表示パネルに表示すべきキャラクタを構
成するドットデータが前記表示パネルの表示位置と1対
1に対応するアドレスに格納される表示RAMと、を有
するマイクロコンピュータにおいて、前記表示パネルに
表示される全てのキャラクタを構成するドットデータが
格納され、前記CPUからの指示に従い前記表示パネル
に表示すべきキャラクタを構成するドットデータが前記
表示RAMへの格納データとして読み出される、読み出
し専用の第1不揮発性メモリと、一括又は部分的な電気
消去且つ書き込み読み出しが可能な第2不揮発性メモリ
と、を備え、前記第1不揮発性メモリには、固定された
キャラクタの為のドットデータ又は変更の可能性が低い
キャラクタの為のドットデータが格納され、且つ、前記
第2不揮発性メモリには、変更の可能性が高いキャラク
タの為のドットデータが格納されることを特徴とする。
SUMMARY OF THE INVENTION The present invention has been made to solve the above-mentioned problems, and comprises a CPU;
A ROM in which program data for controlling the operation of the PU is stored, a display drive circuit for displaying a character on a display panel according to an instruction from the CPU, and a character to be displayed on the display panel according to an instruction from the CPU A display RAM in which dot data to be stored is stored at an address corresponding to the display position of the display panel on a one-to-one basis, wherein dot data constituting all the characters displayed on the display panel is stored. A read-only first non-volatile memory in which dot data constituting a character to be displayed on the display panel is read out as data stored in the display RAM in accordance with an instruction from the CPU; A second nonvolatile memory capable of writing and reading, 1 The non-volatile memory stores dot data for fixed characters or dot data for characters that are unlikely to be changed, and the second non-volatile memory has a high possibility of change. It is characterized by storing dot data for a character.

【0006】また、前記第1不揮発性メモリはマスクR
OM、前記第2不揮発性メモリはフラッシュメモリであ
り、同一アドレス空間に割り当てられていることを特徴
とする。
The first nonvolatile memory has a mask R
OM, wherein the second non-volatile memory is a flash memory, and is allocated to the same address space.

【0007】[0007]

【発明の実施の形態】本発明の詳細を図面に従って具体
的に説明する。図1は本発明の表示データの記憶装置を
示すブロック図である。図1において、(1)はROM
であり、マイクロコンピュータの演算処理動作を制御す
る為のプログラムデータが格納されたものである。
(2)はCPUであり、ROM(1)から読み出された
プログラムデータの解読結果に従い、各種演算処理を実
行するものである。尚、CPU(2)は、プログラムカ
ウンタ、インストラクションレジスタ、インストラクシ
ョンデコーダ、アキュムレータ、演算論理ユニット等か
ら構成される。(3)は液晶パネルであり、複数のコモ
ン電極及び複数のセグメント電極がマトリクス配置され
たものである。尚、コモン電極及びセグメント電極の交
点がドットの点灯又は消灯の位置となる。(4)は液晶
駆動回路であり、表示RAM(5)から読み出されたド
ットデータに従い、液晶パネル(3)を構成する複数の
コモン電極の何れかを選択するコモン駆動信号と、液晶
パネル(3)を構成する複数のセグメント電極の何れか
を選択するセグメント駆動信号とを出力するものであ
る。尚、液晶パネル(3)の選択されたコモン電極及び
セグメント電極の交点が点灯する。(5)は表示RAM
であり、液晶パネル(3)にキャラクタ(文字、数字、
絵等)表示の為のドットデータ(ドット点灯の時は論理
値「1」、ドット消灯の時は論理値「0」)が書き込ま
れるものである。尚、表示RAM(5)のアドレスは液
晶パネル(3)の表示位置と1対1に対応しており、表
示RAM(5)の書き込み内容は液晶パネル(3)のキ
ャラクタの表示状態が変更される毎に書き換えられる。
(6)は液晶制御回路であり、液晶表示の為のクロック
周波数の設定、液晶表示の為のコントラストの調整、液
晶表示のオンオフの制御、液晶表示の水平方向及び垂直
方向のドット数の設定等を行うものである。尚、液晶制
御回路(6)の動作クロックとCPU(2)の動作クロ
ックとは独立したものであり、液晶制御回路(6)は表
示RAM(5)の読み出し動作に使用される。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS The details of the present invention will be specifically described with reference to the drawings. FIG. 1 is a block diagram showing a display data storage device according to the present invention. In FIG. 1, (1) is a ROM
And program data for controlling the arithmetic processing operation of the microcomputer.
Reference numeral (2) denotes a CPU which executes various arithmetic processes in accordance with the result of decoding the program data read from the ROM (1). The CPU (2) includes a program counter, an instruction register, an instruction decoder, an accumulator, an arithmetic logic unit, and the like. (3) is a liquid crystal panel in which a plurality of common electrodes and a plurality of segment electrodes are arranged in a matrix. The intersection of the common electrode and the segment electrode is the position where the dot is turned on or off. A liquid crystal driving circuit (4) is a liquid crystal driving circuit that selects one of a plurality of common electrodes constituting the liquid crystal panel (3) according to dot data read from the display RAM (5). And a segment drive signal for selecting any one of the plurality of segment electrodes constituting 3). The intersection of the selected common electrode and segment electrode of the liquid crystal panel (3) is turned on. (5) is display RAM
And characters (characters, numbers,
The dot data (logical value "1" when the dot is turned on, and logical value "0" when the dot is turned off) for displaying a picture or the like is written. Note that the address of the display RAM (5) has a one-to-one correspondence with the display position of the liquid crystal panel (3), and the written contents of the display RAM (5) change the display state of the character on the liquid crystal panel (3). It is rewritten every time.
(6) a liquid crystal control circuit for setting a clock frequency for liquid crystal display, adjusting contrast for liquid crystal display, controlling on / off of liquid crystal display, setting the number of dots in the horizontal and vertical directions of liquid crystal display, etc. Is what you do. The operation clock of the liquid crystal control circuit (6) and the operation clock of the CPU (2) are independent, and the liquid crystal control circuit (6) is used for the read operation of the display RAM (5).

【0008】(7)はマスクROMであり、液晶パネル
(3)に表示される全てのキャラクタのうち、固定され
たキャラクタの為のドットデータ又は変更の可能性が低
いキャラクタの為のドットデータがマスクで焼き付けら
れたものである。(8)はフラッシュメモリであり、デ
ータの一括又は部分的な電気消去及び書き込み読み出し
が可能な不揮発性の特性を有し、液晶パネル(3)に表
示される全てのキャラクタのうち、変更の可能性が高い
キャラクタの為のドットデータが書き込まれるものであ
る。マスクROM(7)及びフラッシュメモリ(8)は
テーブル参照データを記憶するメモリとして同一アドレ
ス空間に割り振られている。
A mask ROM (7) stores dot data for a fixed character or dot data for a character with a low possibility of change among all characters displayed on the liquid crystal panel (3). It was baked with a mask. (8) is a flash memory, which has a non-volatile characteristic that allows data to be collectively or partially erased and written and read out, and is capable of changing all characters displayed on the liquid crystal panel (3). The dot data for the character having high character is written. The mask ROM (7) and the flash memory (8) are allocated to the same address space as a memory for storing table reference data.

【0009】さて、表示RAM(5)の内容を書き換え
る場合、ROM(1)から読み出されたプログラムデー
タの解読結果に従い、マスクROM(7)又はフラッシ
ュメモリ(8)がCPU(2)によってアドレス指定さ
れ、マスクROM(7)又はフラッシュメモリ(8)か
ら読み出されたドットデータはCPU(2)内部のレジ
スタに保持される。その後、表示RAM(5)がCPU
(2)によってアドレス指定され、CPU(2)に保持
されたドットデータは表示RAM(5)に書き込まれ
る。表示RAM(5)のドットデータの書き換え動作
は、液晶パネル(3)のキャラクタを変更するタイミン
グに同期して事前に行われる。
When the contents of the display RAM (5) are rewritten, the mask ROM (7) or the flash memory (8) is addressed by the CPU (2) according to the result of decoding the program data read from the ROM (1). The designated dot data read from the mask ROM (7) or the flash memory (8) is held in a register inside the CPU (2). After that, the display RAM (5) is
The dot data addressed by (2) and held in the CPU (2) is written to the display RAM (5). The rewriting operation of the dot data of the display RAM (5) is performed in advance in synchronization with the timing of changing the character of the liquid crystal panel (3).

【0010】本発明の実施の形態によれば、液晶パネル
(3)に表示される全てのキャラクタの為のドットデー
タをマスクROMだけに格納するのを止め、固定された
キャラクタの為のドットデータ又は変更の可能性が低い
キャラクタの為のドットデータをマスクROM(7)に
書き込み、且つ、変更の可能性が高いキャラクタの為の
ドットデータをフラッシュメモリ(8)に書き込む様に
した。これより、液晶表示の仕様が異なる複数の電子機
器を製造する場合、複数の電子機器の間で異なるキャラ
クタの為のドットデータを電子機器毎に設けたフラッシ
ュメモリ(8)に書き込めばよく、1つの電子機器が不
要なキャラクタの為のドットデータを保有する不具合を
解消でき、キャラクタの為のドットデータをテーブル参
照データとして格納するマスクROM(7)及びフラッ
シュメモリ(8)の総記憶容量を従来に比べて削減でき
る。
According to the embodiment of the present invention, the storing of dot data for all characters displayed on the liquid crystal panel (3) in only the mask ROM is stopped, and the dot data for fixed characters is stopped. Alternatively, dot data for a character having a low possibility of change is written to the mask ROM (7), and dot data for a character having a high possibility of change is written to the flash memory (8). Thus, when manufacturing a plurality of electronic devices having different liquid crystal display specifications, dot data for a character different among the plurality of electronic devices may be written into the flash memory (8) provided for each electronic device. The problem that two electronic devices have dot data for unnecessary characters can be solved, and the total storage capacity of the mask ROM (7) and flash memory (8) that store dot data for characters as table reference data can be reduced. Can be reduced compared to

【0011】[0011]

【発明の効果】本発明によれば、表示パネルに表示され
る全てのキャラクタの為のドットデータをマスクROM
だけに格納するのを止め、固定されたキャラクタの為の
ドットデータ又は変更の可能性が低いキャラクタの為の
ドットデータをマスクROMに書き込み、且つ、変更の
可能性が高いキャラクタの為のドットデータをフラッシ
ュメモリに書き込む様にした。これより、表示仕様が異
なる複数の電子機器を製造する場合、複数の電子機器の
間で異なるキャラクタの為のドットデータに関しては電
子機器毎に設けたフラッシュメモリに書き込めばよく、
1つの電子機器が不要なキャラクタの為のドットデータ
を保有する不具合を解消でき、キャラクタの為のドット
データをテーブル参照データとして格納するマスクRO
M及びフラッシュメモリの総記憶容量を従来に比べて削
減できる利点が得られる。
According to the present invention, dot data for all characters displayed on the display panel is stored in the mask ROM.
Only, and write dot data for fixed characters or dot data for characters that are unlikely to be changed into the mask ROM, and dot data for characters that are likely to be changed. Was written to the flash memory. From this, when manufacturing a plurality of electronic devices having different display specifications, dot data for a character different among the plurality of electronic devices may be written in a flash memory provided for each electronic device,
It is possible to solve the problem that one electronic device has dot data for an unnecessary character, and a mask RO that stores dot data for a character as table reference data.
There is an advantage that the total storage capacity of the M and the flash memory can be reduced as compared with the related art.

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

【図1】本発明の表示データの記憶装置を示すブロック
図である。
FIG. 1 is a block diagram showing a display data storage device according to the present invention.

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

(3) 液晶パネル (5) 表示RAM (7) マスクROM (8) フラッシュメモリ (3) Liquid crystal panel (5) Display RAM (7) Mask ROM (8) Flash memory

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 CPUと、前記CPUを動作制御する為
のプログラムデータが格納されたROMと、前記CPU
からの指示に従い表示パネルにキャラクタを表示する表
示駆動回路と、前記CPUからの指示に従い前記表示パ
ネルに表示すべきキャラクタを構成するドットデータが
前記表示パネルの表示位置と1対1に対応するアドレス
に格納される表示RAMと、を有するマイクロコンピュ
ータにおいて、 前記表示パネルに表示される全てのキャラクタを構成す
るドットデータが格納され、前記CPUからの指示に従
い前記表示パネルに表示すべきキャラクタを構成するド
ットデータが前記表示RAMへの格納データとして読み
出される、読み出し専用の第1不揮発性メモリと、一括
又は部分的な電気消去且つ書き込み読み出しが可能な第
2不揮発性メモリと、を備え、 前記第1不揮発性メモリには、固定されたキャラクタの
為のドットデータ又は変更の可能性が低いキャラクタの
為のドットデータが格納され、且つ、前記第2不揮発性
メモリには、変更の可能性が高いキャラクタの為のドッ
トデータが格納されることを特徴とする表示データの記
憶装置。
A CPU that stores program data for controlling the operation of the CPU;
A display driving circuit for displaying a character on the display panel according to an instruction from the CPU, and an address corresponding to a display position of the display panel in one-to-one correspondence with dot data constituting a character to be displayed on the display panel according to an instruction from the CPU. And a display RAM stored in the microcomputer. In the microcomputer, dot data constituting all the characters displayed on the display panel is stored, and a character to be displayed on the display panel is constituted according to an instruction from the CPU. A read-only first non-volatile memory from which dot data is read as data stored in the display RAM; and a second non-volatile memory capable of batch or partial electrical erasure and writing / reading; The non-volatile memory contains dot data or changes for fixed characters. Wherein dot data for a character having a low possibility of being stored is stored, and dot data for a character having a high possibility of being changed is stored in the second nonvolatile memory. Storage device.
【請求項2】 前記第1不揮発性メモリはマスクRO
M、前記第2不揮発性メモリはフラッシュメモリであ
り、同一アドレス空間に割り当てられていることを特徴
とする請求項1記載の表示データの記憶装置。
2. The method according to claim 1, wherein the first nonvolatile memory has a mask RO.
2. The display data storage device according to claim 1, wherein the second nonvolatile memory is a flash memory, and is assigned to the same address space.
JP9278674A 1997-10-13 1997-10-13 Display data storage device Pending JPH11119739A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9278674A JPH11119739A (en) 1997-10-13 1997-10-13 Display data storage device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9278674A JPH11119739A (en) 1997-10-13 1997-10-13 Display data storage device

Publications (1)

Publication Number Publication Date
JPH11119739A true JPH11119739A (en) 1999-04-30

Family

ID=17600594

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9278674A Pending JPH11119739A (en) 1997-10-13 1997-10-13 Display data storage device

Country Status (1)

Country Link
JP (1) JPH11119739A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100359544C (en) * 2005-05-10 2008-01-02 友达光电股份有限公司 Display drive chip and method for transmitting data thereof

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100359544C (en) * 2005-05-10 2008-01-02 友达光电股份有限公司 Display drive chip and method for transmitting data thereof

Similar Documents

Publication Publication Date Title
JP5640451B2 (en) Display device control method, display device, and display device control device
CN110428767B (en) Driving circuit of display panel and display device
US20040085275A1 (en) Display device, drive circuit, testing device, and recording medium
US6784878B2 (en) Flat-panel display device
US20010035847A1 (en) Liquid-crystal display control apparatus
JP4599049B2 (en) Display device and portable device using the same
US20080238866A1 (en) Drawing circuit of electro-optical display device, drawing method of electro-optical display device, electro-optical display device, and electronic apparatus
JP2005140959A (en) Display device and portable equipment using the same
JP3919877B2 (en) Display control circuit, image display device, and electronic apparatus including the same
US11074873B2 (en) Display device and display driving method
JPH06186942A (en) Display device
JPH11119739A (en) Display data storage device
JPH11119738A (en) Display data storage device
US8350866B2 (en) Programming method for display driver and display driver and display using the same
EP0957468A2 (en) Driving circuit for displaying characters on a display panel
JP3316434B2 (en) Display microcomputer
JP3873336B2 (en) Semiconductor integrated circuit, and image display apparatus and electronic apparatus using the same
JP4987230B2 (en) Driving method, driving circuit, and driving apparatus for display system
JP3468652B2 (en) Display control device and display device
JP2004348142A (en) Device and method for operating partial display mode monitoring device
JPH11161557A (en) Microcomputer for display
JPH11327530A (en) Display drive circuit
JP2802995B2 (en) Plasma display
JP2006018125A (en) Liquid crystal display device
JPH11161462A (en) Microcomputer for display

Legal Events

Date Code Title Description
RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20051226