CN100356778C - Method for quick developing man-machine interactive interface on TV set embedded Linux - Google Patents

Method for quick developing man-machine interactive interface on TV set embedded Linux Download PDF

Info

Publication number
CN100356778C
CN100356778C CNB2006100328219A CN200610032821A CN100356778C CN 100356778 C CN100356778 C CN 100356778C CN B2006100328219 A CNB2006100328219 A CN B2006100328219A CN 200610032821 A CN200610032821 A CN 200610032821A CN 100356778 C CN100356778 C CN 100356778C
Authority
CN
China
Prior art keywords
hardware
development
fast
osd
interactive interface
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 - Fee Related
Application number
CNB2006100328219A
Other languages
Chinese (zh)
Other versions
CN1822655A (en
Inventor
白骥
郭敏强
黄黎明
徐勇
何彦
许雪松
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.)
Shenzhen Skyworth RGB Electronics Co Ltd
Original Assignee
Shenzhen Skyworth RGB Electronics 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 Shenzhen Skyworth RGB Electronics Co Ltd filed Critical Shenzhen Skyworth RGB Electronics Co Ltd
Priority to CNB2006100328219A priority Critical patent/CN100356778C/en
Publication of CN1822655A publication Critical patent/CN1822655A/en
Application granted granted Critical
Publication of CN100356778C publication Critical patent/CN100356778C/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The present invention relates to a method for fast developing a man-machine interactive interface on embedded type Linux of a television and comprises the following steps that a compile switch is set firstly, which indicates that current development is carried out on PC or a television hardware platform; when the current development is carried out on PC, a development platform restricts a PC screen display area into a hardware displaying area via a bottom application program, and thereby, a hardware OSD (On Screen Display) device is simulated out; when the hardware platform is connected and a frame buffer is initialized, a buffer zone corresponding to the hardware displaying area is divided from television hardware via the compile switch, and the buffer zone is mapped into a frame buffer device. The fast development can be carried out on the embedded type Linux of the television via the method. Development can be carried out without a hardware platform and the development cost is lowered. The debugging is carried out by a computer when the development is carried out, which is convenient and fast. A program can be fast transferred on the hardware platform after the development is completed, which saves time.

Description

Method in the quick exploitation of the enterprising pedestrian's machine interactive interface of TV set embedded Linux
[technical field]
The present invention relates to the embedded OS field, especially relate to a kind of method of developing fast at the enterprising pedestrian's machine interactive interface of TV set embedded Linux (GUI).
[background technology]
Traditional man-machine interface exploitation is: adopt the commercial version GUI of the complete moulding of a cover, carry out application and development on hardware platform.Generally all have complete on this type systematic and display system fast, need computer and embedded system hardware platform to be used during exploitation.
And in television set, using, employing be the built-in Linux of lightweight, if adopt business level GUI, the OSD display speed of television set is fast inadequately.And the development progress of television set has strict requirement, if adopt traditional development mode, before hardware platform is unripe, can not develop basically.
Among the Linux more than the 2.2.X version, the UDI that a kind of Frame of being called Buffer is arranged, it can be understood as " frame buffering ", be meant the mapping of the shown content of graphics device in video memory, can take out a kind of Frame Buffer equipment thus, it is that graphic hardware equipment is a kind of abstract, uses FrameBuffer and graphic hardware to set up contact, is the interface that the user enters graphical interfaces.FrameBuffer has been arranged, and application program of user does not need can make good figure to just understanding in depth of the driving of bottom.
But FrameBuffer only only provides simple abstract, needs the developer to do upper layer application voluntarily.Under embedded environment, graphical development is the comparison difficulty, and is especially for the exploitation of display device at a slow speed, all the more so.
Therefore, set up a cover efficient, be suitable at a slow speed that the development mode of display device seems extremely necessary.
[summary of the invention]
The object of the present invention is to provide a kind of method of developing fast at the enterprising pedestrian's machine interactive interface of TV set embedded Linux (GUI).
For achieving the above object, the present invention proposes a kind of method of developing fast at the enterprising pedestrian's machine interactive interface of TV set embedded Linux, it is characterized in that comprising the steps:
A, at first a compiler toggle is set, shows that current exploitation is in PC and goes up still on the television set hardware platform;
B, when being in PC and going up, the application program of development platform by bottom is defined as the zone that hardware shows with the on-screen display (osd) area of PC, i.e. the OSD viewing area of television set, thereby simulate the OSD device of a hardware;
C, when connect going up hardware platform, by this compiler toggle, when initialization frame cushion, from television set hardware internal memory, divide earlier one with the corresponding buffering area in hardware viewing area, and this block buffer become the frame buffer device by mapping.
The present invention also comprises following subordinate feature:
Also comprise local updating mechanism, only upgrade the part that modification is arranged, comprise the steps: behind corresponding mapping operation, to set up drawing coordinate to detect, after finishing, drawing obtains the zone of all modifications, when the zone is accumulated to a certain size, perhaps upper layer application is thought when needing to upgrade, and the zone that is modified is sent to hardware OSD equipment, finishes drawing.
In step B, in the time of on being in PC, development platform is introduced into the pattern of 800X600X32.
Compared with prior art, the present invention has following advantage: can be in the enterprising pedestrian's machine interactive interface of TV set embedded Linux (GUI) exploitation fast by this method.Do not need hardware platform during exploitation, reduced development cost; Debug by computer during exploitation, convenient and swift.Can promptly transfer on the hardware platform after exploitation is finished, save time.
Owing to a cover is arranged at the update mechanism of OSD at a slow speed, makes GUI response speed on TV increase substantially.
[description of drawings]
Fig. 1 is the method flow diagram of developing fast at the enterprising pedestrian's machine interactive interface of TV set embedded Linux.
Fig. 2 is a local updating schematic diagram of mechanism in the drawing course.
[embodiment]
Embodiment one:
See also Fig. 1:
The present invention the enterprising pedestrian's machine interactive interface of TV set embedded Linux (GUI) fast the method for exploitation be to cushion by set up a zone at internal memory with the identical size of display screen, realize the mutual butt joint of Frame Buffer and hardware platform.By this buffering area, upper layer application and bottom hardware platform are isolated fully, and upper layer application similarly is at operation Frame Buffer equipment, needn't consider the realization situation of bottom.
A compiler toggle at first is set, shows that current exploitation is on the last still television set hardware platform of PC (Personal Computer).
In the time of on being in PC, development platform is introduced into the pattern of 800X600X32, and the application program by bottom is defined as the zone (the OSD viewing area of television set) that hardware shows with the on-screen display (osd) area of PC, thereby simulates OSD (the On Screen Display) device of a hardware.Its benefit is: there is not any difference in the method exploitation when all upper layer application go up exploitation Frame Buffer application program according to PC.Developing application on this can break away from hardware platform, and can see the effect on hardware platform in real time.
When hardware platform is gone up in connection, by this compiler toggle, when initialization Frame Buffer, from television set hardware internal memory, divide one and the corresponding buffering area in hardware viewing area earlier, and this block buffer is become Frame Buffer equipment by mapping.Like this, with respect to upper procedure any variation does not take place.
For with hardware on the OSD display device interfaces, and accelerate display speed, at television set OSD design one cover local updating mechanism at a slow speed, only upgrade the part that modification is arranged especially.Specifically: behind corresponding mapping operation (setting-out, picture frame, pinup picture), set up drawing coordinate to detect, after finishing, drawing obtains the zone (being generally the rectangular area) of all modifications, when the zone is accumulated to a certain size, perhaps upper layer application is thought when needing to upgrade, the zone that is modified is sent to hardware OSD equipment, finish drawing.As shown in Figure 2.
Wherein, by standardized requirement, all mapping operations all are designed to the mode at buffer operation, change development platform mapping operation is had no effect.Because the same hardware at a slow speed of mapping operation is separated, accelerate mapping operation simultaneously, shortened the drawing overhead time of using.
In sum, the present invention has realized following several big functions:
1. support by FrameBuffer equipment in the linux kernel, make the man-machine interface exploitation break away from hardware platform.
2. specially at television set OSD design one cover local updating mechanism at a slow speed.
3. the OSD memory copying mechanism of design standard set Frame Buffer->is at a slow speed transplanted fast to realize the exploitation back.
On certain high-end LCD TV, adopted this way, realized the exploitation experiment of TV menu, PVR (individual video recorder) menu, prove that this method can reach above-mentioned beneficial effect.

Claims (3)

1. a method of developing fast at the enterprising pedestrian's machine interactive interface of TV set embedded Linux is characterized in that comprising the steps: A, at first a compiler toggle is set, and shows that current exploitation is on the last still television set hardware platform of PC; B, when being in PC and going up, the application program of development platform by bottom is defined as the zone that hardware shows with the on-screen display (osd) area of PC, i.e. the OSD viewing area of television set, thereby simulate the OSD device of a hardware; C, when connect going up hardware platform, by this compiler toggle, when initialization frame cushion, from television set hardware internal memory, divide earlier one with the corresponding buffering area in hardware viewing area, and this buffering area is mapped as the frame buffer device.
2. the enterprising pedestrian's machine interactive interface of TV set embedded Linux as claimed in claim 1 is the method for exploitation fast, it is characterized in that: also comprise local updating mechanism, only upgrade the part that modification is arranged, comprise the steps: behind corresponding mapping operation, to set up drawing coordinate to detect, obtain the zone of all modifications after drawing is finished, when the zone is accumulated to a certain size, perhaps upper layer application is thought when needing to upgrade, the zone that is modified is sent to hardware OSD equipment, finish drawing.
3. the enterprising pedestrian's machine interactive interface of TV set embedded Linux as claimed in claim 1 is the method for exploitation fast, it is characterized in that: in step B, in the time of on being in PC, development platform is introduced into the pattern of 800X600X32.
CNB2006100328219A 2006-01-13 2006-01-13 Method for quick developing man-machine interactive interface on TV set embedded Linux Expired - Fee Related CN100356778C (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CNB2006100328219A CN100356778C (en) 2006-01-13 2006-01-13 Method for quick developing man-machine interactive interface on TV set embedded Linux

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CNB2006100328219A CN100356778C (en) 2006-01-13 2006-01-13 Method for quick developing man-machine interactive interface on TV set embedded Linux

Publications (2)

Publication Number Publication Date
CN1822655A CN1822655A (en) 2006-08-23
CN100356778C true CN100356778C (en) 2007-12-19

Family

ID=36923694

Family Applications (1)

Application Number Title Priority Date Filing Date
CNB2006100328219A Expired - Fee Related CN100356778C (en) 2006-01-13 2006-01-13 Method for quick developing man-machine interactive interface on TV set embedded Linux

Country Status (1)

Country Link
CN (1) CN100356778C (en)

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101163297B (en) * 2007-09-18 2011-04-20 中兴通讯股份有限公司 Embedded type interface design device and method
CN101990073A (en) * 2009-08-03 2011-03-23 康佳集团股份有限公司 Display device, and method and system for realizing multi-layer on screen display (OSD) refreshing management
CN102004647A (en) * 2010-12-24 2011-04-06 青岛海信信芯科技有限公司 Implementation method and device for on-screen display (OSD) application framework as well as multimedia terminal
CN102043628A (en) * 2010-12-24 2011-05-04 青岛海信信芯科技有限公司 Method and system for developing on screen display (OSD) application software and multimedia terminal
CN102063307B (en) * 2011-01-07 2015-07-15 杭州海康威视数字技术股份有限公司 Graphical user interface creating method and system of embedded digital video recorder
CN102081520B (en) * 2011-01-14 2015-04-29 杭州海康威视数字技术股份有限公司 Method and system for establishing graphical user interface of embedded digital video recorder
CN102196308B (en) * 2011-05-19 2013-11-06 广东星海数字家庭产业技术研究院有限公司 Digital-television-based multi-hardware interface compatible driving system
CN109710356A (en) * 2018-12-19 2019-05-03 深圳市金刚蚁机器人技术有限公司 Graphical display implementation method under linux system

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020059094A1 (en) * 2000-04-21 2002-05-16 Hosea Devin F. Method and system for profiling iTV users and for providing selective content delivery
WO2002071212A1 (en) * 2001-03-06 2002-09-12 Digital Interactive Broadband Services Limited System for developing an interactive application
US20040123286A1 (en) * 2002-12-23 2004-06-24 Woochul Kang Method for integrating Linux kernel and application software packages and generating installation file list based on CML2 computer language

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020059094A1 (en) * 2000-04-21 2002-05-16 Hosea Devin F. Method and system for profiling iTV users and for providing selective content delivery
WO2002071212A1 (en) * 2001-03-06 2002-09-12 Digital Interactive Broadband Services Limited System for developing an interactive application
US20040123286A1 (en) * 2002-12-23 2004-06-24 Woochul Kang Method for integrating Linux kernel and application software packages and generating installation file list based on CML2 computer language

Also Published As

Publication number Publication date
CN1822655A (en) 2006-08-23

Similar Documents

Publication Publication Date Title
CN100356778C (en) Method for quick developing man-machine interactive interface on TV set embedded Linux
CN107728901B (en) Interface display method and device and terminal
WO2021057830A1 (en) Information processing method and electronic device
JP5084577B2 (en) Information processing device
WO2018194306A1 (en) System and method for two dimensional application usage in three dimensional virtual reality environment
US9013366B2 (en) Display environment for a plurality of display devices
US20180349001A1 (en) Automatic Home Screen Determination Based on Display Device
JP2013546043A (en) Instant remote rendering
CN103649902B (en) Immersive and desktop shell display
CN112114916B (en) Method and device for compatibly running Android application on Linux operating system
CN102215432A (en) Television system, television system starting method and device
CN102053871A (en) Application program image display method and device
CN106250083A (en) Double screen dual control intelligent terminal and implementation method
CN101211258B (en) Method for intactly obtaining GDI and DirectX data
CN107729244B (en) Multi-system testing method and device, mobile terminal and testing equipment
CN105224337B (en) A kind of desktop starter dynamic addition floating window method
CN102402373B (en) Method and device for controlling touch keyboard in mobile terminal
CN101105746B (en) Method for obtaining graphic apparatus interface interchange adopting filter drive
JP5442214B2 (en) Method and apparatus for simultaneously displaying mouse pointer on a plurality of display screen areas, mouse simulation program
KR20190032861A (en) Electronic device and control method thereof
WO2021128929A1 (en) Image rendering method for panorama application, and terminal device
US20170185422A1 (en) Method and system for generating and controlling composite user interface control
CN103379385B (en) The control method of intelligent television and operating system
CN102196308B (en) Digital-television-based multi-hardware interface compatible driving system
CN111913614B (en) Multi-picture display control method and device, storage medium and display

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
REG Reference to a national code

Ref country code: HK

Ref legal event code: DE

Ref document number: 1094638

Country of ref document: HK

C14 Grant of patent or utility model
GR01 Patent grant
REG Reference to a national code

Ref country code: HK

Ref legal event code: WD

Ref document number: 1094638

Country of ref document: HK

CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20071219

Termination date: 20150113

EXPY Termination of patent right or utility model