CN103745074A - OpenGL ES (open graphics library for embedded system)-based graphical framework system designing method for pure liquid crystal automobile instrument panel - Google Patents

OpenGL ES (open graphics library for embedded system)-based graphical framework system designing method for pure liquid crystal automobile instrument panel Download PDF

Info

Publication number
CN103745074A
CN103745074A CN201410043702.8A CN201410043702A CN103745074A CN 103745074 A CN103745074 A CN 103745074A CN 201410043702 A CN201410043702 A CN 201410043702A CN 103745074 A CN103745074 A CN 103745074A
Authority
CN
China
Prior art keywords
actor
timeline
node
container
function
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
CN201410043702.8A
Other languages
Chinese (zh)
Other versions
CN103745074B (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.)
Ningbo Intelligent Equipment Research Institute Co., Ltd.
Original Assignee
Harbin Institute of Technology
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 Harbin Institute of Technology filed Critical Harbin Institute of Technology
Priority to CN201410043702.8A priority Critical patent/CN103745074B/en
Publication of CN103745074A publication Critical patent/CN103745074A/en
Application granted granted Critical
Publication of CN103745074B publication Critical patent/CN103745074B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Processing Or Creating Images (AREA)

Abstract

The invention discloses an OpenGL ES (open graphics library for embedded system)-based graphical framework system designing method for a pure liquid crystal automobile instrument panel, relates to a lightweight graphical framework system, and aims to solve the problem of high pure liquid crystal automobile instrument panel design cost caused by complex internal principle, high design difficulty and high hardware requirements of a conventional pure liquid crystal automobile instrument panel. According to the method, the design cost and code amount of a framework are reduced, and code maintenance and version upgrading are facilitated; the internal principle is simple, the graphical framework system is easy to design, a developer can flexibly achieve various expected effects on the basis of the framework, and an implementation method applied to each display component of the automobile instrument panel is designed; the bottom layer of the described graphical framework system is only dependent on an OpenGL ES which is transplanted to each operating system, so that the graphical framework system can be transplanted between different operating systems after slight modification, and the reusability and transplantability of the system is improved; the method is applied to the lightweight graphical framework system.

Description

Based on the full liquid crystal automobile instrument graphics frame design method of OpenGL ES
Technical field
The present invention relates to the graphics frame system of a lightweight.
Background technology
Automobile instrument, since being born, has had the history in century more than one, and along with the development of Power Electronic Technique, automobile instrument has also experienced a lot of great changes.Press the difference of automobile instrument principle of work, can roughly be divided into three generations.First generation automobile instrument is the mechanical type instrument of working based on mechanicals efforts, i.e. mechanical movement table; Second generation automobile instrument is to convert non electrical quantity to electric signal based on various sensors, becomes electric instrument; The 3rd class automobile instrument is with the rotation of step motor control pointer, and this is a kind of networking, intelligentized all-digital auto instrument.Current automobile instrument mostly is third generation instrument, and it not only can carry out control step motor by pulse and drive pointer, also has intelligent processing unit and information interaction unit, thereby realizes the integrated control of instrument of car load simultaneously.
Third generation automobile instrument is owing to being subject to the restriction of hardware, and the information that can present to driver is limited, and display mode underaction.Along with the develop rapidly of automotive electronic technology, utilize the full digital automobile instrument panel of embedded technology exploitation will replace in the near future traditional automobile instrument.With full liquid crystal automobile instrument, replace third generation automobile instrument, will make automobile instrument displaying contents of new generation abundant, accurate, directly perceived, reading information be more prone to, and also to driver, has brought better user to experience.
Panel board is as the integrated information display centre of automobile, status in automobile is quite important, automobile instrument not only comprises odometer etc. provides locomotive driving information for driver, also under vehicle failure state, take corresponding operation to carry out alerting drivers, assurance automotive safety is worked normally.Automobile instrument panel has become the information center of Hyundai Motor, more and more needs perfectly, and driving information is more accurately provided.Automobile instrument panel should at least comprise speed display disc, emergency warning lamp, and the various indications such as steering indicating light and mileage show many-sided function.
But, the inner principle complexity of current full liquid crystal automobile instrument, design difficulty is high, corresponding also higher to the requirement of hardware, and the full liquid crystal instrument that therefore cost is high is mainly used in top-of-the-range version.Be badly in need of at present the method for designing of the full liquid crystal instrument system of a kind of low cost based on simple, convenient, efficient display frame Managed Solution.
Summary of the invention
In order to solve at present entirely because the inner principle complexity of liquid crystal automobile instrument, design difficulty are high, to the high high problem of full liquid crystal Vehicle Instrument Design cost causing of hardware requirement, and then provide a kind of full liquid crystal automobile instrument graphics frame design method based on OpenGL ES.
Based on the full liquid crystal automobile instrument graphics frame design method of OpenGL ES, the method realizes by following steps,
Step 1, set up ACTOR structure;
The data field of ACTOR structure is comprised of the following:
[TypeFlag], represents that this is to liking graphic element or container, the corresponding assembly directly showing on screen of graphic element, and container is used for holding other spirte elements and sub-container;
[next], the pointer of next ACTOR structure is pointed in storage;
[ShowFlag], whether presentation graphic element is finally presented on screen;
[VertexCoord], the apex coordinate of presentation graphic element;
[TextureCoord], the texture coordinate of presentation graphic element binded texture;
[TextureIndex], the index value of presentation graphic element binded texture in whole texture arrays;
[ChildTextureTotal], the sum of the texture neutron texture of presentation graphic element binding;
[ChildTextureIndex], the index value of presentation graphic element binded texture neutron texture;
[PTextureImage], the pointer in data texturing district is pointed in expression;
[Layer], the figure level number that presentation graphic element shows on screen;
[CoordTransMatrix], the matrix of denotation coordination conversion;
[LinkTable], when [TypeFlag] in ACTOR structure indicated object is container, represents to point to the pointer of CONTAINER_LINK structure, for realizing the tree structure of ACTOR;
Step 2, set up TIMELINE structure;
The data field of TIMELINE structure is comprised of the following:
[TimerTick], represents that this animation refreshes the clock ticktack number of frame needs;
[TimerFrameCount], represents the frame number that this animation has shown;
[FrameNumber], represents the frame sum in animation time axle;
[RepeatFlag], represent this animation be single-shot or circulation;
[TransforArgs], represents whole parameters that a complete animation needs;
[ActorAddr], in deposit the pointer that points to pictorial element or container, represent the action object of animation;
[timer_handler], is a function pointer, points to the function of movement of animation;
[next], the pointer of next TIMELINE structure is pointed in storage;
[last], the pointer of a upper TIMELINE structure is pointed in storage;
Step 3, set up CONTAINER_LINK structure;
The data field of CONTAINER_LINK structure is comprised of the following:
[ActorAddr], points to a graphic element or a container;
[next], the pointer of next CONTAINER_LINK structure is pointed in storage;
Step 4, foundation realize the Key Functions that ACTOR structure is operated, and this function is used for: initialization ACTOR chained list; Parameters in ACTOR structure is set; Set up new ACTOR node and added chained list; The ACTOR node of the ACTOR node of graphic element type or Container Type is connected to by [LinkTable] on the ACTOR node of Container Type;
Step 5, foundation realize the Key Functions that TIMELINE structure is operated, and this function is used for: initialization TIMELINE chained list; Parameters in TIMELINE structure is set; Set up new TIMELINE node and added chained list; The TIMELINE node of single-shot animation is deleted from chained list;
Step 6, foundation realize the function of movement collection of handling ACTOR conversion; This function concentration function is used for:
Spirte element in recursive search ACTOR container neutron graphic element or sub-container is also converted; Be used for realizing image action;
Step 7, foundation realize the function that ACTOR structure and TIMELINE structure and function of movement are associated;
This function is used for: [ActorAddr] of TIMELINE structure pointed to an ACTOR node of action, and [timer_handler] in TIMELINE structure pointed to the function of realizing action;
Step 8, set up to realize and search the action of ready time shaft and by the function of its execution;
This function is used for, traversal TIMELINE chained list, and comparison present clock drips and TIMELINE data field [TimerTick], and the match is successful carries out the function of movement that TIMELINE data field [timer_handler] points to; Mate the unsuccessful next TIMELINE node of analyzing; After the whole frames in TIMELINE node refresh, if this time shaft circulates, start a new cycle; If this time shaft is single-shot, this TIMELINE node is deleted from TIMELINE chained list;
Step 9, foundation realize the function of screen-refresh;
This function is used for, traversal ACTOR chained list, and the graphic element that each being labeled as " can be shown " is drawn on screen successively, and mutually covers according to the hierarchical relationship of each figure layer;
Step 10, set up timing mechanism; Adopt timer as the heartbeat all the time of whole framework, each drip all the time in, in execution step eight, mention search ready time shaft action and by the function of the screen-refresh of mentioning in the function of its execution and step 9.
The invention has the beneficial effects as follows: the invention provides the various functions such as figure demonstration, time shaft animation tissue and layer management, advantage of the present invention has:
1, the designed frame system of the present invention reduces design cost and the size of code on this framework, is convenient to maintenance and the edition upgrading of code.
2, the graphics frame system that the present invention describes only provides the mechanism of drawing, moving that realizes, and additional any strategy on this, make that inner principle is simple, design easily, developer can realize various Expected Results flexibly on the basis of framework, and can on this frame system basis, design the implementation method that is applied to the each display module of automobile instrument.
3, the graphics frame system bottom that the present invention describes only depends on OpenGL ES shape library, and this shape library has been transplanted in each operating system, therefore this frame system can be transplanted making after small modification between different operating system, the reusability and the portability that have improved this frame system, improved 10% on year-on-year basis.
4, OpenGL ES takes full advantage of hardware-accelerated in realization, operational efficiency is high, improved on year-on-year basis 15%, therefore the graphics frame system that the present invention describes can operate on embedded platform efficiently, requirement to hardware is lower, save hardware cost, reduced on year-on-year basis 10%, met the requirement of full liquid crystal automobile instrument.
The structure organization of the graphics frame system that the method for designing of graphics frame system of the present invention obtains is reasonable, and API is clearly easy-to-use.
Accompanying drawing explanation
Fig. 1 is the linking relationship of complete each structure of liquid crystal automobile instrument graphics frame design method based on OpenGL ES;
Fig. 2 is data field and the organizational form of ACTOR structure;
Fig. 3 is data field and the organizational form of TIMELINE structure;
Fig. 4 is the data field of CONTAINER_LINK structure;
Fig. 5 is the applicating flow chart of the full liquid crystal automobile instrument graphics frame design method based on OpenGL ES;
Fig. 6 is the workflow diagram of timer in Fig. 5.
Embodiment
Embodiment one: below in conjunction with Fig. 1 to Fig. 4, present embodiment is described, the full liquid crystal automobile instrument graphics frame design method based on OpenGL ES described in present embodiment, the method realizes by following steps,
Step 1, set up ACTOR structure;
The data field of ACTOR structure is comprised of the following:
[TypeFlag], represents that this is to liking graphic element or container, the corresponding assembly directly showing on screen of graphic element, and container is used for holding other spirte elements and sub-container;
[next], the pointer of next ACTOR structure is pointed in storage;
[ShowFlag], whether presentation graphic element is finally presented on screen;
[VertexCoord], the apex coordinate of presentation graphic element;
[TextureCoord], the texture coordinate of presentation graphic element binded texture;
[TextureIndex], the index value of presentation graphic element binded texture in whole texture arrays;
[ChildTextureTotal], the sum of the texture neutron texture of presentation graphic element binding;
[ChildTextureIndex], the index value of presentation graphic element binded texture neutron texture;
[PTextureImage], the pointer in data texturing district is pointed in expression;
[Layer], the figure level number that presentation graphic element shows on screen;
[CoordTransMatrix], the matrix of denotation coordination conversion;
[LinkTable], when [TypeFlag] in ACTOR structure indicated object is container, represents to point to the pointer of CONTAINER_LINK structure, for realizing the tree structure of ACTOR;
Step 2, set up TIMELINE structure;
The data field of TIMELINE structure is comprised of the following:
[TimerTick], represents that this animation refreshes the clock ticktack number of frame needs;
[TimerFrameCount], represents the frame number that this animation has shown;
[FrameNumber], represents the frame sum in animation time axle;
[RepeatFlag], represent this animation be single-shot or circulation;
[TransforArgs], represents whole parameters that a complete animation needs;
[ActorAddr], in deposit the pointer that points to pictorial element or container, represent the action object of animation;
[timer_handler], is a function pointer, points to the function of movement of animation;
[next], the pointer of next TIMELINE structure is pointed in storage;
[last], the pointer of a upper TIMELINE structure is pointed in storage;
Step 3, set up CONTAINER_LINK structure;
The data field of CONTAINER_LINK structure is comprised of the following:
[ActorAddr], points to a graphic element or a container;
[next], the pointer of next CONTAINER_LINK structure is pointed in storage;
Step 4, foundation realize the Key Functions that ACTOR structure is operated, and this function is used for: initialization ACTOR chained list; Parameters in ACTOR structure is set; Set up new ACTOR node and added chained list; The ACTOR node of the ACTOR node of graphic element type or Container Type is connected to by [LinkTable] on the ACTOR node of Container Type;
Step 5, foundation realize the Key Functions that TIMELINE structure is operated, and this function is used for: initialization TIMELINE chained list; Parameters in TIMELINE structure is set; Set up new TIMELINE node and added chained list; The TIMELINE node of single-shot animation is deleted from chained list;
Step 6, foundation realize the function of movement collection of handling ACTOR conversion; This function concentration function is used for:
Spirte element in recursive search ACTOR container neutron graphic element or sub-container is also converted; Be used for realizing image action;
Step 7, foundation realize the function that ACTOR structure and TIMELINE structure and function of movement are associated;
This function is used for: [ActorAddr] of TIMELINE structure pointed to an ACTOR node of action, and [timer_handler] in TIMELINE structure pointed to the function of realizing action;
Step 8, set up to realize and search the action of ready time shaft and by the function of its execution;
This function is used for, traversal TIMELINE chained list, and comparison present clock drips and TIMELINE data field [TimerTick], and the match is successful carries out the function of movement that TIMELINE data field [timer_handler] points to; Mate the unsuccessful next TIMELINE node of analyzing; After the whole frames in TIMELINE node refresh, if this time shaft circulates, start a new cycle; If this time shaft is single-shot, this TIMELINE node is deleted from TIMELINE chained list;
Step 9, foundation realize the function of screen-refresh;
This function is used for, traversal ACTOR chained list, and the graphic element that each being labeled as " can be shown " is drawn on screen successively, and mutually covers according to the hierarchical relationship of each figure layer;
Step 10, set up timing mechanism; Adopt timer as the heartbeat all the time of whole framework, each drip all the time in, in execution step eight, mention search ready time shaft action and by the function of the screen-refresh of mentioning in the function of its execution and step 9.
In present embodiment, the specific implementation of timer depends on the timing built-in function that operating system provides in system;
Container Type ACTOR contains the ACTOR of the graphic element type of carrying other by [LinkTable] pointer; Therefore only have when [TypeFlag] in ACTOR structure one is during for container, [LinkTable] pointer in this structure sensing just meaningful.
Embodiment two: present embodiment is described below in conjunction with Fig. 2, present embodiment is further qualified the full liquid crystal automobile instrument graphics frame design method based on OpenGL ES described in embodiment one, in present embodiment, the ACTOR node that foundation described in step 4 is new is also added the process in chained list to be: be the information such as newly-established ACTOR Node configuration apex coordinate, texture index, texture coordinate, figure layer, and this node type is set to graphic element, show label is labeled as to " can show "; After major cycle and timer bring into operation, by picture corresponding to the corresponding position display of screen.
Embodiment three: present embodiment is described below in conjunction with Fig. 2, Fig. 5 and Fig. 6, present embodiment is further qualified the full liquid crystal automobile instrument graphics frame design method based on OpenGL ES described in embodiment one, in present embodiment, the process on the ACTOR node that the ACTOR node of the ACTOR node of graphic element type or Container Type is connected to Container Type by [LinkTable] described in step 4 is:
The ACTOR node that comprises some graphic element types in ACTOR chained list and the ACTOR node of a Container Type, the ACTOR node of this Container Type is connected to the ACTOR node of other all graphic element types by [LinkTable] pointer;
Add a TIMELINE node, and the application of this time shaft animation is set to ACTOR container node above-mentioned; After major cycle and timer bring into operation, will in the corresponding position display of screen, there is the corresponding picture group of do action effect, this group has comprised all graphic elements that are added in container.
Embodiment four: present embodiment is described below in conjunction with Fig. 3, present embodiment is further qualified the full liquid crystal automobile instrument graphics frame design method based on OpenGL ES described in embodiment one, in present embodiment, the TIMELINE node that foundation described in step 5 is new is also added the method for chained list to be: for new TIMELINE Node configuration drips all the time, the information such as time shaft frame sum, link that a kind of animation moves and be that it sets corresponding animation parameters, repetition flag is set to circular flow, the graphic element that afterwards action object of this time shaft is set as setting up in step 1, after major cycle and timer bring into operation, the corresponding picture of do action effect will be there is in the corresponding position display of screen.
In the present embodiment, on the basis of the time shaft node of setting up, in time shaft chained list, add new TIMELINE node, each data field of TIMELINE node is set, when for its link action and action object, function of movement is linked on self-designed new function of movement, in the function of movement collection that this function does not provide at framework, and action object is set as to the some graphic elements in ACTOR container.After major cycle and timer bring into operation, all graphic elements in ACTOR container will have a common action; In addition, certain graphic element in ACTOR container has a new manner of execution on coacting basis, and the function of movement that this action is set by oneself is determined; The cover up rule that each graphic element presents on screen is determined by their corresponding figure layer data territory size.
In principal function, should comprise in turn the content of following aspect: the initialization of hardware display environment, be written into required texture picture, the initialization of ACTOR chained list, set up all ACTOR graphic elements and container and set corresponding relation of inclusion, the initialization of TIMELINE chained list, set up all TIMELINE time shaft nodes required movement object and function of movement, opening timing mechanism, enter major cycle, wherein function of movement is not limited to the function in picture frame collection of functions.
Each drip all the time in, should carry out in turn the content of following aspect: by traversal TIMELINE chained list, search for and process allly in all function of movement that should move, drafting ACTOR chained list being labeled as the graphic element node that can show and refreshing screen.
Embodiment five: present embodiment is further qualified the full liquid crystal automobile instrument graphics frame design method based on OpenGL ES described in embodiment one, in present embodiment, the image action described in step 6 comprises: image translation, image rotation, a certain border of mobile graphics element, mobile graphics element texture.
Embodiment six: present embodiment is further qualified the full liquid crystal automobile instrument graphics frame design method based on OpenGL ES described in embodiment one, in present embodiment, the image action described in step 6 comprises: at the uniform velocity change and two kinds of manner of execution of one order inertia variation.
Embodiment seven: present embodiment is further qualified the full liquid crystal automobile instrument graphics frame design method based on OpenGL ES described in embodiment one, in present embodiment, the image action described in step 6 comprises flicker and the two kinds of manner of execution of being fade-in fade-out.
Embodiment eight: present embodiment is further qualified the full liquid crystal automobile instrument graphics frame design method based on OpenGL ES described in embodiment one, in present embodiment, the positioning precision of the timer described in step 10 is Millisecond.
Graphics system in automotive displays terminal can realize by OpenGl shape library.OpenGL is one and defined a specification across programming language, cross-platform application programming interfaces (API), and it is for generating two dimension, 3-D view.This interface is comprised of nearly 350 different function calls, is used for drawing complicated three-dimensional scence from simple figure bit.
OpenGL ES (OpenGL for Embedded Systems) is the subset of OpenGL figure API, for embedded devices such as mobile phone, PDA and game hosts, designs.Therefore also can be transplanted to easily Vehicle Electronic Control platform.Rely on OpenGL ES shape library the exploitation that makes full liquid crystal instrument is become to quick and stablize.

Claims (8)

1. the full liquid crystal automobile instrument graphics frame design method based on OpenGL ES, is characterized in that: the method realizes by following steps,
Step 1, set up ACTOR structure;
The data field of ACTOR structure is comprised of the following:
[TypeFlag], represents that this is to liking graphic element or container, the corresponding assembly directly showing on screen of graphic element, and container is used for holding other spirte elements and sub-container;
[next], the pointer of next ACTOR structure is pointed in storage;
[ShowFlag], whether presentation graphic element is finally presented on screen;
[VertexCoord], the apex coordinate of presentation graphic element;
[TextureCoord], the texture coordinate of presentation graphic element binded texture;
[TextureIndex], the index value of presentation graphic element binded texture in whole texture arrays;
[ChildTextureTotal], the sum of the texture neutron texture of presentation graphic element binding;
[ChildTextureIndex], the index value of presentation graphic element binded texture neutron texture;
[PTextureImage], the pointer in data texturing district is pointed in expression;
[Layer], the figure level number that presentation graphic element shows on screen;
[CoordTransMatrix], the matrix of denotation coordination conversion;
[LinkTable], when [TypeFlag] in ACTOR structure indicated object is container, represents to point to the pointer of CONTAINER_LINK structure, for realizing the tree structure of ACTOR;
Step 2, set up TIMELINE structure;
The data field of TIMELINE structure is comprised of the following:
[TimerTick], represents that this animation refreshes the clock ticktack number of frame needs;
[TimerFrameCount], represents the frame number that this animation has shown;
[FrameNumber], represents the frame sum in animation time axle;
[RepeatFlag], represent this animation be single-shot or circulation;
[TransforArgs], represents whole parameters that a complete animation needs;
[ActorAddr], in deposit the pointer that points to pictorial element or container, represent the action object of animation;
[timer_handler], is a function pointer, points to the function of movement of animation;
[next], the pointer of next TIMELINE structure is pointed in storage;
[last], the pointer of a upper TIMELINE structure is pointed in storage;
Step 3, set up CONTAINER_LINK structure;
The data field of CONTAINER_LINK structure is comprised of the following:
[ActorAddr], points to a graphic element or a container;
[next], the pointer of next CONTAINER_LINK structure is pointed in storage;
Step 4, foundation realize the Key Functions that ACTOR structure is operated, and this function is used for: initialization ACTOR chained list; Parameters in ACTOR structure is set; Set up new ACTOR node and added chained list; The ACTOR node of the ACTOR node of graphic element type or Container Type is connected to by [LinkTable] on the ACTOR node of Container Type;
Step 5, foundation realize the Key Functions that TIMELINE structure is operated, and this function is used for: initialization TIMELINE chained list; Parameters in TIMELINE structure is set; Set up new TIMELINE node and added chained list; The TIMELINE node of single-shot animation is deleted from chained list;
Step 6, foundation realize the function of movement collection of handling ACTOR conversion; This function concentration function is used for:
Spirte element in recursive search ACTOR container neutron graphic element or sub-container is also converted; Be used for realizing image action;
Step 7, foundation realize the function that ACTOR structure and TIMELINE structure and function of movement are associated;
This function is used for: [ActorAddr] of TIMELINE structure pointed to an ACTOR node of action, and [timer_handler] in TIMELINE structure pointed to the function of realizing action;
Step 8, set up to realize and search the action of ready time shaft and by the function of its execution;
This function is used for, traversal TIMELINE chained list, and comparison present clock drips and TIMELINE data field [TimerTick], and the match is successful carries out the function of movement that TIMELINE data field [timer_handler] points to; Mate the unsuccessful next TIMELINE node of analyzing; After the whole frames in TIMELINE node refresh, if this time shaft circulates, start a new cycle; If this time shaft is single-shot, this TIMELINE node is deleted from TIMELINE chained list;
Step 9, foundation realize the function of screen-refresh;
This function is used for, traversal ACTOR chained list, and the graphic element that each being labeled as " can be shown " is drawn on screen successively, and mutually covers according to the hierarchical relationship of each figure layer;
Step 10, set up timing mechanism; Adopt timer as the heartbeat all the time of whole framework, each drip all the time in, in execution step eight, mention search ready time shaft action and by the function of the screen-refresh of mentioning in the function of its execution and step 9.
2. the full liquid crystal automobile instrument graphics frame design method based on OpenGL ES according to claim 1, it is characterized in that: the ACTOR node that the foundation described in step 4 is new is also added the process in chained list to be: be the information such as newly-established ACTOR Node configuration apex coordinate, texture index, texture coordinate, figure layer, and this node type is set to graphic element, show label is labeled as to " can show "; After major cycle and timer bring into operation, by picture corresponding to the corresponding position display of screen.
3. the full liquid crystal automobile instrument graphics frame design method based on OpenGL ES according to claim 1, is characterized in that: the process on the ACTOR node that the ACTOR node of the ACTOR node of graphic element type or Container Type is connected to Container Type by [LinkTable] described in step 4 is:
The ACTOR node that comprises some graphic element types in ACTOR chained list and the ACTOR node of a Container Type, the ACTOR node of this Container Type is connected to the ACTOR node of other all graphic element types by [LinkTable] pointer;
Add a TIMELINE node, and the application of this time shaft animation is set to ACTOR container node above-mentioned; After major cycle and timer bring into operation, will in the corresponding position display of screen, there is the corresponding picture group of do action effect, this group has comprised all graphic elements that are added in container.
4. the full liquid crystal automobile instrument graphics frame design method based on OpenGL ES according to claim 1, it is characterized in that: the TIMELINE node that the foundation described in step 5 is new is also added the method for chained list to be: be the information such as new TIMELINE Node configuration drips all the time, time shaft frame sum, link that a kind of animation moves and be that it sets corresponding animation parameters, repetition flag is set to circular flow, the graphic element that afterwards action object of this time shaft is set as setting up in step 1; After major cycle and timer bring into operation, the corresponding picture of do action effect will be there is in the corresponding position display of screen.
5. the full liquid crystal automobile instrument graphics frame design method based on OpenGL ES according to claim 1, it is characterized in that, the image action described in step 6 comprises: image translation, image rotation, a certain border of mobile graphics element, mobile graphics element texture.
6. the full liquid crystal automobile instrument graphics frame design method based on OpenGL ES according to claim 1, is characterized in that, the image action described in step 6 comprises: at the uniform velocity change and two kinds of manner of execution of one order inertia variation.
7. the full liquid crystal automobile instrument graphics frame design method based on OpenGL ES according to claim 1, is characterized in that, the image action described in step 6 comprises flicker and the two kinds of manner of execution of being fade-in fade-out.
8. the full liquid crystal automobile instrument graphics frame design method based on OpenGL ES according to claim 1, is characterized in that, the positioning precision of the timer described in step 10 is Millisecond.
CN201410043702.8A 2014-01-29 2014-01-29 Full liquid crystal automobile instrument graphics frame design method based on OpenGL ES Active CN103745074B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410043702.8A CN103745074B (en) 2014-01-29 2014-01-29 Full liquid crystal automobile instrument graphics frame design method based on OpenGL ES

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410043702.8A CN103745074B (en) 2014-01-29 2014-01-29 Full liquid crystal automobile instrument graphics frame design method based on OpenGL ES

Publications (2)

Publication Number Publication Date
CN103745074A true CN103745074A (en) 2014-04-23
CN103745074B CN103745074B (en) 2016-08-31

Family

ID=50502091

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410043702.8A Active CN103745074B (en) 2014-01-29 2014-01-29 Full liquid crystal automobile instrument graphics frame design method based on OpenGL ES

Country Status (1)

Country Link
CN (1) CN103745074B (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105128760A (en) * 2015-08-27 2015-12-09 惠州华阳通用电子有限公司 Car backing track describing method and device
CN106384374A (en) * 2016-09-27 2017-02-08 郑州云海信息技术有限公司 Method and device for realizing animation effect
CN107038729A (en) * 2017-03-10 2017-08-11 中国航空工业集团公司洛阳电光设备研究所 A kind of digital meter panel method for drafting based on OpenGL ES
CN109584338A (en) * 2018-11-27 2019-04-05 天津字节跳动科技有限公司 Figure layer process method, apparatus and electronic equipment
CN109814970A (en) * 2019-01-22 2019-05-28 西安电子科技大学 A kind of Dynamic Schedule method for drafting based on OpenGL-ES
CN110908560A (en) * 2019-11-25 2020-03-24 航天科技控股集团股份有限公司 GPU-based virtual pointer style drawing method for all-liquid crystal instrument
CN111508046A (en) * 2020-03-13 2020-08-07 重庆利龙科技产业(集团)有限公司 Vehicle alarm icon drawing method and system based on OpenG L and storage medium
CN117055988A (en) * 2023-07-11 2023-11-14 荣耀终端有限公司 Lightweight operating system optimization processing method and electronic equipment

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101493699A (en) * 2009-03-04 2009-07-29 北京航空航天大学 Aerial unmanned plane ultra-viewing distance remote control method
GB2494434A (en) * 2011-09-08 2013-03-13 Sharp Kk Conversion of Graphics for Multi-View 3D Displays

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101493699A (en) * 2009-03-04 2009-07-29 北京航空航天大学 Aerial unmanned plane ultra-viewing distance remote control method
GB2494434A (en) * 2011-09-08 2013-03-13 Sharp Kk Conversion of Graphics for Multi-View 3D Displays

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
聂文琪: "嵌入式系统中基于OpenGL的虚拟仪表设计", 《仪器仪表学报》 *
郭云 等: "基于嵌入式GPU虚拟仪表图形软件的实现", 《计算机系统应用》 *
陈新 等: "电动汽车液晶数字仪表的设计", 《汽车工程》 *

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105128760A (en) * 2015-08-27 2015-12-09 惠州华阳通用电子有限公司 Car backing track describing method and device
CN105128760B (en) * 2015-08-27 2018-10-16 惠州华阳通用电子有限公司 Backing track plotting method and device
CN106384374A (en) * 2016-09-27 2017-02-08 郑州云海信息技术有限公司 Method and device for realizing animation effect
CN107038729A (en) * 2017-03-10 2017-08-11 中国航空工业集团公司洛阳电光设备研究所 A kind of digital meter panel method for drafting based on OpenGL ES
CN109584338A (en) * 2018-11-27 2019-04-05 天津字节跳动科技有限公司 Figure layer process method, apparatus and electronic equipment
CN109814970A (en) * 2019-01-22 2019-05-28 西安电子科技大学 A kind of Dynamic Schedule method for drafting based on OpenGL-ES
CN109814970B (en) * 2019-01-22 2021-09-10 西安电子科技大学 OpenGL-ES-based dynamic progress bar drawing method
CN110908560A (en) * 2019-11-25 2020-03-24 航天科技控股集团股份有限公司 GPU-based virtual pointer style drawing method for all-liquid crystal instrument
CN111508046A (en) * 2020-03-13 2020-08-07 重庆利龙科技产业(集团)有限公司 Vehicle alarm icon drawing method and system based on OpenG L and storage medium
CN111508046B (en) * 2020-03-13 2023-08-22 重庆利龙中宝智能技术有限公司 Vehicle alarm icon drawing method, system and storage medium based on OpenGL
CN117055988A (en) * 2023-07-11 2023-11-14 荣耀终端有限公司 Lightweight operating system optimization processing method and electronic equipment

Also Published As

Publication number Publication date
CN103745074B (en) 2016-08-31

Similar Documents

Publication Publication Date Title
CN103745074A (en) OpenGL ES (open graphics library for embedded system)-based graphical framework system designing method for pure liquid crystal automobile instrument panel
CN103440319A (en) Historical information dynamic display method and system
CN112100742B (en) Method and device for processing map based on three-dimensional model of hull structure and storage medium
CN110766775A (en) BIM model dynamic display method and device
CN106292258A (en) A kind of intelligent watch and dial plate collocation method, dial plate configuration device
CN102087598A (en) Method, device and browsing device for displaying 3D interface
CN111897615A (en) Method and system for realizing animation effect editing in interface
CN112396677B (en) Animation production method, electronic device, and storage medium
Lu Mobile augmented reality technology for design and implementation of library document push system
US20130191809A1 (en) Graphical representation of an order of operations
CN102874412B (en) A kind of virtual meter panel group based on ARM and its implementation
CN103677528A (en) Method and electronic device for processing information
CN110443880A (en) Image rendering method, device, storage medium and electronic equipment
CN102105905B (en) Semiconductor integrated circuit device, remote controller for air conditioner
Cao et al. Webgl-based research on virtual visualization simulation display platform of ship
CN111324658A (en) Ocean temperature visual analysis method, intelligent terminal and storage medium
Wettel Visual exploration of large-scale evolving software
Lowe Dynamic visualizations: A two-edged sword?
CN113536553B (en) Model simplification processing method, device, equipment and computer storage medium
CN104699850B (en) The processing method and processing device of three-dimensional geographic information
CN112214559A (en) Dynamic display method for historical map
CN114168062B (en) Game resource processing method and device, electronic equipment and storage medium
CN102402629B (en) Method and system for designing vehicle-mounted TFT (Thin Film Transistor) electronic instrument
CN113687815B (en) Method and device for processing dynamic effects of multiple components in container, electronic equipment and storage medium
CN214896572U (en) Text and travel fusion management system based on big data

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20190911

Address after: 150001 No. 434, postal street, Nangang District, Heilongjiang, Harbin

Co-patentee after: Gao Hui Jun

Patentee after: Harbin Institute of Technology Asset Investment Management Co., Ltd.

Address before: 150001 Harbin, Nangang, West District, large straight street, No. 92

Patentee before: Harbin Institute of Technology

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20191107

Address after: 315200 No.189, Guangming Road, Zhuangshi street, Zhenhai District, Ningbo City, Zhejiang Province

Patentee after: Ningbo Intelligent Equipment Research Institute Co., Ltd.

Address before: 150001 No. 434, postal street, Nangang District, Heilongjiang, Harbin

Co-patentee before: Gao Huijun

Patentee before: Harbin Institute of Technology Asset Investment Management Co., Ltd.

TR01 Transfer of patent right