CN101526905A - Method for displaying starting up progress of embedded device - Google Patents

Method for displaying starting up progress of embedded device Download PDF

Info

Publication number
CN101526905A
CN101526905A CN200910301634A CN200910301634A CN101526905A CN 101526905 A CN101526905 A CN 101526905A CN 200910301634 A CN200910301634 A CN 200910301634A CN 200910301634 A CN200910301634 A CN 200910301634A CN 101526905 A CN101526905 A CN 101526905A
Authority
CN
China
Prior art keywords
progress
show
embedded device
explicit function
starting
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
CN200910301634A
Other languages
Chinese (zh)
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.)
Sichuan Changhong Electric Co Ltd
Original Assignee
Sichuan Changhong Electric Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Sichuan Changhong Electric Co Ltd filed Critical Sichuan Changhong Electric Co Ltd
Priority to CN200910301634A priority Critical patent/CN101526905A/en
Publication of CN101526905A publication Critical patent/CN101526905A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention relates to the technique for displaying a startup picture of an embedded device and solves the problems that in the process of starting up the embedded device, latency time is long and nod feedback is displayed on the screen and provides a method for displaying starting up progress of the embedded device. The technical proposal is: the method is characterized by comprising the following steps: a. electrifying the system, starting up a boot loader program, invocating a display function to display the startup picture; b. starting up operating system nucleus, establishing a kernel thread and invocating a progress display function; c. operating the progress display function, displaying corresponding progress bars and percentage number according to available machine time; d. completing system startup and withdrawing the progress display function; the invention has the beneficial effects of offering convenience to the users and being applicable to embedded devices.

Description

Method for displaying starting up progress of embedded device
Technical field
The present invention relates to embedded device, particularly startup picture.
Background technology
Enter the nineties in 20th century, embedded technology is in full swing, and has become the common development direction of communication and consumer product at present, and along with information-based, intelligent, networked development, embedded system technology also will obtain more wide development space.Real-time multi-task operating system (RTOS) has become the main flow of embedded system, this has determined the embedded device on time to be generally tens seconds or twenties second time, an actionless start-up picture is thought by mistake equipment failure by the user usually, very inconvenience.The embedded device course of work, at first bootstrap loader initiating hardware equipment, set up the mapping graph of memory headroom, take the software and hardware of system to a proper state, for the call operation system kernel is ready to correct environment, because this section program is smaller, this stage takies the time less than one second.Operating system nucleus need be finished a series of loading, startup work, and this stage is set up to file system needs tens second time.
Summary of the invention
Technical matters to be solved by this invention, long in order to solve the embedded device start process stand-by period exactly, screen does not have the problem of feedback, and a kind of method for displaying starting up progress of embedded device is provided.
The present invention solves its technical matters, and the technical scheme of employing is that method for displaying starting up progress of embedded device is characterized in that, may further comprise the steps:
A. system powers on, and bootstrap loader starts, and calls explicit function and shows start-up picture;
B. operating system nucleus starts, and sets up a kernel thread, calls the progress explicit function;
C. progress explicit function operation is according to corresponding progress bar and the number percent numeral of on time demonstration;
D. system start-up is finished, and the progress explicit function withdraws from.
Further, step c may further comprise the steps:
C1. progress explicit function operation;
C2. read frame buffering (following with framebuffer represent-can be in the optional position of Installed System Memory storer, be the mapping of video memory in internal memory, Video Controller comes clear screen by the visit frame buffer) in be positioned at number percent numeral and show ten, the data in zone, individual position;
C3. making up length at the screen correct position is the rectangular strip of L, and L is smaller or equal to screen length;
C4. show " % " symbol;
C5. initializing variable I=0;
C6. whether judge (I+100/C) greater than 100, C is the constant smaller or equal to 100, if then system start-up is finished, withdraws from the progress explicit function, if not then enter the c7 step;
C7. fill the rectangle that length is m from left to right, m=L/C;
C8. hundred of the show percent numeral b, b=I/100;
C9. ten of the show percent numeral s, s=I/10;
C10. the show percent numeral the position g, g=I%10;
C11. stand-by period t returns step c6, t=T/C, and wherein T is the time of first kernel thread to first application program.
Concrete, step c11 is further comprising the steps of:
C11.1. stop ten s and a position g of show percent numeral, be positioned at the number percent numeral among the framebuffer that reads according to the c2 step and show that ten, the data in zone, individual position revert to this color in this position of start-up picture.
The invention has the beneficial effects as follows, can give the user directly perceived, clear, a start process demonstration accurately by above-mentioned steps, to improve user experience, and because before refreshing ten of the number percent numeral, unit numbers at every turn, this field color will be updated to the color of start-up picture itself, and then refresh numeral, can avoid repetition to refresh the numeral that different digital causes a position and show fuzzy.
Description of drawings
Fig. 1 is the system flowchart of embodiment;
Fig. 2 is the progress explicit function workflow diagram of embodiment.
Embodiment
Below in conjunction with drawings and Examples, describe technical scheme of the present invention in detail.
The invention provides a kind of method for displaying starting up progress of embedded device, at first system powers on, bootstrap loader starts, and calls explicit function and shows start-up picture, and operating system nucleus starts subsequently, set up a kernel thread, call the progress explicit function, the operation of progress explicit function then shows corresponding progress bar and number percent numeral according to the on time, after system start-up was finished, the progress explicit function withdrawed from.
Embodiment
This example is an example with the IPTV set-top box that adopts embedded Linux operating system, and wherein, constant C is an example with 100, its system flowchart such as Fig. 1, its progress explicit function workflow diagram such as Fig. 2.
The course of work of IPTV set-top box integral body is: at first system powers on, bootstrap loader starts, initiating hardware equipment, the explicit function sheet of changing the line map shows start-up picture, copy linux operating system nucleus code is to the RAM of system (Random AccessMemory, random access memory) internal memory, start the linux kernel, the kernel multitask environment is created a new thread after setting up, carry out the start progress explicit function, the loading root file system is finished, and progress shows end simultaneously, and progress shows 100%, executive utility enters standby picture.
Wherein, bootstrap loader (Bootloader) startup is divided into two main processes.First, relate to processor architecture part assembly code part, mainly finish define program inlet, be provided with exception vector, set handling device speed, clock frequency and interrupt control register, initialization Memory Controller Hub, with the program copy among the ROM (read-only memory, ROM (read-only memory)) in RAM, the initialization storehouse, forward among the RAM and carry out.Second, C language part, mainly finished and called a series of initialization function, initialization NANDFLASH equipment, initialization system memory allocation function, initialization related network device, filled in IP, MAC Address etc., initialization display device (framebuffer), show start-up picture, load the linux operating system nucleus.
Wherein, the embedded Linux os starting can be divided into two major parts.First, kernel data structure initialization: called a series of initialization functions in the start_kernel function, to finish the setting of kernel kernel itself, the start_kernel function is last, starts init process (creating first kernel thread), and so far the start_kernel function finishes, basic core environment has been set up, at this moment system has possessed the environment of multitask work, creates at this to show the start progress thread, calls the progress displaying function.The second, the peripheral hardware initialization: bus initialization, netinit starts a series of kernel thread, function, the final act system initialization loads root file system, finishes to this init process, the leader of kernel also leaves it at that, and starts application program under the user model, shows standby picture.
More than be the explanation of system works overall process, below progress explicit function module elaborated.
The system boot progress is on the basis of start-up picture, in the suitable position of screen with colored progress bar, two kinds of forms of number percent numeral, synchronous display system start process.First, colored progress bar display part: the rectangle that to make up a length be L (progress bar is the rectangle in the rectangle normally), make up rectangle top, bottom, the left side, the right respectively, this rectangle defines the viewing area of colored progress bar, according to certain time interval t, filling scale m rectangle is filled, present colored progress bar on the screen, wherein, t=T/100, m=L/100.Second, percentages show part: determine hundred bit value b, ten digit value s, units value g, position, four viewing areas of percentage colon " % ", the position of percentage colon only shows percentage sign " % ", this position transfers the dot array data of " % " to show %, hundred zones show that numerical value is b=I/100, ten zones show that numerical value is s=I/10, viewing area, individual position shows that numerical value is g=I%10, initializing variable I=0 wherein, every time t, variable I increases progressively 100/C (this moment C=100, then increase progressively 1, be I=I+1), refresh one time hundred, ten, 1 to 100 dynamic demonstration is realized in individual position.
Wherein, realizing showing the essence of the progress demonstration that loads, is exactly that direct control framebuffer realizes.The following horizontal direction that adopts is filled on the rectangular shaped rim, vertically fill on limit, the left and right sides, rectangle 320x20 for example, 16 true color, bottom needs 320x2 byte on the rectangle, here the corresponding black of sexadecimal number 0x00, the corresponding white of 0xff, the 0x00-0xff color shoals gradually, selects different numerical value, be filled into the framebuffer assigned address, the screen relevant position will show different colors.
Wherein, the numerical percentage display part, at first to make one and comprise digital 0-9, the dot matrix table of percentage sign %, make rule herein, monochromatic 0/1 dot matrix, data are horizontally-arrangeds, the corresponding position of pixel, 8 corresponding bytes of pixel, the position order of byte is that a left side is high right low, the state of for example horizontal 8 points be " *-----*-" (* is a stain ,-be white point), then Zhuan Huan hexadecimal data is 0x82 (B1000_0010), in this way, 0-9, the sexadecimal that percentage sign % converts to exist in the array (a0[], a1[] ...).Before the display digit, at first read the numerical value of corresponding ten of framebuffer, viewing area, individual position, this numerical value correspondence be start-up picture this in the color value at this place, before ten on each brush, the unit numbers, will be this field color according to the numerical value that before framebuffer is read, be updated to the color of start-up picture itself, and then the brush numeral.
Wherein, according to calculated value,, upgrade the time interval t of progress as Fig. 2 as above-mentioned time T at every turn, t=T/100, because multitask sees that timesharing seizes CPU during os starting, so behind the interval time t, the thread of progress explicit function differs and carries out work surely on time, so need be according to the system start-up real time, suitably adjust the t value, make the t value of actual t value ratio theory little (t=t-t ', t ' chooses suitable value according to the actual startup situation of system).
What progress of the present invention showed is the process of first kernel thread of operating system to first application program launching (tens seconds), and the time of the general 1s of the initial initialized total of bootstrap loader and kernel ignores.

Claims (3)

1. method for displaying starting up progress of embedded device is characterized in that, may further comprise the steps:
A. system powers on, and bootstrap loader starts, and calls explicit function and shows start-up picture;
B. operating system nucleus starts, and sets up a kernel thread, calls the progress explicit function;
C. progress explicit function operation is according to corresponding progress bar and the number percent numeral of on time demonstration;
D. system start-up is finished, and the progress explicit function withdraws from.
2. according to the described method for displaying starting up progress of embedded device of claim 1, it is characterized in that step c may further comprise the steps:
C1. progress explicit function operation;
C2. read and be positioned at the data that the number percent numeral shows ten, individual zones in the frame buffering;
C3. making up length at the screen correct position is the rectangular strip of L, and L is smaller or equal to screen length;
C4. show " % " symbol;
C5. initializing variable I=0;
C6. whether judge (I+100/C) greater than 100, C is the constant smaller or equal to 100, if then system start-up is finished, withdraws from the progress explicit function, if not then enter the c7 step;
C7. fill the rectangle that length is m from left to right, m=L/C;
C8. hundred of the show percent numeral b, b=I/100;
C9. ten of the show percent numeral s, s=I/10;
C10. the show percent numeral the position g, g=I%10;
C11. stand-by period t returns step c6, t=T/C, and wherein T is the time of first kernel thread to first application program
3. according to the described method for displaying starting up progress of embedded device of claim 2, it is characterized in that step c11 is further comprising the steps of:
C11.1. stop ten s and a position g of show percent numeral, be positioned at the number percent numeral in the frame that reads according to the c2 step buffering and show that ten, the data in zone, individual position revert to this color in this position of start-up picture.
CN200910301634A 2009-04-17 2009-04-17 Method for displaying starting up progress of embedded device Pending CN101526905A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN200910301634A CN101526905A (en) 2009-04-17 2009-04-17 Method for displaying starting up progress of embedded device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN200910301634A CN101526905A (en) 2009-04-17 2009-04-17 Method for displaying starting up progress of embedded device

Publications (1)

Publication Number Publication Date
CN101526905A true CN101526905A (en) 2009-09-09

Family

ID=41094776

Family Applications (1)

Application Number Title Priority Date Filing Date
CN200910301634A Pending CN101526905A (en) 2009-04-17 2009-04-17 Method for displaying starting up progress of embedded device

Country Status (1)

Country Link
CN (1) CN101526905A (en)

Cited By (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101814040A (en) * 2010-04-01 2010-08-25 北京数码视讯科技股份有限公司 Single-thread browser and processing method thereof
CN101976170A (en) * 2010-10-28 2011-02-16 中兴通讯股份有限公司 Method and device for displaying starting-up interface of multimedia terminal
CN102098582A (en) * 2011-02-23 2011-06-15 烽火通信科技股份有限公司 Method for loading set top box (STB) business software modules of internet protocol television (IPTV)
CN102111668A (en) * 2009-12-25 2011-06-29 康佳集团股份有限公司 Television and method for performing statistics on time for turning on television
CN103581748A (en) * 2012-08-03 2014-02-12 珠海扬智电子科技有限公司 Rapid starting method, data processing method and set top box
CN103716714A (en) * 2013-12-04 2014-04-09 乐视致新电子科技(天津)有限公司 Data display method and apparatus
CN103729212A (en) * 2013-12-12 2014-04-16 乐视致新电子科技(天津)有限公司 Booting icon display method and booting icon display device
CN103824539A (en) * 2014-02-27 2014-05-28 青岛海信宽带多媒体技术有限公司 Method for displaying and controlling digital terminal equipment and nixie tube thereof
WO2014086140A1 (en) * 2012-12-04 2014-06-12 腾讯科技(深圳)有限公司 Method and device for displaying incremental update progress
CN104063235A (en) * 2013-03-19 2014-09-24 腾讯科技(深圳)有限公司 Starting method and system for computer
CN104202645A (en) * 2014-08-27 2014-12-10 海信集团有限公司 Method for controlling playing of startup screen and user device
CN104239053A (en) * 2014-09-12 2014-12-24 广州华多网络科技有限公司 Progress bar display method and system
CN104375852A (en) * 2013-08-16 2015-02-25 厦门雅迅网络股份有限公司 Embedded product start interface display accelerating method
CN105068835A (en) * 2015-08-05 2015-11-18 惠州Tcl移动通信有限公司 Mobile terminal and debugging information display method thereof
CN105991865A (en) * 2014-09-03 2016-10-05 富士施乐株式会社 Information processing apparatus and information processing method
CN106126292A (en) * 2016-06-29 2016-11-16 浪潮集团有限公司 Uboot-based starting interface implementation method
CN106775635A (en) * 2016-11-15 2017-05-31 华胜信泰信息产业发展有限公司 Computer system and its starting-up method
CN107391180A (en) * 2017-06-29 2017-11-24 青岛海信电器股份有限公司 Point screen method, apparatus and computer-readable recording medium
CN107491313A (en) * 2017-08-28 2017-12-19 柴雪 A kind of embedded teaching system control method and device
CN107979774A (en) * 2017-12-12 2018-05-01 深圳创维数字技术有限公司 A kind of starting up of terminal method, terminal and storage medium
WO2018126816A1 (en) * 2017-01-06 2018-07-12 中兴通讯股份有限公司 Application activation method and device
CN108717370A (en) * 2018-05-07 2018-10-30 济南和普威视光电技术有限公司 Gray level image GUI design methods for the thermal imaging movement start-up picture that freezes
CN109445860A (en) * 2018-10-17 2019-03-08 京东方科技集团股份有限公司 The method for guiding electronic apparatus system booting, electronic equipment, readable storage medium storing program for executing
CN109597654A (en) * 2018-12-07 2019-04-09 湖南国科微电子股份有限公司 Initialization of register method, the generation method and embedded system of configurations table
CN110764828A (en) * 2018-07-27 2020-02-07 龙芯中科技术有限公司 Shutdown prompting method of terminal, terminal and readable storage medium

Cited By (44)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102111668B (en) * 2009-12-25 2015-04-29 康佳集团股份有限公司 Television and method for performing statistics on time for turning on television
CN102111668A (en) * 2009-12-25 2011-06-29 康佳集团股份有限公司 Television and method for performing statistics on time for turning on television
CN101814040B (en) * 2010-04-01 2013-01-09 北京数码视讯科技股份有限公司 Single-thread browser and processing method thereof
CN101814040A (en) * 2010-04-01 2010-08-25 北京数码视讯科技股份有限公司 Single-thread browser and processing method thereof
CN101976170A (en) * 2010-10-28 2011-02-16 中兴通讯股份有限公司 Method and device for displaying starting-up interface of multimedia terminal
CN101976170B (en) * 2010-10-28 2016-02-10 中兴通讯股份有限公司 A kind of display packing of starting-up interface of multimedia terminal and device thereof
CN102098582B (en) * 2011-02-23 2013-02-13 烽火通信科技股份有限公司 Method for loading set top box (STB) business software modules of internet protocol television (IPTV)
CN102098582A (en) * 2011-02-23 2011-06-15 烽火通信科技股份有限公司 Method for loading set top box (STB) business software modules of internet protocol television (IPTV)
CN103581748A (en) * 2012-08-03 2014-02-12 珠海扬智电子科技有限公司 Rapid starting method, data processing method and set top box
CN103581748B (en) * 2012-08-03 2016-08-31 珠海扬智电子科技有限公司 Fast starting method, data processing method and Set Top Box
WO2014086140A1 (en) * 2012-12-04 2014-06-12 腾讯科技(深圳)有限公司 Method and device for displaying incremental update progress
CN104063235B (en) * 2013-03-19 2018-07-06 腾讯科技(深圳)有限公司 A kind of startup method and system of computer
CN104063235A (en) * 2013-03-19 2014-09-24 腾讯科技(深圳)有限公司 Starting method and system for computer
CN104375852B (en) * 2013-08-16 2019-03-22 厦门雅迅网络股份有限公司 A method of accelerating embedded product starting-up interface and shows
CN104375852A (en) * 2013-08-16 2015-02-25 厦门雅迅网络股份有限公司 Embedded product start interface display accelerating method
CN103716714A (en) * 2013-12-04 2014-04-09 乐视致新电子科技(天津)有限公司 Data display method and apparatus
CN103729212A (en) * 2013-12-12 2014-04-16 乐视致新电子科技(天津)有限公司 Booting icon display method and booting icon display device
CN106531042A (en) * 2014-02-27 2017-03-22 青岛海信宽带多媒体技术有限公司 Digital terminal equipment and digital tube display control method thereof
CN103824539A (en) * 2014-02-27 2014-05-28 青岛海信宽带多媒体技术有限公司 Method for displaying and controlling digital terminal equipment and nixie tube thereof
CN104202645A (en) * 2014-08-27 2014-12-10 海信集团有限公司 Method for controlling playing of startup screen and user device
CN104202645B (en) * 2014-08-27 2017-07-25 海信集团有限公司 A kind of method for controlling start-up picture to play and user equipment
CN105991865B (en) * 2014-09-03 2019-03-19 富士施乐株式会社 Information processing unit and information processing method
CN105991865A (en) * 2014-09-03 2016-10-05 富士施乐株式会社 Information processing apparatus and information processing method
CN104239053A (en) * 2014-09-12 2014-12-24 广州华多网络科技有限公司 Progress bar display method and system
CN104239053B (en) * 2014-09-12 2018-03-23 广州华多网络科技有限公司 Progress bar display methods and system
CN105068835B (en) * 2015-08-05 2021-02-26 惠州Tcl移动通信有限公司 Mobile terminal and debugging information display method thereof
CN105068835A (en) * 2015-08-05 2015-11-18 惠州Tcl移动通信有限公司 Mobile terminal and debugging information display method thereof
CN106126292A (en) * 2016-06-29 2016-11-16 浪潮集团有限公司 Uboot-based starting interface implementation method
CN106775635A (en) * 2016-11-15 2017-05-31 华胜信泰信息产业发展有限公司 Computer system and its starting-up method
US11334369B2 (en) 2017-01-06 2022-05-17 Xi'an Zhongxing New Software Co., Ltd. Application launching method and device
WO2018126816A1 (en) * 2017-01-06 2018-07-12 中兴通讯股份有限公司 Application activation method and device
CN108287736A (en) * 2017-01-06 2018-07-17 中兴通讯股份有限公司 The open method and device of application
CN107391180A (en) * 2017-06-29 2017-11-24 青岛海信电器股份有限公司 Point screen method, apparatus and computer-readable recording medium
CN107491313A (en) * 2017-08-28 2017-12-19 柴雪 A kind of embedded teaching system control method and device
CN107979774B (en) * 2017-12-12 2020-12-08 深圳创维数字技术有限公司 Terminal starting method, terminal and storage medium
CN107979774A (en) * 2017-12-12 2018-05-01 深圳创维数字技术有限公司 A kind of starting up of terminal method, terminal and storage medium
CN108717370B (en) * 2018-05-07 2020-12-11 济南和普威视光电技术有限公司 Gray image GUI design method for cooling and heating imaging movement startup picture
CN108717370A (en) * 2018-05-07 2018-10-30 济南和普威视光电技术有限公司 Gray level image GUI design methods for the thermal imaging movement start-up picture that freezes
CN110764828A (en) * 2018-07-27 2020-02-07 龙芯中科技术有限公司 Shutdown prompting method of terminal, terminal and readable storage medium
CN109445860A (en) * 2018-10-17 2019-03-08 京东方科技集团股份有限公司 The method for guiding electronic apparatus system booting, electronic equipment, readable storage medium storing program for executing
US11269654B2 (en) 2018-10-17 2022-03-08 Boe Technology Group Co., Ltd. Method for booting startup of electronic device, electronic device, and readable storage medium
CN109445860B (en) * 2018-10-17 2022-03-25 京东方科技集团股份有限公司 Method for guiding electronic equipment system to start, electronic equipment and readable storage medium
CN109597654A (en) * 2018-12-07 2019-04-09 湖南国科微电子股份有限公司 Initialization of register method, the generation method and embedded system of configurations table
CN109597654B (en) * 2018-12-07 2022-01-11 湖南国科微电子股份有限公司 Register initialization method, basic configuration table generation method and embedded system

Similar Documents

Publication Publication Date Title
CN101526905A (en) Method for displaying starting up progress of embedded device
KR100617998B1 (en) Apparatus, method and system with a graphics-rendering engine having a time allocator
TWI437433B (en) Self-refreshing display controller for display devices in a computational unit
CN109785816B (en) Mobile terminal and display control method thereof
CN103247068B (en) A kind of rendering intent and device
CN101776986A (en) Display control method of outstanding message in program startup and mobile terminal
CN1981519A (en) Method and system for displaying a sequence of image frames
CN109684000B (en) APP data display method, device, equipment and computer readable storage medium
JP2011028712A (en) Method and system to display platform graphics during operating system initialization
CN114387930B (en) Data display system, method, device, equipment and readable storage medium
US4661812A (en) Data transfer system for display
CN109471668A (en) Cross-platform display card firmware translation execution method, device, equipment and readable medium
US20200210213A1 (en) Display method of multi-application based on android system, and terminal device
CN106227548A (en) Method for dynamically displaying and hiding BIOS SETUP option
US20080278519A1 (en) Method and apparatus for fast flicker-free displaying overlapped sparse graphs with optional shape
US9292069B1 (en) System and method for controlling mode switches in hardware
CN109168088A (en) A kind of the starting method, apparatus and smart television of intelligent television system
CN116364023A (en) Method, device, medium and equipment for driving electronic ink screen based on GPU
CN109951732B (en) Method for preventing startup LOGO and application from switching to black screen for Android smart television
CN104731653A (en) Android display system software drawing and hardware drawing dynamic switching method
CN108989872A (en) A kind of Android TV background fast switch over method, frame, server and storage medium
CN112114919B (en) Screen rotation display optimization method and device
CN103064644B (en) A kind of method for displaying image, video card and electronic equipment
US20180130443A1 (en) Techniques for managing transmission and display of a display data stream
CN101937666B (en) Image display device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C12 Rejection of a patent application after its publication
RJ01 Rejection of invention patent application after publication

Open date: 20090909