JP2005079810A - Gui control unit and method therefor - Google Patents

Gui control unit and method therefor Download PDF

Info

Publication number
JP2005079810A
JP2005079810A JP2003306674A JP2003306674A JP2005079810A JP 2005079810 A JP2005079810 A JP 2005079810A JP 2003306674 A JP2003306674 A JP 2003306674A JP 2003306674 A JP2003306674 A JP 2003306674A JP 2005079810 A JP2005079810 A JP 2005079810A
Authority
JP
Japan
Prior art keywords
model
data
difference
program
models
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
JP2003306674A
Other languages
Japanese (ja)
Inventor
Mutsumi Itoga
睦美 糸賀
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP2003306674A priority Critical patent/JP2005079810A/en
Publication of JP2005079810A publication Critical patent/JP2005079810A/en
Pending legal-status Critical Current

Links

Abstract

<P>PROBLEM TO BE SOLVED: To provide a GUI control unit which can realize completely a ROM even if a plurality of model types are developed by bringing a difference between the model types to the exterior of the ROM, and which can respond without correcting a program even if the developing model type is newly increased; and to provide a method therefor. <P>SOLUTION: The GUI control unit writes the completely same program in a program storage area 201 in an expansion of two or more model types in which item of menu, switching range of items, etc are different; and writes a part of data generating the difference in customized data storage area 202. When the difference between expansion model types of the menu, etc., is processed, a CPU 103 reads the data of the customized data area 202 each time or previously, and the CPU 103 conducts a process in response to the contents corresponding to a RAM 105, an EEPROM 106, an OSD circuit 107, a device control microcomputer 109, etc., and can absorb the difference between the model types. <P>COPYRIGHT: (C)2005,JPO&NCIPI

Description

本発明は、複数の機種展開に対応可能なGUI制御装置及びその方法に関するものである。   The present invention relates to a GUI control apparatus and method capable of dealing with a plurality of model developments.

複数の機種展開を行う場合、機種間で差分が出る部分をプログラム内で分岐させたり、#ifdef等のマクロなどを使用して切り分けたり、という手段をとっていた(例えば、特許文献1参照)。
特開平05−341969号公報
When developing a plurality of models, measures have been taken such as branching a portion where a difference occurs between models in a program, or using a macro such as #ifdef or the like (see, for example, Patent Document 1). .
JP 05-341969 A

しかしながら、プログラムを分岐させる場合は、展開機種が増えるほどプログラムが複雑になり、ROM容量も必要になってしまうという欠点があった。また、マクロを使用して切り分ける場合は、展開機種の数だけROMができるので、ROMの管理が複雑になることと、共通部分に不具合があった場合に全部の展開機種に対して個々にダウンロードが必要となるため、コストがかかってしまうという欠点があった。   However, when the program is branched, there is a drawback that the program becomes more complicated as the number of developed models increases, and the ROM capacity is also required. Also, when using a macro, the number of ROMs can be expanded as many as the number of expansion models, so the ROM management becomes complicated, and if there is a problem in the common part, it can be downloaded individually for all expansion models. However, there is a drawback that it is expensive.

一方、プラズマテレビや液晶テレビなどが新たにでてきたことで、同時に複数の開発を行う必要が多くなってきている。これらの展開機種は基本的な機能に関してはほとんど同じであるが、一部表示デバイスによっての機能差が生じる。これらの機能差をプログラム内部で分岐させるとプログラムが複雑になり、新しく展開機種が増えた場合必ずプログラムの変更を行わなければならない。また、それぞれ別のROMとすると共通部分に不具合があった場合などに、全ての展開機種に対して別々にダウンロードを行う必要が生じるため、多大なコストがかかり問題になる。   On the other hand, with the emergence of plasma televisions and liquid crystal televisions, there is a growing need for multiple developments at the same time. These developed models are almost the same in terms of basic functions, but there are functional differences depending on some display devices. If these functional differences are branched in the program, the program becomes complicated, and the program must be changed whenever the number of newly developed models increases. Further, if different ROMs are used, if there is a problem in the common part, it becomes necessary to download all the developed models separately, which causes a great cost and a problem.

そこで、上記課題を解決するために、機種間の差分の部分をプログラムに外部に持たせ、このデータ部分の差し替えを行うことで不空の機種展開に対応することが可能なGUI制御装置を提供することを目的とする。   Therefore, in order to solve the above problems, a GUI control device is provided that can cope with non-empty model development by providing a program with a difference part between models and replacing this data part. The purpose is to do.

本発明の請求項1に係るGUI制御装置は、複数の機種で利用可能なデータを記憶する第1の記憶手段と、機種毎の独自データを記憶する第2の記憶手段と、第1の記憶手段及び第2の記憶手段を制御し、所望の機種の独自データの処理を行う場合に、第2の記憶手段から機種に対応する独自データを取得し、取得した独自データに基づいて機種を制御する制御手段とを具備することを特徴とする。   The GUI control apparatus according to claim 1 of the present invention includes a first storage unit that stores data that can be used by a plurality of models, a second storage unit that stores unique data for each model, and a first storage unit. When the original data of the desired model is processed by controlling the means and the second storage means, the unique data corresponding to the model is acquired from the second storage means, and the model is controlled based on the acquired unique data And a control means.

また、本発明の請求項2に係るGUI制御方法は、複数の機種で利用可能なデータを記憶するステップと、機種毎の独自データを記憶するステップと、所望の機種の独自データの処理を行う場合に、記憶された独自データから機種に対応する独自データを取得し、取得した独自データに基づいて機種を制御するステップとを具備することを特徴とする。   The GUI control method according to claim 2 of the present invention performs a step of storing data usable by a plurality of models, a step of storing unique data for each model, and processing of unique data of a desired model. In this case, the method includes a step of acquiring unique data corresponding to the model from the stored unique data and controlling the model based on the acquired unique data.

本発明によれば、機種間の差分をROMの外部に持っていくことで、複数の機種展開であっても完全にROMの一本化を実現することができ、新たに展開機種が増えてもプログラムの修正を行わず、対応することができる。   According to the present invention, by bringing the difference between the models outside the ROM, it is possible to completely unify the ROM even when developing a plurality of models. Can be handled without modifying the program.

また、共通のプログラム部分に不具合が発見され、オンエアダウンロードを行わなければならない事態になった場合も、複数の展開機種に対して、全く同じ機種と扱うことが出来るため、最も低いコストでオンエアダウンロードを行うことができる。   Also, even if a problem is found in the common program part and it becomes necessary to perform an on-air download, multiple deployed models can be treated as the same model, so on-air download at the lowest cost It can be performed.

(実施の形態1)
図1は本発明のGUI制御装置の構成図であって、101はGUIマイクロコンピュータボード、102はGUIマイクロコンピュータ、103はGUIマイクロコンピュータのCPU、104はGUIマイクロコンピュータ内蔵のフラッシュROMもしくは、書き換え可能な外付けフラッシュROM、105はGUIマイクロコンピュータ内のRAM、106はGUIマイクロコンピュータボード上のEEPROM、107はOSD回路、108はデバイス制御マイクロコンピュータボード、109はデバイス制御マイクロコンピュータを表わす。
(Embodiment 1)
FIG. 1 is a block diagram of a GUI control apparatus according to the present invention, where 101 is a GUI microcomputer board, 102 is a GUI microcomputer, 103 is a CPU of the GUI microcomputer, 104 is a flash ROM built in the GUI microcomputer, or rewritable An external flash ROM 105, a RAM in the GUI microcomputer, 106 an EEPROM on the GUI microcomputer board, 107 an OSD circuit, 108 a device control microcomputer board, and 109 a device control microcomputer.

図2はフラッシュROM104の詳細図であって、201はプログラムを書き込むためのプログラム格納領域、202は機種間の差分のデータを記憶するためのカスタマイズデータ格納領域、203は機種に依存しないデータを記憶するためのデータ格納領域を表わす。   2 is a detailed diagram of the flash ROM 104, in which 201 is a program storage area for writing a program, 202 is a customized data storage area for storing difference data between models, and 203 is a model-independent data storage. Represents a data storage area.

以上のように構成されたGUI制御装置において、その動作を説明する。メニューの項目、アイテムの切換え範囲などが異なる2機種以上の展開において、まったく同じプログラムをプログラム格納領域201に書き込み、差分が生じる部分のデータをカスタマイズデータ格納領域202に書き込む。メニューなど展開機種間の差分部分の処理を行う場合は、その都度もしくは、予めカスタマイズデータ格納領域202のデータを読み込んで、その内容に応じた処理をCPU103がRAM105及びEEPROM106及びOSD回路107及びデバイス制御マイクロコンピュータ109などに対して行うことで、機種間の差分を吸収することができる。   The operation of the GUI control apparatus configured as described above will be described. In the development of two or more models having different menu items, different item switching ranges, etc., the same program is written in the program storage area 201 and the data of the portion where the difference occurs is written in the customized data storage area 202. When processing the difference part between developed models such as menus, the CPU 103 reads the data in the customized data storage area 202 in advance each time, and the CPU 103 performs processing corresponding to the contents in the RAM 105, EEPROM 106, OSD circuit 107, and device control. By performing the processing on the microcomputer 109 or the like, the difference between the models can be absorbed.

次にGUI制御装置の動作について、図3、図4を用いて詳細に説明する。図3は、カスタマイズデータ格納領域202に格納されるデータの一例図であり、図4は、図1に示すGUI制御装置に具体的な構成の一例を示す概略図である。   Next, the operation of the GUI control apparatus will be described in detail with reference to FIGS. 3 is an example diagram of data stored in the customized data storage area 202, and FIG. 4 is a schematic diagram illustrating an example of a specific configuration of the GUI control device shown in FIG.

例えば、カスタマイズデータ格納領域202に、格納されているデータがカスタマイズデータ301であった場合、画質の調整画面は図4の表示画面401示すようにピクチャーと黒レベルの調整項目で構成されるようになる。   For example, if the data stored in the customization data storage area 202 is the customization data 301, the image quality adjustment screen is configured with adjustment items of picture and black level as shown in the display screen 401 of FIG. Become.

一方、カスタマイズデータ格納領域202に、格納されているデータがカスタマイズデータ302であった場合、画質の調整画面は図4の表示画面402示すように、バックライトとピクチャーと黒レベルの調整項目で構成されるようになる。   On the other hand, if the data stored in the customization data storage area 202 is the customization data 302, the image quality adjustment screen is composed of backlight, picture and black level adjustment items as shown in the display screen 402 of FIG. Will come to be.

このようにカスタマイズ格納領域202に格納するデータを差し替えることによって、ROM容量を増やしたり、プログラムを書き換えたりすることなく、容易に機種展開が可能になる。   By replacing the data stored in the customization storage area 202 in this way, it is possible to easily develop models without increasing the ROM capacity or rewriting the program.

本発明のテレビジョン受信機は機種間の差分をROMの外部に持っていくことで、複数の機種展開であっても完全にROMの一本化を実現することができ、新たに展開機種が増えてもプログラムの修正を行わず、対応することができ、また共通のプログラム部分に不具合が発見され、オンエアダウンロードを行わなければならない事態になった場合も、複数の展開機種に対して、全く同じ機種と扱うことが出来るため、最も低いコストでオンエアダウンロードを行うことができるという効果を有し、テレビジョン受信機等の機器において複数の機種展開を行う上で有用である。   The television receiver of the present invention can realize the integration of ROM completely even when developing multiple models by bringing the difference between the models outside the ROM. Even if the number of programs increases, it can be handled without correcting the program. In addition, if a problem is found in the common program part and it is necessary to perform on-air downloads, it is completely impossible for multiple deployment models. Since it can be handled as the same model, it has the effect of being able to perform on-air download at the lowest cost, and is useful for developing a plurality of models in a device such as a television receiver.

本発明の実施の形態1におけるGUI制御装置の構成図Configuration diagram of GUI control apparatus according to Embodiment 1 of the present invention 本発明の実施の形態1におけるフラッシュROMの詳細図Detailed view of the flash ROM in the first embodiment of the present invention 本発明の実施の形態1におけるカスタマイズデータの具体例を示す図The figure which shows the specific example of the customization data in Embodiment 1 of this invention 本発明の実施の形態1における表示画面例を示す図The figure which shows the example of a display screen in Embodiment 1 of this invention.

符号の説明Explanation of symbols

101 GUIマイクロコンピュータボード
102 GUIマイクロコンピュータ
103 CPU
104 フラッシュROM
105 RAM
106 EEPROM
107 OSD回路
108 デバイス制御マイクロコンピュータボード
109 デバイス制御マイクロコンピュータ
201 プログラム格納領域
202 カスタマイズデータ格納領域
203 データ格納領域
301、302 カスタマイズデータ
401、402 表示画面

101 GUI microcomputer board 102 GUI microcomputer 103 CPU
104 flash ROM
105 RAM
106 EEPROM
107 OSD circuit 108 Device control microcomputer board 109 Device control microcomputer 201 Program storage area 202 Customized data storage area 203 Data storage area 301, 302 Customized data 401, 402 Display screen

Claims (2)

複数の機種で利用可能なデータを記憶する第1の記憶手段と、機種毎の独自データを記憶する第2の記憶手段と、前記第1の記憶手段及び前記第2の記憶手段を制御し、所望の機種の独自データの処理を行う場合に、前記第2の記憶手段から前記機種に対応する独自データを取得し、前記取得した独自データに基づいて前記機種を制御する制御手段とを具備することを特徴とするGUI制御装置。 Controlling a first storage means for storing data usable by a plurality of models, a second storage means for storing unique data for each model, the first storage means and the second storage means; A control unit that acquires unique data corresponding to the model from the second storage unit and controls the model based on the acquired unique data when processing the unique data of a desired model; The GUI control apparatus characterized by the above-mentioned. 複数の機種で利用可能なデータを記憶するステップと、機種毎の独自データを記憶するステップと、所望の機種の独自データの処理を行う場合に、前記記憶された独自データから前記機種に対応する独自データを取得し、前記取得した独自データに基づいて前記機種を制御するステップとを具備することを特徴とするGUI制御方法。

The step of storing data that can be used by a plurality of models, the step of storing unique data for each model, and the processing of the unique data of a desired model, corresponds to the model from the stored unique data Obtaining a unique data and controlling the model based on the obtained unique data.

JP2003306674A 2003-08-29 2003-08-29 Gui control unit and method therefor Pending JP2005079810A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003306674A JP2005079810A (en) 2003-08-29 2003-08-29 Gui control unit and method therefor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003306674A JP2005079810A (en) 2003-08-29 2003-08-29 Gui control unit and method therefor

Publications (1)

Publication Number Publication Date
JP2005079810A true JP2005079810A (en) 2005-03-24

Family

ID=34409699

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003306674A Pending JP2005079810A (en) 2003-08-29 2003-08-29 Gui control unit and method therefor

Country Status (1)

Country Link
JP (1) JP2005079810A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101276569B (en) * 2007-03-30 2010-05-26 群康科技(深圳)有限公司 Control system and control method for display of display screen

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101276569B (en) * 2007-03-30 2010-05-26 群康科技(深圳)有限公司 Control system and control method for display of display screen

Similar Documents

Publication Publication Date Title
CN105700926A (en) Method and apparatus for making differential upgrade package, and method and apparatus for differential upgrade of system
US9411561B2 (en) Apparatus and method for changing theme of application in portable terminal
EP1736878A1 (en) Communication apparatus and browser switching method
CN1653421A (en) Method for providing event to application, and electronic device using this method
CN103856804A (en) Information processing apparatus, method and system, and output apparatus and method
JP2005025166A (en) Display device and control method thereof
KR20080078112A (en) Apparatus and method for updating boot logo in portable terminal
JP2010044799A (en) Application manager with variable managing instruction set
JP2005079810A (en) Gui control unit and method therefor
KR20110047711A (en) Electronic device and the method of generating firmware for usable to upgrade
JP2006157222A (en) Multi-channel input system video apparatus, apparatus and method for adjusting image quality
JP2009005258A (en) Television receiver
KR100643394B1 (en) Projection system and control method of the same
JP2015154367A (en) image processing system and image processing apparatus
CN111294655B (en) HDR (high-definition multimedia System) film source playing method and device and storage medium
JP2006211315A (en) Electronic apparatus
JP2007104553A (en) Receiving device, method and program
KR100710320B1 (en) Apparatus and method for upgrading program of video device
JP2006222714A (en) Test pattern generator
KR100768894B1 (en) Display apparatus and broadcasting system
JP2005082291A (en) Elevator control device
JP6648584B2 (en) Image forming apparatus, correction method, and correction program
KR101481562B1 (en) apparatus for receiving digital broadcast, and method for setting operation memory thereof
JP2005329051A (en) Electronic endoscope system
KR100766969B1 (en) Image processing apparatus and control method using the same