JP2005115107A - Display processing apparatus, navigation system, program, and display processing method - Google Patents

Display processing apparatus, navigation system, program, and display processing method Download PDF

Info

Publication number
JP2005115107A
JP2005115107A JP2003350355A JP2003350355A JP2005115107A JP 2005115107 A JP2005115107 A JP 2005115107A JP 2003350355 A JP2003350355 A JP 2003350355A JP 2003350355 A JP2003350355 A JP 2003350355A JP 2005115107 A JP2005115107 A JP 2005115107A
Authority
JP
Japan
Prior art keywords
display
data
screen
storage area
displaying
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.)
Granted
Application number
JP2003350355A
Other languages
Japanese (ja)
Other versions
JP4334314B2 (en
Inventor
Masafumi Wate
雅史 和手
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.)
Kenwood KK
Original Assignee
Kenwood 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 Kenwood KK filed Critical Kenwood KK
Priority to JP2003350355A priority Critical patent/JP4334314B2/en
Publication of JP2005115107A publication Critical patent/JP2005115107A/en
Application granted granted Critical
Publication of JP4334314B2 publication Critical patent/JP4334314B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To enable appropriate setting of the startup time in a car navigation system etc. <P>SOLUTION: The display processing apparatus is equipped with a VRAM which has a region for display and a region for storage and in which screen display in a display device is performed by the image written to the region for display using the data in the region for storage and a control means which transfers the data used for display of the various screens to the region for storage of the VRAM and performs display of the various screens by performing writing to the region for display by using the transferred data. The apparatus performs display of the opening screen at the time of turning on a power source. The apparatus is so constituted that the transfer of the data to the storage region is performed during the display of the opening screen relating to a portion of the data used for displaying the various screens (steps 13 and 14) and relating to the other untransferred data, the display is performed after the opening screen is switched to the ordinary screen (steps 15 to 19). <P>COPYRIGHT: (C)2005,JPO&NCIPI

Description

本発明は、表示処理装置、ナビゲーション装置、プログラム、及び表示処理方法に関する。   The present invention relates to a display processing device, a navigation device, a program, and a display processing method.

従来、カーナビゲーションシステム等において、電源を投入した直後は、一定期間、操作入力を受け入れることなくオープニング画面を表示し、その後、通常画面の表示に移行してから操作入力を受け入れるようにしている。そして、オープニング画面を表示している間に、通常画面の表示に必要なビットマップデータをVRAMへ転送し、このビットマップデータを用いてVRAMの表示用領域に対する描画を行うことによりモニタへの通常画面表示を行うようにしている。   2. Description of the Related Art Conventionally, in a car navigation system or the like, an opening screen is displayed without accepting an operation input for a certain period immediately after power is turned on, and then an operation input is accepted after shifting to a normal screen display. Then, while displaying the opening screen, the bitmap data necessary for displaying the normal screen is transferred to the VRAM, and the bitmap data is used to draw the VRAM display area so that the normal display on the monitor is performed. The screen is displayed.

図2は、カーナビゲーションシステム等において、モニタへの画面表示を行う表示処理に関係する構成部分を示す。図中の21は、制御用のプログラムや、画像表示に使用するフォント、ビットマップファイル等を記憶しているROM、22はROM21中のプログラムに従い、装置各部の動作制御やROM21等のアクセス制御を行うマイコン、23はモニタ上の表示画面に対応する表示用領域、及び描画データやビットマップデータを格納するための格納用領域を有するVRAM、24は制御マイコン22からの命令に基づき、VRAM23の表示用領域へ描画を行うことによりモニタへの画面表示を行うグラフィックLSIである。グラフィックLSI24は描画処理に特化した素子であり、VRAM23についてのアクセス制御も行う。   FIG. 2 shows components related to display processing for displaying a screen on a monitor in a car navigation system or the like. In the figure, reference numeral 21 denotes a ROM that stores a control program, fonts used for image display, bitmap files, and the like. Reference numeral 22 denotes an operation control of each part of the apparatus and an access control of the ROM 21 according to the program in the ROM 21. A microcomputer 23 is a VRAM having a display area corresponding to the display screen on the monitor and a storage area for storing drawing data and bitmap data, and 24 is a display of the VRAM 23 based on a command from the control microcomputer 22. This is a graphic LSI that displays a screen on a monitor by drawing in a work area. The graphic LSI 24 is an element specialized for drawing processing, and also performs access control for the VRAM 23.

図3は電源投入後の画面表示に関する立ち上げ処理の従来の手順を示す。電源オンによりシステムが起動すると(ステップ31)、まず、オープニング画面の表示を行う(ステップ32)。すなわち、制御マイコン22はROM21からオープニング画面用のビットマップファイルを読み出してグラフィックLSI24へ転送する。グラフィックLSI24は、転送されたビットマップファイルをVRAM23中の指定された領域に格納する。そして、グラフィックLSI24は、格納したビットマップファイルを用いてVRAM23の表示用領域への書込みを行い、モニタ上にオープニング画面を表示する。   FIG. 3 shows a conventional procedure of start-up processing related to screen display after power-on. When the system is started by turning on the power (step 31), first, an opening screen is displayed (step 32). That is, the control microcomputer 22 reads the opening screen bitmap file from the ROM 21 and transfers it to the graphic LSI 24. The graphic LSI 24 stores the transferred bitmap file in a designated area in the VRAM 23. Then, the graphic LSI 24 writes into the display area of the VRAM 23 using the stored bitmap file, and displays the opening screen on the monitor.

次に、ROM21に格納されている通常画面の表示に使用するすべてのビットマップファイルを、同様にして、VRAM23の格納用領域に転送する(ステップ33、34)。すべてのビットマップファイルの転送が終了すると、通常画面の表示処理(ステップ35)へ移行し、転送されたビットマップファイルのデータのうち、所定のものを用いてVRAM23の表示用領域への描画を行うことによって、最初の画面を表示する。これと同時に、ユーザによる操作入力の受入れが開始される。   Next, all the bitmap files used for displaying the normal screen stored in the ROM 21 are similarly transferred to the storage area of the VRAM 23 (steps 33 and 34). When the transfer of all the bitmap files is completed, the process proceeds to the normal screen display process (step 35), and drawing in the display area of the VRAM 23 is performed using a predetermined one of the transferred bitmap file data. Doing so displays the first screen. At the same time, acceptance of operation input by the user is started.

一方、VRAMへの描画を行う方法としては、グラフィックデータプロセッサが、描画コマンドを順次受け取る場合に、各描画コマンドに従ってVRAMへの描画を行うとともに各描画コマンドを別のRAMに保存しておき、バッチ命令を受け取ったときには、保存してある各描画コマンドを一括して実行することにより、描画速度を向上させるようにしたものも知られている(たとえば特許文献1参照)。
特開平5−324841号公報
On the other hand, as a method of drawing to the VRAM, when the graphic data processor sequentially receives drawing commands, drawing to the VRAM is performed according to each drawing command and each drawing command is stored in another RAM, and batch processing is performed. It is also known that when a command is received, the drawing speed is improved by collectively executing the stored drawing commands (see, for example, Patent Document 1).
JP-A-5-324841

しかしながら、図3に示すような処理手順によれば、VRAMへ転送すべきビットマップデータの量が多い場合には、転送にかなりの時間を必要とする。かかる場合、オープニング画面の表示状態が長期間継続し、操作を行うことができるようになるまでの時間、つまり起動時間が長期化する。また、VRAMへ転送すべきビットマップデータの量によって起動時間が変化するので、自動車メーカ等の顧客が要求する仕様どおりに、たとえば起動時間が数秒以内で終わるように設計することが困難である。   However, according to the processing procedure shown in FIG. 3, if the amount of bitmap data to be transferred to the VRAM is large, a considerable time is required for the transfer. In such a case, the display state of the opening screen continues for a long time, and the time until the operation can be performed, that is, the startup time is prolonged. In addition, since the start-up time varies depending on the amount of bitmap data to be transferred to the VRAM, it is difficult to design the start-up time to be completed within a few seconds, for example, according to specifications required by customers such as automobile manufacturers.

これを解決する方法として、よりアクセス速度の高いICや、高クロック周波数のマイコンを使用することが考えられるが、そうするとコストアップに繋がるので現実的ではない。また、上述の公報に記載のような、描画コマンドを保存し、後で一括して実行する方法は、ビットマップデータを用いるものではないため、適用することはできない。   As a method for solving this problem, it is conceivable to use an IC having a higher access speed or a microcomputer having a high clock frequency. However, this leads to an increase in cost, which is not practical. In addition, the method of storing drawing commands and executing them collectively at a time as described in the above publication cannot be applied because bitmap data is not used.

本発明の目的は、このような従来技術の問題点に鑑み、カーナビゲーションシステム等において、起動時間を適切に設定できるようにすることにある。   An object of the present invention is to make it possible to appropriately set an activation time in a car navigation system or the like in view of such problems of the conventional technology.

上記目的を達成するため、第1の発明に係る表示処理装置は、表示用の領域及び格納用の領域を有し、格納用領域内のデータを用いて表示用領域に書き込まれるイメージにより表示装置での画面表示がなされるVRAMと、各種画面の表示に使用するデータをVRAMの格納用領域に転送し、転送したデータを用いて表示用領域への書込みを行うことにより各種画面の表示を行う制御手段とを備え、電源投入時にオープニング画面の表示を行う表示処理装置において、制御手段は、格納領域へのデータ転送を、各種画面の表示に使用するデータのうちの一部についてはオープニング画面の表示中に行うとともに、他の未転送のものについてはオープニング画面を通常の画面に切り替えた後に行うものであることを特徴とする。   In order to achieve the above object, a display processing apparatus according to a first invention has a display area and a storage area, and the display apparatus uses an image written in the display area using data in the storage area. The VRAM that displays the screen and the data used for displaying the various screens are transferred to the storage area of the VRAM, and various screens are displayed by writing to the display area using the transferred data. A display processing apparatus that displays an opening screen when the power is turned on, and the control means transfers data to the storage area, and a part of the data used for displaying various screens It is performed during the display, and other untransferred ones are performed after the opening screen is switched to the normal screen.

ここで、表示処理装置としては、たとえばカーナビゲーションシステムや車両のリアカメラによる映像の表示に使用されるものが該当する。表示装置としては、たとえば液晶表示装置が該当する。オープニング画面とは、電源オンから一定時間表示される画面を意味し、この画面が表示されている間、ユーザは、本装置が適用されたシステムへの操作入力を行うことができない。通常画面とは、オープニング画面以外の画面をいい、通常画面が表示されているとき、ユーザによる操作入力が許容される。   Here, as a display processing apparatus, what is used for the display of the image | video by a car navigation system or the rear camera of a vehicle corresponds, for example. An example of the display device is a liquid crystal display device. The opening screen means a screen that is displayed for a certain period of time after the power is turned on. While this screen is displayed, the user cannot perform an operation input to the system to which the present apparatus is applied. The normal screen refers to a screen other than the opening screen. When the normal screen is displayed, an operation input by the user is allowed.

この構成において、オープニング画面が通常画面に切り替わると、ユーザの操作入力が許容されることになるが、オープニング画面の表示中に、通常画面の表示に使用するデータがVRAMの格納用領域に転送される。このとき従来は、通常画面の表示に使用するすべてのデータの転送が完了してから通常画面の表示に移行するようにしていたため、操作入力を行うことができるようになるまでの時間、すなわち起動時間が長期化する場合があった。   In this configuration, when the opening screen is switched to the normal screen, the user's operation input is allowed. However, during the opening screen display, the data used for displaying the normal screen is transferred to the storage area of the VRAM. The At this time, conventionally, since transfer of all data used for displaying the normal screen is completed and the display is shifted to the normal screen, the time until the operation input can be performed, that is, startup There was a case where time was prolonged.

これに対し本発明によれば、通常画面の表示に使用されるビットマップデータのうちの一部をオープニング画面の表示中に転送し、他の未転送のものを通常画面に切り替わってから転送するようにしたため、起動時間を短縮することができる。また、オープニング画面の表示中に転送するデータを適当に設定することにより、起動時間を自由に調整することができる。   On the other hand, according to the present invention, part of the bitmap data used for displaying the normal screen is transferred while the opening screen is displayed, and other untransferred data is transferred after switching to the normal screen. As a result, the startup time can be shortened. In addition, the startup time can be freely adjusted by appropriately setting the data to be transferred while the opening screen is displayed.

第2の発明に係る表示処理装置は、第1発明において、制御手段は、格納用領域へのデータ転送を、表示用領域の1回又は所定回数の書換え毎に、所定量ずつ行うものであることを特徴とする。   In the display processing apparatus according to the second invention, in the first invention, the control means performs data transfer to the storage area by a predetermined amount every time the display area is rewritten once or a predetermined number of times. It is characterized by that.

第3の発明に係る表示処理装置は、表示用の領域及び格納用の領域を有し、格納用領域内のデータを用いて表示用領域に書き込まれるイメージにより表示装置での画面表示がなされるVRAMと、各種画面の表示に使用するデータを前記VRAMの格納用領域に転送し、転送したデータを用いて前記表示用領域への書込みを行うことにより各種画面の表示を行う制御手段とを備えた表示処理装置において、制御手段は、格納用領域へのデータ転送を、表示用領域の1回又は所定回数の書換え毎に所定量ずつ行うものであることを特徴とする。   A display processing apparatus according to a third aspect of the present invention has a display area and a storage area, and a screen is displayed on the display device by an image written in the display area using data in the storage area. VRAM and control means for displaying various screens by transferring data used for displaying various screens to the storage area of the VRAM and writing to the display area using the transferred data. In the display processing apparatus, the control means performs data transfer to the storage area by a predetermined amount every time the display area is rewritten once or a predetermined number of times.

第4の発明に係る表示処理装置は、第1〜第3のいずれかの発明において、制御手段は、格納用領域へのデータ転送を、早期に使用される可能性の高いデータを優先して先に行うものであることを特徴とする。   In any one of the first to third aspects of the display processing device according to the fourth invention, the control means prioritizes data that is likely to be used early in data transfer to the storage area. It is what is performed first.

第5の発明に係る表示処理装置は、第1〜第4のいずれかの発明において、制御手段は、表示中の画面における表示内容に変更があった場合において、変更後の内容を表示するために必要なデータについて格納用領域への転送がなされていないときは、直ちに該転送を行うものであることを特徴とする。   In any one of the first to fourth inventions, the display processing device according to the fifth invention is for the control means to display the changed content when the display content on the currently displayed screen is changed. When the data necessary for the transfer is not transferred to the storage area, the transfer is immediately performed.

第6の発明に係る表示処理装置は、第1〜第5のいずれかの発明において、前記データはビットマップ形式のデータであることを特徴とする。   According to a sixth aspect of the present invention, in any one of the first to fifth aspects, the data is bitmap format data.

第7の発明に係る表示処理装置は、第6発明において、制御手段は、前記格納用領域へのデータ転送を、容量が大きなビットマップファイルのデータを優先して先に行うものであることを特徴とする。   In a display processing apparatus according to a seventh invention, in the sixth invention, the control means performs the data transfer to the storage area first by giving priority to the data of the bitmap file having a large capacity. Features.

第8の発明に係るナビゲーション装置は、第1〜第7のいずれかの発明に係る表示処理装置を用いてナビゲーションに必要な画面表示を行うことを特徴とする。   A navigation device according to an eighth invention is characterized by performing screen display necessary for navigation using the display processing device according to any one of the first to seventh inventions.

第9の発明に係るプログラムは、コンピュータを、第1〜第8の発明に係るいずれかの装置における制御手段として機能させることを特徴とする。   A program according to a ninth invention causes a computer to function as control means in any of the devices according to the first to eighth inventions.

第10の発明に係る表示処理方法は、制御手段が、各種画面の表示に使用するデータをVRAMの格納用領域に転送し、転送したデータを用いてVRAMの表示用領域への書込みを行うことにより、表示装置における各種画面の表示を行う表示処理方法において、制御手段が、オープニング画面用のデータを前記VRAMの格納用領域に転送する工程と、制御手段が、前記格納用領域内のオープニング画面用のデータを用いてオープニング画面の表示を行う工程と、制御手段が、前記オープニング画面の表示後、他の画面の表示に使用するデータのうちの一部を前記格納用領域に転送する工程と、制御手段が、前記一部のデータの転送後、前記オープニング画面を他の画面に切り替える工程と、制御手段が、前記画面の切替え後、前記他の画面の表示に使用するデータのうちの前記一部以外のものを前記格納用領域に転送する工程とを具備することを特徴とする。   In the display processing method according to the tenth invention, the control means transfers data used for displaying various screens to the storage area of the VRAM, and writes the data to the display area of the VRAM using the transferred data. In the display processing method for displaying various screens in the display device, the control means transfers the opening screen data to the storage area of the VRAM, and the control means opens the opening screen in the storage area. A step of displaying the opening screen using the data for use, and a step of transferring a part of the data used for displaying another screen to the storage area after the opening of the opening screen. A step in which the control means switches the opening screen to another screen after transferring the part of the data; and a control means switches the other image after the screen is switched. Characterized by something other than the part of the data of use to display and a step of transferring to the storage area.

第11の発明に係る表示処理方法は、制御手段が、各種画面の表示に使用するデータをVRAMの格納用領域に転送し、転送したデータを用いてVRAMの表示用領域への書込みを行うことにより、表示装置における各種画面の表示を行う表示処理方法において、制御手段が、格納用領域へのデータ転送を、表示用領域の1回又は所定回数の書換え毎に所定データ量ずつ行うことを特徴とする。   In the display processing method according to the eleventh invention, the control means transfers data used for displaying various screens to the storage area of the VRAM, and writes the data to the display area of the VRAM using the transferred data. Thus, in the display processing method for displaying various screens in the display device, the control means performs data transfer to the storage area by a predetermined amount of data once or a predetermined number of rewrites of the display area. And

本発明によれば、画面表示に使用するビットマップデータのデータ量が多い場合でも、電源を投入してから操作入力が行えるようになるまでの起動時間をほぼ任意に設定することができる。したがって起動時間が異なる仕向けや機種の仕様に対しても柔軟に対応することができる。また、起動時間を短縮することができるので、特に、カーナビゲーションシステムや車両のリアカメラの映像表示に本発明を適用する場合、直ちにこれらの機能を使用したいユーザが多いため、有効である。また、起動時間を任意に調整できるので、処理速度がそれほど高くないICやマイコンを使用することが可能であり、装置のコストアップを抑えることができる。   According to the present invention, even when the amount of bitmap data used for screen display is large, the startup time from when the power is turned on until operation input can be performed can be set almost arbitrarily. Therefore, it is possible to flexibly cope with specifications of different destinations and models with different startup times. In addition, since the activation time can be shortened, it is particularly effective when the present invention is applied to the video display of a car navigation system or a rear camera of a vehicle because many users want to use these functions immediately. In addition, since the start-up time can be adjusted arbitrarily, it is possible to use an IC or a microcomputer whose processing speed is not so high, and the cost of the apparatus can be suppressed.

図2は本発明の一実施形態に係る表示処理装置を示すブロック図である。図中の21は制御用のプログラムや、画像表示に使用するフォント、ビットマップ(BMP)ファイル等を記憶しているROM、22はROM21中のプログラムに従い、装置各部の動作制御やROM21等のアクセス制御を行うマイコン、23はモニタ上の表示画面に対応する表示用領域及び描画データやビットマップデータを格納するための格納用領域を有するVRAM、24は制御マイコン22からの命令に基づき、VRAM23の表示用領域へ描画を行うことによりモニタへの表示を行うグラフィックLSIである。グラフィックLSI24は描画処理に特化した素子であり、VRAM23についてのアクセス制御も行う。   FIG. 2 is a block diagram showing a display processing apparatus according to an embodiment of the present invention. In the figure, reference numeral 21 denotes a ROM for storing control programs, fonts used for image display, bitmap (BMP) files, and the like. Reference numeral 22 denotes an operation control of each part of the apparatus and access to the ROM 21 according to the programs in the ROM 21. A microcomputer 23 for controlling, a VRAM having a display area corresponding to the display screen on the monitor and a storage area for storing drawing data and bitmap data, 24 based on a command from the control microcomputer 22 This is a graphic LSI that displays on a monitor by drawing in a display area. The graphic LSI 24 is an element specialized for drawing processing, and also performs access control for the VRAM 23.

ROM21中のビットマップファイルは、モニタ上で多数の画面を表示するために使用される。たとえばその個数は500個程度で、全容量が数メガバイト程度である。ROM21中には、各ビットマップファイルのデータをVRAM23の格納用領域に転送して配置する際の配置情報も格納されている。転送される各ビットマップファイルのデータは、この配置情報に従ったアドレスに記憶される。   The bitmap file in the ROM 21 is used for displaying a large number of screens on the monitor. For example, the number is about 500, and the total capacity is about several megabytes. The ROM 21 also stores arrangement information when data of each bitmap file is transferred to the storage area of the VRAM 23 and arranged. The data of each bitmap file to be transferred is stored at an address according to this arrangement information.

図5はモニタ上に一画面として表示される画像の一例を示す。この画像は図6に示すような16個のビットマップファイルのデータを用いて表示される。ただし、文字の一部はフォント・データを用いて描画され、時計の針の図形は演算によって描画される。   FIG. 5 shows an example of an image displayed as one screen on the monitor. This image is displayed using data of 16 bitmap files as shown in FIG. However, some of the characters are drawn using font data, and the clock hands are drawn by calculation.

この表示処理装置は、たとえばカーナビゲーションシステムに適用される。制御マイコン22は、オープニング画面の表示中は、システムに対する操作入力を受け入れることはなく、通常画面の表示に移行してから操作入力を受け入れる。操作入力は、各種の通常画面の表示内容に応じ、タッチパネル等を介して行われる。   This display processing device is applied to, for example, a car navigation system. The control microcomputer 22 does not accept an operation input to the system while the opening screen is displayed, and accepts the operation input after shifting to the normal screen display. The operation input is performed via a touch panel or the like in accordance with display contents of various normal screens.

図1は図2の表示処理装置による表示処理の手順を示すフローチャートである。電源の投入により装置が起動すると(ステップ11)、制御マイコン22は、まず、ROM21からオープニング画面用のビットマップファイルを読み出してグラフィックLSI24へ転送する。グラフィックLSI24は転送されたビットマップファイルを、上述の配置情報に従い、VRAM23中の所定のアドレスに格納する。グラフィックLSI24は格納したビットマップファイルを用いてVRAM23の表示用領域への書込みを行い、オープニング画面の表示を行う(ステップ12)。このとき、オープニング画面の表示は、たとえば2つのビットマップファイルを用いて行い、電源投入から700[ms]経過した時点で行うことができる。オープニング画面の表示は、最初の通常画面の表示が行われるまで維持される。なお、モニタとして使用される液晶表示装置のバックライトは電源投入直後にオンとされ、オープニング画面が表示されるまでの間は、モニタは黒画面の状態を呈する。   FIG. 1 is a flowchart showing a procedure of display processing by the display processing apparatus of FIG. When the apparatus is activated by turning on the power (step 11), the control microcomputer 22 first reads a bitmap file for the opening screen from the ROM 21 and transfers it to the graphic LSI 24. The graphic LSI 24 stores the transferred bitmap file at a predetermined address in the VRAM 23 in accordance with the above arrangement information. The graphic LSI 24 uses the stored bitmap file to write to the display area of the VRAM 23 and display the opening screen (step 12). At this time, the opening screen can be displayed using, for example, two bitmap files, and 700 [ms] after the power is turned on. The display of the opening screen is maintained until the first normal screen is displayed. Note that the backlight of the liquid crystal display device used as a monitor is turned on immediately after the power is turned on, and the monitor is in a black screen state until the opening screen is displayed.

次に、初期ビットマップデータ転送処理を行う(ステップ13、14)。すなわち、ROM21に格納されている通常画面の表示に使用する各ビットマップファイルのうちの一部を、上述と同様の手順で、VRAM23の格納用領域に転送する。このとき転送するファイルは、通常画面として最初に表示され得る画面に使用されるもののうちの主たるものであることや、容量が大きいことを条件として選択したものである。最初の画面の表示に際し、ROM21から転送するファイルの容量を極力少なくして迅速に表示を行うことができるようにするためである。   Next, initial bitmap data transfer processing is performed (steps 13 and 14). That is, a part of each bitmap file used for displaying the normal screen stored in the ROM 21 is transferred to the storage area of the VRAM 23 in the same procedure as described above. The file to be transferred at this time is selected on the condition that it is the main one used on the screen that can be initially displayed as the normal screen or that the capacity is large. This is because, when the first screen is displayed, the capacity of the file transferred from the ROM 21 can be reduced as much as possible so that it can be displayed quickly.

初期ビットマップデータ転送処理が完了すると、通常画面の表示処理に移行し、制御マイコン22は、各通常画面の表示内容に応じた操作入力の受入れを開始する。操作入力の受入れは、表示画面上に設けられたタッチパネル等を介して行うことができる。通常画面の表示処理では、ステップ15〜19の処理を含む描画メイン処理を、電源が切断されるまで繰り返す。この間に、操作入力や状況の変化に応じ、表示画面の種類が切り替わったり、表示内容の一部が変化したりする。なお、描画メイン処理では、処理の最後にVRAM23の表示用領域の書換えを毎回行う。   When the initial bitmap data transfer process is completed, the process proceeds to a normal screen display process, and the control microcomputer 22 starts to accept an operation input corresponding to the display content of each normal screen. The operation input can be accepted via a touch panel or the like provided on the display screen. In the normal screen display process, the drawing main process including the processes of steps 15 to 19 is repeated until the power is turned off. During this time, the type of display screen is switched or a part of the display content is changed in accordance with an operation input or a change in the situation. In the drawing main process, the display area of the VRAM 23 is rewritten every time at the end of the process.

描画メイン処理ではまず、ROM21に格納されている通常画面の表示に使用するビットマップファイルのうち、RAM23へ未転送のものがあれば、そのうちの一部を転送する(ステップ15、16)。この処理が、描画メイン処理の繰返し毎に毎回行われることによって、通常画面の表示処理に移行してから一定期間が経過すると、通常画面の表示に使用する全ビットマップファイルの転送が完了することになる。この間、ファイルの転送は、極力容量の大きいものから順に行う。また極力、早い段階で使用される確率が高いファイルを優先して早期に転送する。   In the drawing main process, first, if there is an untransferred bitmap file stored in the ROM 21 used for displaying the normal screen to the RAM 23, a part of the bitmap file is transferred (steps 15 and 16). This process is performed every time the rendering main process is repeated, so that transfer of all bitmap files used for normal screen display is completed after a certain period of time has elapsed since the transition to normal screen display processing. become. During this time, files are transferred in order from the largest capacity. In addition, files that have a high probability of being used at an early stage are transferred as early as possible.

次に、表示中の画面の表示内容に変更があったか否かを判定する(ステップ17)。表示内容が変更する場合としては、画面切替えにより画面の種類が変わる場合の他、画面の一部が変化する場合も含まれる。画面の種類が切り替わる場合としては、操作入力や状況変化に応じて画面種類を変更する場合、たとえばメニュー画面から選択されたナビゲーション画面に変わる場合や、TV画面の表示中に車両の走行を開始したときにナビゲーション画面に変わる場合が該当する。画面の一部が変化する場合としては、たとえば車両からの情報に基づいて何らかのアイコンやマークを追加表示するような場合や、OSD(オン・スクリーン・ディスプレイ)によりテロップを流す場合が該当する。   Next, it is determined whether or not the display content of the screen being displayed has changed (step 17). The case where the display content is changed includes a case where a part of the screen changes in addition to a case where the screen type changes due to screen switching. As for the case where the screen type is switched, when the screen type is changed according to the operation input or the situation change, for example, when the screen is changed from the menu screen to the selected navigation screen, or the vehicle starts running while the TV screen is displayed. This sometimes applies to the navigation screen. As a case where a part of the screen changes, for example, a case where an icon or a mark is additionally displayed based on information from a vehicle, or a case where a telop is played by OSD (on-screen display) is applicable.

ステップ17において表示内容に変更がなかったと判定した場合は、必要に応じて他の処理を行い、VRAM23の表示用領域の書換えを行って、描画メイン処理を終了する。表示用領域の書換えは、ステップ17における判定結果にかかわらず、常に行われる。   If it is determined in step 17 that the display content has not been changed, other processing is performed as necessary, the display area of the VRAM 23 is rewritten, and the drawing main processing is terminated. The rewriting of the display area is always performed regardless of the determination result in step 17.

ステップ17において表示内容に変更があったと判定した場合には、変更後の画面が、ROM21からVRAM23へ未だ転送していないビットマップファイルのデータを使用するものであるか否かを判定する(ステップ18)。   If it is determined in step 17 that the display content has been changed, it is determined whether or not the screen after the change uses data of a bitmap file that has not yet been transferred from the ROM 21 to the VRAM 23 (step 1). 18).

ステップ18において未転送のデータを使用しない旨の判定をした場合には、必要に応じて他の処理を行い、VRAM23の表示用領域の書換えを行って、描画メイン処理を終了する。表示用領域の書換えにより、表示内容の変更が画面に反映される。   If it is determined in step 18 that untransferred data is not used, other processing is performed as necessary, the display area of the VRAM 23 is rewritten, and the drawing main processing is terminated. By rewriting the display area, the change of the display content is reflected on the screen.

ステップ18において未転送データを使用する旨の判定をした場合には、変更後の画面に使用する未転送のビットマップファイルのデータをすべて、ROM21からVRAM23の格納領域へ転送する。このとき転送されるビットマップファイルの容量は小さく、その転送は迅速に行われる確率が高い。その後、必要に応じて他の処理を行い、VRAM23の表示用領域の書換えを行って、描画メイン処理を終了する。表示用領域の書換えにより、表示内容の変更が画面に反映される。   If it is determined in step 18 that untransferred data is to be used, all of the untransferred bitmap file data used for the changed screen is transferred from the ROM 21 to the storage area of the VRAM 23. The capacity of the bitmap file transferred at this time is small, and there is a high probability that the transfer will be performed quickly. Thereafter, other processes are performed as necessary, the display area of the VRAM 23 is rewritten, and the drawing main process is terminated. By rewriting the display area, the change of the display content is reflected on the screen.

本実施形態によれば、オープニング画面の表示中の初期ビットマップデータ転送処理により、通常画面の表示に使用するビットマップデータのうちの一部のみを転送するようにしたため、この一部転送の対象とするビットマップファイルの種類や容量を適切に設定しておくことにより、通常画面の表示処理へ移行し、操作入力が可能となるまでの時間を調整することができる。   According to the present embodiment, the initial bitmap data transfer process during the opening screen display transfers only a part of the bitmap data used for the normal screen display. By appropriately setting the type and capacity of the bitmap file, it is possible to shift to the normal screen display process and adjust the time until operation input becomes possible.

また、一部転送の対象とするビットマップファイルとして、極力容量の大きいものを設定し、また、その後のビットマップファイルの転送も、極力容量の大きいファイルから順に行うようにしたため、各種通常画面の表示に際し、ビットマップファイルの転送を必要とする場合でも、容量の小さいものを転送するだけで足りる確率が高くなり、画面表示を迅速に行うことができる。   In addition, as the bitmap file to be partially transferred, the one with the largest capacity is set, and the subsequent bitmap file is also transferred in order from the file with the largest capacity. Even when it is necessary to transfer a bitmap file at the time of display, there is a high probability that it is sufficient to transfer a small-capacity file, and screen display can be performed quickly.

また、ビットマップファイルの転送を極力容量の大きいものから順に行うようにしたため、各画面間の切替えに要する時間のばらつきによってユーザに違和感を与えるのを防止することができる。つまり転送を容量に関係なくランダムに行うとすれば、画面表示内容が変化する場合のステップ19におけるファイル転送の時間もランダムとなり、ある画面変更時には迅速に画面が変化するが、次の画面変更では画面変化が遅くなるといったように画面変化のスピードにばらつきが顕著に現れるおそれがある。これに対し、ファイルの転送を容量の大きい順に行えば、画面変化のスピードが徐々に速くなってゆくため、ばらつきが気になるのを防止することができる。   In addition, since the bitmap file is transferred in order from the largest in capacity, it is possible to prevent the user from feeling uncomfortable due to variations in time required for switching between the screens. In other words, if the transfer is performed randomly regardless of the capacity, the file transfer time in step 19 when the screen display content changes is also random, and the screen changes quickly when a certain screen is changed. There may be a noticeable variation in the speed of the screen change, such as a slow screen change. On the other hand, if the file transfer is performed in descending order of the capacity, the speed of screen change gradually increases, so that it is possible to prevent the variation from being anxious.

また、一部転送の対象とするビットマップファイルとして、極力最初の画面に使用される確率の高いものを設定し、また、その後のビットマップファイルの転送順も、極力早い段階で使用される確率の高いものが先に転送されるように定めたため、各種通常画面の表示に際し、ビットマップファイルの転送を必要とする場合が減少するので、表示内容の変更を迅速に行うことができる。   In addition, as the bitmap file to be partially transferred, the one with the highest probability of being used on the first screen as much as possible is set, and the subsequent bitmap file transfer order is also the probability of being used at the earliest possible stage. Since it is determined that the higher one is transferred first, the number of cases where the bitmap file needs to be transferred is reduced when displaying various normal screens, so that the display contents can be changed quickly.

また、画面の表示内容が変更されたために、未転送のビットマップデータを使用する必要が生じた場合には、直ちにそのビットマップデータの転送を行うようにしたため(ステップ17〜19)、直ちに変更後の表示内容をモニタ画面上に反映させることができる。   In addition, when it is necessary to use untransferred bitmap data because the display content has been changed, the bitmap data is immediately transferred (steps 17 to 19). Later display contents can be reflected on the monitor screen.

図4は図1の表示処理装置を適用したカーナビゲーションシステムの構成を示すブロック図である。図中の41〜44はそれぞれ図1の要素21〜24に対応するROM、制御マイコン、グラフィックLSI、VRAMである。45は制御マイコンに対する操作入力を行うための入力手段、46はGPSや、走行距離及び角速度のセンサを用いて車両の現在位置を取得する位置取得手段、47はナビゲーション画面において表示する地図のデータを保有する地図データベース、48は制御マイコン42が処理を行うためのプログラムやデータを記憶するためのRAM、49は音声による出力を行うための音声出力手段、50は制御マイコン42の制御によりグラフィックLSI44を介してユーザインタフェースとしての画面表示を行うための表示装置である。なお、TVチューナ、ビデオカメラ等を接続してその映像を表示装置50に表示させたり、CDプレーヤ等を接続して音声出力手段49から再生音を出力させたりすることができるようにしてもよい。   FIG. 4 is a block diagram showing a configuration of a car navigation system to which the display processing apparatus of FIG. 1 is applied. Reference numerals 41 to 44 in the figure denote ROMs, control microcomputers, graphic LSIs, and VRAMs corresponding to the elements 21 to 24 in FIG. 1, respectively. 45 is an input means for performing an operation input to the control microcomputer, 46 is a position acquisition means for acquiring the current position of the vehicle by using GPS, a mileage and an angular velocity sensor, and 47 is a map data to be displayed on the navigation screen. The map database that is held, 48 is a RAM for storing programs and data for the control microcomputer 42 to perform processing, 49 is an audio output means for outputting by voice, 50 is a graphic LSI 44 controlled by the control microcomputer 42 It is a display device for performing screen display as a user interface. Note that a TV tuner, a video camera, or the like may be connected to display the video on the display device 50, or a CD player or the like may be connected to output the playback sound from the audio output means 49. .

この構成において、システムの電源が投入されると、制御マイコン42は、ROM41に格納されているビットマップデータを用いて、オープニング画面を所定期間、表示装置50上に表示する。この間、入力手段45による操作入力を受け入れることはない。所定期間が経過すると、最初の通常画面、たとえばメニュー画面を表示し、入力手段45による操作入力の受入れを開始する。したがってこの後、ユーザはナビゲーション画面等を表示させ、種々の操作を行うことができる。この間、表示装置50上の画面表示に関しては、図1と同様な手順によって表示処理が行われる。   In this configuration, when the system power is turned on, the control microcomputer 42 displays the opening screen on the display device 50 for a predetermined period using the bitmap data stored in the ROM 41. During this time, the operation input by the input means 45 is not accepted. When the predetermined period elapses, an initial normal screen, for example, a menu screen is displayed, and acceptance of operation input by the input means 45 is started. Therefore, after this, the user can display a navigation screen and perform various operations. During this time, with respect to the screen display on the display device 50, display processing is performed by the same procedure as in FIG.

なお、本発明は上述の実施形態に限定されることなく、適宜変形して実施することができる。たとえば、上述においては、ROM21からVRAM23へ転送するデータは、ビットマップデータであったが、この代わりに又はこれに加え、フォント・データ等の他のデータを転送するようにしてもよい。   In addition, this invention is not limited to the above-mentioned embodiment, It can deform | transform and implement suitably. For example, in the above description, the data transferred from the ROM 21 to the VRAM 23 is bitmap data. However, instead of or in addition to this, other data such as font data may be transferred.

また、上述においては、ビットマップファイルのデータを容量順に転送するようにしているが、この代わりに、転送する全ファイルの容量を等分に分けた量ずつ転送するようにしてもよい。またステップ16の転送を、描画メイン処理を繰り返す毎に行っているが、この代わりに、描画メイン処理を数回繰り返すごとに、又は1回の描画メイン処理中に複数回行うようにしてもよい。   In the above description, the bitmap file data is transferred in order of capacity, but instead, the capacity of all files to be transferred may be transferred in equal amounts. In addition, the transfer in step 16 is performed every time the drawing main process is repeated, but instead, it may be performed every time the drawing main process is repeated several times, or a plurality of times during one drawing main process. .

また、上述においては、オープニング画面の表示を行い、並行して初期ビットマップデータ転送処理を行うようにしているが、この代わりに、オープニング画面の表示及び初期ビットマップデータ伝送処理を行わず、電源投入後、直ちに通常画面の表示処理へ移行するようにしてもよい。また、図1におけるステップ15及び16の処理と、ステップ17〜19の処理とを入れ替えて、処理順を逆にしてもよい。   In the above description, the opening screen is displayed and the initial bitmap data transfer process is performed in parallel. Instead, the opening screen display and the initial bitmap data transmission process are not performed, and the power You may make it transfer to the display process of a normal screen immediately after throwing in. Further, the processing order of steps 15 and 16 in FIG. 1 and the processing of steps 17 to 19 may be interchanged to reverse the processing order.

図2の表示処理装置による表示処理の手順を示すフローチャートである。It is a flowchart which shows the procedure of the display process by the display processing apparatus of FIG. 本発明の一実施形態に係る表示処理装置を示すブロック図である。It is a block diagram which shows the display processing apparatus which concerns on one Embodiment of this invention. 電源投入後の画面表示に関する立ち上げ処理の従来の手順を示すフローチャートである。It is a flowchart which shows the conventional procedure of the starting process regarding the screen display after power activation. 図1の表示処理装置を適用したカーナビゲーションシステムの構成を示すブロック図である。It is a block diagram which shows the structure of the car navigation system to which the display processing apparatus of FIG. 1 is applied. モニタ上に一画面として表示される画像の一例を示す図である。It is a figure which shows an example of the image displayed as one screen on a monitor. 図5の画面の表示に使用される16個のビットマップファイルのデータによる図形を示す図である。It is a figure which shows the figure by the data of 16 bitmap files used for the display of the screen of FIG.

符号の説明Explanation of symbols

21,41:ROM、22,42:制御マイコン、23,43:グラフィックLSI、24,44:RAM、45:入力手段、46:位置取得手段、47:地図データベース、48:RAM、49:音声出力手段、50:表示装置。
21, 41: ROM, 22, 42: Control microcomputer, 23, 43: Graphic LSI, 24, 44: RAM, 45: Input means, 46: Position acquisition means, 47: Map database, 48: RAM, 49: Audio output Means, 50: display device.

Claims (11)

表示用の領域及び格納用の領域を有し、前記格納用領域内のデータを用いて前記表示用領域に書き込まれるイメージにより表示装置での画面表示がなされるVRAMと、各種画面の表示に使用するデータを前記VRAMの格納用領域に転送し、転送したデータを用いて前記表示用領域への書込みを行うことにより各種画面の表示を行う制御手段とを備え、電源投入時にオープニング画面の表示を行う表示処理装置において、
前記制御手段は、前記格納領域へのデータ転送を、各種画面の表示に使用するデータのうちの一部についてはオープニング画面の表示中に行うとともに、他の未転送のものについてはオープニング画面を通常の画面に切り替えた後に行うものであることを特徴とする表示処理装置。
A VRAM having a display area and a storage area, and displaying the screen on the display device by using an image written in the display area using data in the storage area, and used for displaying various screens And a control means for displaying various screens by transferring the data to be stored to the storage area of the VRAM and writing to the display area using the transferred data, and displaying the opening screen when the power is turned on. In the display processing device to perform,
The control means performs data transfer to the storage area while displaying an opening screen for a part of data used for displaying various screens, and normally displays an opening screen for other untransferred data. A display processing apparatus, which is performed after switching to the screen.
前記制御手段は、前記格納用領域へのデータ転送を、前記表示用領域の1回又は所定回数の書換え毎に、所定量ずつ行うものであることを特徴とする請求項1に記載の表示処理装置。   2. The display process according to claim 1, wherein the control means performs data transfer to the storage area by a predetermined amount every time the display area is rewritten once or a predetermined number of times. apparatus. 表示用の領域及び格納用の領域を有し、前記格納用領域内のデータを用いて前記表示用領域に書き込まれるイメージにより表示装置での画面表示がなされるVRAMと、各種画面の表示に使用するデータを前記VRAMの格納用領域に転送し、転送したデータを用いて前記表示用領域への書込みを行うことにより各種画面の表示を行う制御手段とを備えた表示処理装置において、
前記制御手段は、前記格納用領域へのデータ転送を、前記表示用領域の1回又は所定回数の書換え毎に所定量ずつ行うものであることを特徴とする表示処理装置。
A VRAM having a display area and a storage area, and displaying the screen on the display device by using an image written in the display area using data in the storage area, and used for displaying various screens A display processing device comprising: control means for transferring various data to the storage area of the VRAM and displaying various screens by writing to the display area using the transferred data;
The display processing apparatus, wherein the control means performs data transfer to the storage area by a predetermined amount every time the display area is rewritten once or a predetermined number of times.
前記制御手段は、前記格納用領域へのデータ転送を、早期に使用される可能性の高いデータを優先して先に行うものであることを特徴とする請求項1〜3のいずれか1項に記載の表示処理装置。   4. The control unit according to claim 1, wherein the control unit performs data transfer to the storage area first with priority given to data that is likely to be used early. The display processing device according to 1. 前記制御手段は、表示中の画面における表示内容に変更があった場合において、変更後の内容を表示するために必要なデータについて前記格納用領域への転送がなされていないときは、直ちに該転送を行うものであることを特徴とする請求項1〜4のいずれか1項に記載の表示処理装置。   When there is a change in the display contents on the screen being displayed, the control means immediately transfers the data necessary for displaying the changed contents to the storage area if the data is not transferred to the storage area. The display processing apparatus according to claim 1, wherein 前記データはビットマップ形式のデータであることを特徴とする請求項1〜5のいずれか1項に記載の表示処理装置。   The display processing apparatus according to claim 1, wherein the data is data in a bitmap format. 前記制御手段は、前記格納用領域へのデータ転送を、容量が大きなビットマップファイルのデータを優先して先に行うものであることを特徴とする請求項6に記載の表示処理装置。   7. The display processing apparatus according to claim 6, wherein the control means performs data transfer to the storage area first with priority given to data of a bitmap file having a large capacity. 請求項1〜7のいずれかの表示処理装置を用いてナビゲーションに必要な画面表示を行うことを特徴とするナビゲーション装置。   A navigation device that performs screen display necessary for navigation using the display processing device according to claim 1. コンピュータを、請求項1〜8のいずれかの装置における制御手段として機能させることを特徴とするプログラム。   A program causing a computer to function as control means in the apparatus according to any one of claims 1 to 8. 制御手段が、各種画面の表示に使用するデータをVRAMの格納用領域に転送し、転送したデータを用いて前記VRAMの表示用領域への書込みを行うことにより、表示装置における各種画面の表示を行う表示処理方法において、
制御手段が、オープニング画面用のデータを前記VRAMの格納用領域に転送する工程と、
制御手段が、前記格納用領域内のオープニング画面用のデータを用いてオープニング画面の表示を行う工程と、
制御手段が、前記オープニング画面の表示後、他の画面の表示に使用するデータのうちの一部を前記格納用領域に転送する工程と、
制御手段が、前記一部のデータの転送後、前記オープニング画面を他の画面に切り替える工程と、
制御手段が、前記画面の切替え後、前記他の画面の表示に使用するデータのうちの前記一部以外のものを前記格納用領域に転送する工程とを具備することを特徴とする表示制御方法。
The control means transfers the data used for displaying the various screens to the storage area of the VRAM, and writes the data to the display area of the VRAM using the transferred data, thereby displaying the various screens on the display device. In the display processing method to be performed,
A step of transferring the data for the opening screen to the storage area of the VRAM;
A step of displaying the opening screen using the data for the opening screen in the storage area;
A step of transferring a part of data used for display of another screen to the storage area after the display of the opening screen;
A step of switching the opening screen to another screen after the transfer of the partial data;
A display control method comprising: a step of transferring, after switching the screen, data other than the part of the data used for display of the other screen to the storage area. .
制御手段が、各種画面の表示に使用するデータをVRAMの格納用領域に転送し、転送したデータを用いて前記VRAMの表示用領域への書込みを行うことにより、表示装置における各種画面の表示を行う表示処理方法において、
制御手段が、前記格納用領域へのデータ転送を、前記表示用領域の1回又は所定回数の書換え毎に所定データ量ずつ行うことを特徴とする表示処理装置。
The control means transfers the data used for displaying the various screens to the storage area of the VRAM, and writes the data to the display area of the VRAM using the transferred data, thereby displaying the various screens on the display device. In the display processing method to be performed,
A display processing apparatus, wherein the control means performs data transfer to the storage area by a predetermined amount of data once or a predetermined number of rewrites of the display area.
JP2003350355A 2003-10-09 2003-10-09 Display processing device, navigation device, program, and display processing method Expired - Fee Related JP4334314B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003350355A JP4334314B2 (en) 2003-10-09 2003-10-09 Display processing device, navigation device, program, and display processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003350355A JP4334314B2 (en) 2003-10-09 2003-10-09 Display processing device, navigation device, program, and display processing method

Publications (2)

Publication Number Publication Date
JP2005115107A true JP2005115107A (en) 2005-04-28
JP4334314B2 JP4334314B2 (en) 2009-09-30

Family

ID=34541936

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003350355A Expired - Fee Related JP4334314B2 (en) 2003-10-09 2003-10-09 Display processing device, navigation device, program, and display processing method

Country Status (1)

Country Link
JP (1) JP4334314B2 (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007193627A (en) * 2006-01-20 2007-08-02 Nec Personal Products Co Ltd Image recording and reproducing apparatus and method for controlling startup image
WO2008018292A1 (en) * 2006-08-11 2008-02-14 Sharp Kabushiki Kaisha On-vehicle display system and display panel control device
WO2008062592A1 (en) * 2006-11-22 2008-05-29 Sharp Kabushiki Kaisha Display control unit, on-vehicle display system, display controller, and on-vehicle display
JP2008275787A (en) * 2007-04-26 2008-11-13 Denso Corp Display device
JP2009118055A (en) * 2007-11-05 2009-05-28 Konica Minolta Business Technologies Inc Image forming apparatus
JP2010264145A (en) * 2009-05-17 2010-11-25 Daito Giken:Kk Game machine
US7995048B2 (en) 2006-03-31 2011-08-09 Sharp Kabushiki Kaisha Instrument panel display system for mounting on automobile, and image data output device
JP5133351B2 (en) * 2007-11-06 2013-01-30 シャープ株式会社 Display system, display data output device, display control device, display control method, display control program, and computer-readable recording medium
JP6067106B2 (en) * 2013-04-26 2017-01-25 三菱電機株式会社 Programmable display

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007193627A (en) * 2006-01-20 2007-08-02 Nec Personal Products Co Ltd Image recording and reproducing apparatus and method for controlling startup image
US7995048B2 (en) 2006-03-31 2011-08-09 Sharp Kabushiki Kaisha Instrument panel display system for mounting on automobile, and image data output device
WO2008018292A1 (en) * 2006-08-11 2008-02-14 Sharp Kabushiki Kaisha On-vehicle display system and display panel control device
US8073620B2 (en) 2006-08-11 2011-12-06 Sharp Kabushiki Kaisha On-vehicle display system and display panel control device
WO2008062592A1 (en) * 2006-11-22 2008-05-29 Sharp Kabushiki Kaisha Display control unit, on-vehicle display system, display controller, and on-vehicle display
US8094003B2 (en) 2006-11-22 2012-01-10 Sharp Kabushiki Kaisha Display control unit, on-vehicle display system, display controller, and on-vehicle display
JP2008275787A (en) * 2007-04-26 2008-11-13 Denso Corp Display device
US8098253B2 (en) 2007-04-26 2012-01-17 Denso Corporation Display unit and method for displaying multiple images
JP2009118055A (en) * 2007-11-05 2009-05-28 Konica Minolta Business Technologies Inc Image forming apparatus
JP5133351B2 (en) * 2007-11-06 2013-01-30 シャープ株式会社 Display system, display data output device, display control device, display control method, display control program, and computer-readable recording medium
JP2010264145A (en) * 2009-05-17 2010-11-25 Daito Giken:Kk Game machine
JP6067106B2 (en) * 2013-04-26 2017-01-25 三菱電機株式会社 Programmable display

Also Published As

Publication number Publication date
JP4334314B2 (en) 2009-09-30

Similar Documents

Publication Publication Date Title
JP4717119B2 (en) Navigation system and operation guidance display method in the same system
US20130057572A1 (en) Multiple Display Device Taskbars
JP5664343B2 (en) Vehicle display control apparatus and program
US10852761B2 (en) Computing system with automated video memory overclocking
JP4334314B2 (en) Display processing device, navigation device, program, and display processing method
US20090085863A1 (en) Motion based display management
JPH11231994A (en) Display device and controlling method for acquiring information related to display
JP5133351B2 (en) Display system, display data output device, display control device, display control method, display control program, and computer-readable recording medium
JP2008016000A (en) Onboard computer system
JP4765893B2 (en) Touch panel mounting device, external device, and operation method of external device
EP1753206A1 (en) Network display apparatus and control method thereof
JP5266809B2 (en) Display mode switching method
JP4217638B2 (en) Operation guidance generation device and operation guidance generation program
CN113747043A (en) Image processor starting method, electronic device and storage medium
JP4786237B2 (en) MAP DISPLAY DEVICE, ITS CONTROL METHOD, AND CONTROL PROGRAM
JP6513185B2 (en) Display control apparatus, display control method and program for display control
JP2005128793A (en) Display processor, display processing method and display processing program
US20080284787A1 (en) Information processing system, method for controlling system and computer-readable recording medium
JP2007271755A (en) Information processor and control method
JP2023029483A (en) Display control device
TWI400654B (en) Display method for boot device sequence
CN117032538A (en) Display method of vehicle-mounted system media playing interface and storage medium
JP2007299033A (en) Information processing apparatus and operation guide information display method
JP2002158732A (en) Changeover control system and changeover control method for communication unit
CN115455321A (en) Page display method and device, electronic equipment, storage medium and program product

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20060124

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20080528

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20080604

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20080722

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090318

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090511

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20090617

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20090623

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

Free format text: PAYMENT UNTIL: 20120703

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20120703

Year of fee payment: 3

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

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

Free format text: PAYMENT UNTIL: 20120703

Year of fee payment: 3

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

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

Free format text: PAYMENT UNTIL: 20120703

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20130703

Year of fee payment: 4

LAPS Cancellation because of no payment of annual fees