CN113645369A - Display method and device of multiple screens, computer readable storage medium and terminal - Google Patents

Display method and device of multiple screens, computer readable storage medium and terminal Download PDF

Info

Publication number
CN113645369A
CN113645369A CN202110931056.9A CN202110931056A CN113645369A CN 113645369 A CN113645369 A CN 113645369A CN 202110931056 A CN202110931056 A CN 202110931056A CN 113645369 A CN113645369 A CN 113645369A
Authority
CN
China
Prior art keywords
screen display
target image
partition
screen
display picture
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
CN202110931056.9A
Other languages
Chinese (zh)
Other versions
CN113645369B (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.)
Spreadtrum Communications Shanghai Co Ltd
Original Assignee
Spreadtrum Communications Shanghai 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 Spreadtrum Communications Shanghai Co Ltd filed Critical Spreadtrum Communications Shanghai Co Ltd
Priority to CN202110931056.9A priority Critical patent/CN113645369B/en
Publication of CN113645369A publication Critical patent/CN113645369A/en
Priority to PCT/CN2022/112159 priority patent/WO2023016553A1/en
Application granted granted Critical
Publication of CN113645369B publication Critical patent/CN113645369B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N5/00Details of television systems
    • H04N5/04Synchronising
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/14Digital output to display device ; Cooperation and interconnection of the display device with other functional units
    • G06F3/1423Digital output to display device ; Cooperation and interconnection of the display device with other functional units controlling a plurality of local displays, e.g. CRT and flat panel display
    • G06F3/1431Digital output to display device ; Cooperation and interconnection of the display device with other functional units controlling a plurality of local displays, e.g. CRT and flat panel display using a single graphics controller
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/4401Bootstrapping
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N17/00Diagnosis, testing or measuring for television systems or their details
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N5/00Details of television systems
    • H04N5/222Studio circuitry; Studio devices; Studio equipment
    • H04N5/262Studio circuits, e.g. for mixing, switching-over, change of character of image, other special effects ; Cameras specially adapted for the electronic generation of special effects
    • H04N5/2628Alteration of picture size, shape, position or orientation, e.g. zooming, rotation, rolling, perspective, translation

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Graphics (AREA)
  • Health & Medical Sciences (AREA)
  • Biomedical Technology (AREA)
  • General Health & Medical Sciences (AREA)
  • Controls And Circuits For Display Device (AREA)
  • Digital Computer Display Output (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

A method and a device for displaying a plurality of screens, a computer readable storage medium and a terminal are provided, wherein the method comprises the following steps: acquiring a multi-screen display picture from a first partition, wherein the multi-screen display picture comprises a plurality of target image units, and the target image units correspond to screens one by one; segmenting a plurality of target image units from the multi-screen display picture; and displaying each target image unit obtained by segmentation on a corresponding screen. Thus, even when the GPU of the terminal and/or the window manager are not started, the plurality of screens can be displayed in synchronization.

Description

Display method and device of multiple screens, computer readable storage medium and terminal
Technical Field
The present invention relates to the field of screen display, and in particular, to a method and an apparatus for displaying multiple screens, a computer-readable storage medium, and a terminal.
Background
With the development of intelligent cabins of automobiles, high-end financial cash registers, high-end commercial displays and the like, multi-screen display is more and more popular in each electronic terminal, and the multi-screen display has a display function which is necessary for manufacturers of systems on chips (SOC for short). Conventionally, when displaying multiple screens, one of the screens is generally used as a main screen, and the other screens are used as auxiliary screens.
Multi-screen display requires a Graphics Processing Unit (GPU) on the terminal and a Window Manager (e.g., android Window Manager of an android system) of an operating system (e.g., android, Windows, etc.) on the terminal to control.
However, when the terminal is powered on and started, if the GPU and the window manager are not started, and the same screen (such as a power-on flag (logo) of the terminal) still needs to be multi-screen displayed at this time, an exception may exist. The multi-screen display scheme that each SOC producer provided all can't avoid this problem at present, and some producers adopt only the main screen to show the logo of starting up, and this problem is handled to the simple mode of other screens black screens, however this can influence user experience.
Disclosure of Invention
The technical problem to be solved by the invention is how to provide a method for displaying multiple screens, wherein the multiple screens can be synchronously displayed under the condition that a GPU (graphic processing Unit) and/or a window manager of a terminal are not started.
In order to solve the above problem, an embodiment of the present invention provides a method for displaying multiple screens, where the method includes: acquiring a multi-screen display picture from a first partition, wherein the multi-screen display picture comprises a plurality of target image units, and the target image units correspond to screens one by one; segmenting a plurality of target image units from the multi-screen display picture; and displaying each target image unit obtained by segmentation on a corresponding screen.
Optionally, the size of the target image units is the same, and after the target image units are split from the multi-screen display picture, the method further includes: processing each target image unit obtained by segmentation according to the size of the corresponding screen to obtain a target image unit for display, wherein the processing comprises one or more of zooming in, zooming out and line-row conversion; the step of displaying each target image unit obtained by segmentation on a corresponding screen comprises the following steps: and displaying the target image unit for display on a corresponding screen.
Optionally, the method is executed by an SOC, and the SOC is connected to the plurality of screens, or the SOC is connected to the plurality of screens through an FPGA.
Optionally, before the obtaining the multi-screen display picture from the first partition, the method further includes: and judging whether the current single-screen testing stage is achieved, and if the judging result is negative, continuing to execute the step of obtaining the multi-screen display picture from the first partition.
Optionally, after the step of judging whether the current screen is the single-screen test stage, the method further includes: if so, acquiring a single-screen display picture from the second partition, wherein the single-screen display picture comprises a single target image unit; and displaying the target image unit in the single-screen display picture on one of the screens.
Optionally, the method further includes: receiving a first updating instruction; and updating the multi-screen display pictures stored in the first partition according to the first updating instruction.
Optionally, the method further includes: receiving a second updating instruction; and updating the multi-screen display pictures stored in the first partition and the single-screen display pictures stored in the second partition according to the second updating instruction.
Optionally, the method further includes: receiving a third updating instruction; updating one of the multi-screen display pictures stored in the first partition and the single-screen display pictures stored in the second partition according to the third updating instruction; acquiring a mapping relation between a multi-screen display picture and the single-screen display picture; updating the other one of the multi-screen display picture stored in the first partition and the single-screen display picture stored in the second partition according to the mapping relation; wherein the first partition is different from the second partition.
An embodiment of the present invention further provides a display device with multiple screens, where the device includes: the multi-screen display image acquisition module is used for acquiring a multi-screen display image from a first partition, wherein the multi-screen display image comprises a plurality of target image units, and the target image units correspond to screens one by one; the segmentation unit is used for segmenting a plurality of target image units from the multi-screen display picture; and the display module is used for displaying each target image unit obtained by segmentation on a corresponding screen.
The embodiment of the invention also provides a computer readable storage medium, wherein a computer program is stored on the computer readable storage medium, and when the computer program is executed by a processor, the steps of the display method of any one of the multiple screens are realized.
The embodiment of the present invention further provides a terminal, which includes a display device for the multiple screens, or includes a memory and a processor, where the memory stores a computer program that can be executed on the processor, and when the processor executes the computer program, the method executes any one of the steps of the multiple screen display method.
Compared with the prior art, the technical scheme of the embodiment of the application has the following beneficial effects:
in the multi-screen display method provided by the embodiment of the present invention, if the GPU and/or the window manager are not started (for example, during the uboot phase), the SOC may obtain the multi-screen display picture stored in the first partition from the first partition, divide the obtained multi-screen display picture to obtain a plurality of target image units (for example, a start-up LOGO of a terminal), and send each target image unit to a corresponding display screen, so that each screen displays the received target image unit. Therefore, the GPU and the window manager are not completely started, and a plurality of screens can be normally displayed.
Furthermore, in a plurality of screen display scenes in which the GPU and/or the window manager are not started, two display effects of normal display and single-screen display of a plurality of screens can be achieved.
Furthermore, multi-screen display pictures (for example, pictures containing multiple LOGO) and single-screen display pictures (for example, pictures containing a single LOGO) are respectively stored in different system partitions, picture resources stored in the corresponding system partitions are loaded according to multi-screen display or single-screen display (namely, display in a single-screen test phase) during display, and only the corresponding system partitions need to be upgraded during online upgrade.
Drawings
FIG. 1 is a flowchart illustrating a method for displaying multiple screens according to an embodiment of the present invention;
fig. 2 is a schematic diagram of a connection structure of an SOC and a screen according to an embodiment of the present invention;
FIG. 3 is a flowchart illustrating another method for displaying multiple screens according to an embodiment of the present invention;
FIG. 4 is a flowchart illustrating an upgrade step according to an embodiment of the present invention;
FIG. 5 is a schematic flow chart of another upgrade step according to an embodiment of the present invention;
fig. 6 is a schematic structural diagram of a multi-screen display device according to an embodiment of the present invention.
Detailed Description
As known in the background art, when a terminal is powered on and started, if a GPU and/or a window manager is not started, and multi-screen display is still required (for example, multiple screens all display a power-on flag (logo) of the terminal), an exception may exist.
To solve the above problem, an embodiment of the present invention provides a method for displaying multiple screens, including: acquiring a multi-screen display picture from a first partition, wherein the multi-screen display picture comprises a plurality of target image units, and the target image units correspond to screens one by one; segmenting a plurality of target image units from the multi-screen display picture; and displaying each target image unit obtained by segmentation on a corresponding screen. Thus, even when the GPU of the terminal and/or the window manager are not started, the plurality of screens can be displayed in synchronization.
In order to make the aforementioned objects, features and advantages of the present invention comprehensible, embodiments accompanied with figures are described in detail below.
Referring to fig. 1, fig. 1 is a flowchart illustrating a method for displaying a plurality of screens according to an embodiment of the present invention, where the method for displaying a plurality of screens may be executed by an SOC or a terminal including the SOC, and further, the method is executed by a Central Processing Unit (CPU) in the SOC or a controller having a function similar to that of the CPU, and the execution of the method by the SOC is described as an example below. The SOC may be coupled to the plurality of screens, for example, by a Field-Programmable Gate Array (FPGA), which may be a cross-coupled (cross-coupled) FPGA. The SOC may communicate with each screen through a Mobile Industry Processor Interface (MIPI) Display Serial Interface (DSI) protocol to control a Display screen on each screen. The terminal may be a computer, a smart phone, a server (such as a cloud server), and the like, and the terminal may be applied to a financial cash register or an automobile.
In one embodiment, the method is performed by an SOC, which is coupled to the plurality of screens via an FPGA. Referring to fig. 2, fig. 2 is a connection diagram of an SOC and a screen according to an embodiment of the invention; the SOC 201 is coupled to n screens (the n screens include screen 2031, screen 2032, …, and screen 203n) through the FPGA202, where n is a positive integer. The SOC 201 is connected to the FPGA202 through a plurality of interfaces, which may include one or more of a general purpose I/O Interface (GIPO in the figure), a Serial Peripheral Interface (SPI), a MIPI-DSI, and a Serial transmission bus (I2C) Interface. The general I/O interface may be configured to transmit a reset (reset) signal, the I2C interface may be configured to configure a register of the FPGA202, and the SPI interface may be used by the FPGA202 to download firmware, so as to support the multi-screen display by the SOC 201. The FPGA202 communicates with each screen of the n screens through a MIPI-DSI interface, therefore, the SOC 201 expands one MIPI-DSI interface into multiple MIPI-DSI interfaces through the FPGA202, and the SOC 201 can also communicate with each screen of the n screens through a Physical layer (PHY) interface. The direction of data transmission over the respective interfaces is indicated in fig. 2 by the direction of arrows.
In another embodiment, the method is performed by an SOC, the SOC coupled to the plurality of screens. Compared with the connection described in fig. 2, multiple screens and connection interfaces (such as MIPI-DSI interfaces) with the multiple screens can be integrated inside the SOC 201, so that the SOC 201 and the multiple screens can be directly connected without being connected with the multiple screens through the FPGA 202.
The GPU may be generally integrated within the SOC, or externally coupled to the SOC, and after the GPU is normally started, the GPU may perform processing such as scaling down on display contents of a plurality of screens (including a main screen and a sub screen), and concatenate the display contents of the plurality of screens into one picture, the GPU transmits the concatenated picture to the FPGA, the FPGA divides the received picture into display contents of each screen, and performs processing such as enlarging (scale up) on each divided display content, and displays the processed display contents on each screen. However, the inventor of the present invention has found that, in the conventional multi-screen display, the multi-screen simultaneous display must start both the GPU and the Window Manager (e.g., Window Manager of Android system, etc.) to complete the above display process. However, when the GPU and the window manager are not completely started, for example, the terminal displays the boot image at a boot loader (i.e., uboot) stage of the embedded system, the GPU and the android system of the terminal are not started at this time, and the multiple screens cannot control the display of each screen through the GPU and the terminal system.
In order to solve the above problem, the embodiment of the present invention employs a method for displaying multiple screens, which includes the following steps S101 to S103, and is applied to a scenario in which the GPU and/or the window manager are not completely started, and the following is detailed below:
step S101, a multi-screen display picture is obtained from a first partition, the multi-screen display picture comprises a plurality of target image units, and the target image units correspond to screens one by one;
step S102, a plurality of target image units are divided from the multi-screen display picture;
step S103, displaying each target image unit obtained by dividing on a corresponding screen.
The first partition is used for storing multi-screen display pictures (such as a multi-screen boot LOGO). The partition is a partition that divides a Read-Only Memory (ROM) of the SOC into a plurality of blocks, each partition stores Read-Only files (e.g., bin files) or resources of different terminal operating systems, and may be divided into a boot partition, an operating system partition (also referred to as a system partition), a user data partition, and the like according to the stored files.
And storing pictures for a plurality of screen displays in the first partition, wherein the multi-screen display pictures contain target image units for displaying of the screens. Optionally, a plurality of target image units are spliced in the same picture to generate a multi-screen display picture, and the number of the target image units in the multi-screen display picture is consistent with the number of the screens connected to the SOC.
The target image unit is a preset picture, and the preset picture can be a landscape painting or a brand LOGO and the like. Correspondingly, the multi-screen display picture comprises a plurality of same or different scenic pictures, or the multi-screen display picture comprises a plurality of same or different brands LOGO. It should be noted that the target image unit includes, but is not limited to, the foregoing examples, and the target image unit may be designed according to the requirements of the content to be displayed on each screen.
Optionally, the sizes of the target image units spliced in the multi-screen display picture may be the same or different. Further, if the sizes of the target image units in the multi-screen display picture are the same, but the sizes of the display areas on different screens are different, the SOC divides the target image units to be displayed on different screens from the multi-screen display picture, then performs processing such as enlarging or reducing on the divided target image units according to the display sizes of the different screens, and then displays the processed target image units on the corresponding screens.
Optionally, in step S102, segmenting a plurality of target image units from the multi-screen display picture, including: and according to a preset segmentation rule, segmenting a plurality of target image units from the multi-screen display picture. The preset segmentation rule is designed according to the number of the screens connected to the SOC, for example, a region in the multi-screen image corresponding to each screen may be determined, and each region includes a target image unit, so that the multi-screen display region is divided according to the region corresponding to each screen, and the target image unit to be displayed by each screen is obtained. Further, the regions of the multi-screen display picture corresponding to the respective screens in the multi-screen display picture have the same size, and the multi-screen display picture can be divided into a plurality of regions having the same size according to the number of the screens, for example, if there are 4 screens, the multi-screen display picture can be divided into four regions, i.e., an upper left region, a lower left region, an upper right region and a lower right region, each region is an image to be displayed by one of the screens, and each region includes a target image unit.
Through the multi-screen display method in fig. 1, if the GPU and the window manager are not all started (for example, during the uboot phase), the SOC or the terminal may obtain the multi-screen display picture stored in the first partition from the first partition, and segment the obtained multi-screen display picture to obtain a plurality of target image units (for example, the start-up LOGO of the terminal), and send each target image unit to the corresponding display screen, so that each screen displays the received target image unit. Therefore, the GPU and the window manager are not completely started, and a plurality of screens coupled by the SOC can be normally displayed.
In an embodiment, the size of the target image cells is the same, and after the dividing the target image cells from the multi-screen display picture in step S102 in fig. 1, the method may further include: processing each target image unit obtained by segmentation according to the size of the corresponding screen to obtain a target image unit for display, wherein the processing comprises one or more of zooming in, zooming out and line-row conversion; step S103 of displaying each target image unit obtained by segmentation on a corresponding screen may include: and displaying the target image unit for display on a corresponding screen.
Optionally, the sizes of the target image units in the multi-screen display picture stored in the first partition are the same, and when the sizes of the areas of the target image units displayed on the multiple screens are also the same, the target image units may be subjected to the same processing of enlarging, reducing, or performing line-row conversion, so as to achieve the same display effect on each screen.
Optionally, the sizes of the target image units in the multi-screen display picture stored in the first partition are the same, and when the sizes of the areas of the multiple screen display target image units are different, the target image units corresponding to different screens may be subjected to different processing such as enlarging, reducing, or line-row conversion according to the sizes of the screen display areas, so as to achieve the display results of the screens.
In an embodiment, referring to fig. 1 and fig. 3, fig. 3 is a schematic diagram of another multi-screen displaying method according to an embodiment of the present invention, and compared to fig. 1, before the step S101 of fig. 1 of obtaining a multi-screen display picture from a first partition, the method may further include: and S301, judging whether the current single-screen testing stage is the single-screen testing stage, if the judgment result of the S301 is negative, jumping to the S101, and executing the S101 to the S103.
The single-screen test phase is a phase that only one screen needs to be displayed when multiple screens are displayed, and may be a phase that the SOC is tested through a front-end framework MiniUI of a programming language JavaScript (JS for short), and only one screen needs to be displayed in the single-screen test phase, and the display screen may be a main screen or any auxiliary screen. For convenience of explanation, the screen displayed in the single-screen test stage is referred to as a target screen.
Alternatively, if the determination result in step S301 in fig. 3 is yes, the process jumps to step S302, and step S302 and step S303 are executed. Step S302, acquiring a single-screen display picture from a second partition, wherein the single-screen display picture comprises a single target image unit; step S303, displaying the target image unit in the single-screen display picture on one of the screens; wherein the first partition is different from the second partition.
The second partition is used for storing a single-screen display picture (such as a single-screen boot LOGO), and other explanations of the second partition can be referred to the first partition. The second partition may be the same partition as the first partition, and at this time, the SOC acquires the single-screen display picture or the multi-screen display picture according to the storage address of the single-screen display picture and the multi-screen display picture in the partition. Or the first partition and the second partition are different partitions, and at this time, the SOC acquires a single-screen display picture or a multi-screen display picture from the respective stored partitions.
The single-screen display picture is a picture only used for displaying the target screen, and the picture comprises a single target image unit (such as a single LOGO), so that the SOC or the terminal can display the target image unit in the single-screen display picture on the target screen.
When the GPU and/or the window manager are not completely started (such as uboot phase) and the SOC is in the single-screen test phase, only the target screen needs to display, the SOC obtains a single-screen display picture from the second partition, the single-screen display picture is amplified, reduced, subjected to line-row conversion and the like according to factors such as the size of a display area on the target screen, and the processed single-screen display picture is displayed on the target screen, so that a single target image unit is displayed on the target screen.
By the method shown in fig. 2, in a plurality of screen display scenes in which the GPU and/or the window manager are not completely started, two display effects of normal display and single-screen display of a plurality of screens can be achieved.
In one embodiment, a first update instruction is received; and updating the multi-screen display pictures stored in the first partition according to the first updating instruction.
The first update instruction is used for updating the content stored in the first partition, the first update instruction may be issued to the SOC by a device such as a server (e.g., a cloud server), and the first update instruction may also be input on the terminal by a user.
And after receiving the first updating instruction, the SOC acquires the updated multi-screen display picture from the server or other equipment, and replaces the currently stored multi-screen display picture of the multi-screen display picture stored in the first partition, so as to realize updating.
It should be noted that, generally, the partition upgrading will replace all the contents of the partition, and if the first partition and the second partition are different partitions, upgrading the multi-screen display picture only needs to update the contents of the first partition, and does not need to update the second partition.
In one embodiment, the method further comprises: receiving a second updating instruction; and updating the multi-screen display pictures stored in the first partition and the single-screen display pictures stored in the second partition according to the second updating instruction.
The second update instruction is used for updating the content stored in the second partition, the second update instruction may be issued to the SOC by a device such as a server (e.g., a cloud server), and the second update instruction may also be input by the user on the terminal.
And after receiving the second updating instruction, the SOC acquires the updated single-screen display picture from the server or other equipment, and replaces the currently stored single-screen display picture of the single-screen display picture stored in the second partition so as to realize updating.
Optionally, the first update instruction and the second update instruction may be the same instruction, that is, the contents stored in the first partition and the second partition are updated by the same update instruction. The first update instruction and the second update instruction may be different instructions, that is, the contents of the first partition or the second partition are updated by different instructions.
Referring to fig. 4, fig. 4 is a schematic diagram of an upgrade step according to an embodiment of the present invention, where the method for displaying multiple screens may further include an upgrade step to upgrade content stored in the first partition and/or the second partition, and the specific steps of the mode may include:
step S401, determining a system partition to be upgraded; if the step S401 determines that the system partition to be upgraded is the first partition, jumping to step S402, and executing step S402 and step S403 to upgrade the content of the first partition, wherein, in step S402, the currently stored multi-screen display picture of the first partition is erased; in step S403, a new multi-screen display picture is written into the first partition.
If the step S401 determines that the system partition to be upgraded is the second partition, jumping to step S404, and executing step S404 and step S405 to upgrade the content of the second partition, wherein, in step S404, the currently stored single-screen display picture of the second partition is erased; step S405, writing the new single-screen display picture into the second partition.
Optionally, the system partition to be upgraded may be determined according to whether the instruction received by the SOC is the first instruction or the second instruction.
In an embodiment, please refer to fig. 5, fig. 5 is a schematic diagram of another upgrading step according to an embodiment of the present invention, where the upgrading step may upgrade contents stored in the first partition and the second partition, and the upgrading step may include the following steps S501 to S504, which are described in detail as follows:
in step S501, a third update instruction is received.
The third updating instruction is used for updating the contents stored in the first partition and the second partition, the first partition and the second partition are two different partitions, the third updating instruction can be issued to the SOC by a server (such as a cloud server) and other devices, and the third updating instruction can also be input on the terminal by a user.
Step S502, updating one of the multi-screen display pictures stored in the first partition and the single-screen display pictures stored in the second partition according to the third update instruction.
In this embodiment, the server or other device only provides a new picture, and the new picture may be a new single-screen display picture or a new multi-screen display picture. If the new picture is a new single-screen display picture, upgrading the currently stored single-screen display picture of the second partition; and if the new picture is the new multi-screen display picture, upgrading the currently stored multi-screen display picture of the first partition. The specific upgrade steps can refer to the related descriptions in fig. 3 and fig. 4, and are not described herein again.
Step S503, acquiring a mapping relation between the multi-screen display pictures and the single-screen display pictures.
Step S504, updating the other one of the multi-screen display pictures stored in the first partition and the single-screen display pictures stored in the second partition according to the mapping relationship.
The mapping relationship between the multi-screen display pictures and the single-screen display pictures can be determined according to the number of the display screens in the single-screen testing stage and the non-single-screen testing stage, the size of the display area on each screen and other factors. Optionally, the multi-screen display picture generated by the single-screen display picture according to the mapping relationship may be generated, or the single-screen display picture generated by the multi-screen display picture according to the mapping relationship.
In a specific embodiment, if a new picture provided by the server or other devices is a new single-screen display picture, the target image units in the single-screen display picture may be copied according to the number of screens (the number of screens is denoted as n) in the multi-screen display picture to obtain n target image units, and the n target image units are spliced to one picture to generate the new multi-screen display picture.
In one embodiment, if the new picture provided by the server or other device is a new multi-screen display picture, one of the target image units in the multi-screen display picture may be split to generate a new single-screen display picture.
Therefore, multi-screen display pictures (such as pictures containing multiple LOGO) and single-screen display pictures (such as pictures containing single LOGO) are respectively stored in system partitions with different SOC, picture resources stored in the corresponding system partition are loaded according to multi-screen display or single-screen display (namely, display in a single-screen test stage) during display, and only the corresponding system partition needs to be upgraded during online upgrade.
Referring to fig. 6, an embodiment of the present invention further provides a display device 60 with multiple screens, including: a multi-screen display picture obtaining module 601, configured to obtain a multi-screen display picture from a first partition, where the multi-screen display picture includes a plurality of target image units, and the target image units are in one-to-one correspondence with screens; a segmentation unit 602, configured to segment a plurality of target image units from the multi-screen display picture; a display module 603, configured to display each target image unit obtained by segmentation on a corresponding screen.
In one embodiment, after the target image units have the same size and the segmentation unit 602 performs segmentation of the target image units from the multi-screen display picture, the multi-screen display device 60 may further include: the processing module is used for processing each target image unit obtained by segmentation according to the size of the corresponding screen to obtain the target image unit for display, wherein the processing comprises one or more of zooming in, zooming out and line-row conversion; the display module can also be used for displaying the target image unit for display on a corresponding screen.
Optionally, the method is executed by an SOC, and the SOC is connected to the plurality of screens, or the SOC is connected to the plurality of screens through an FPGA.
In one embodiment, before the multi-screen display picture obtaining module 601 obtains the multi-screen display picture from the first partition, the display devices 60 of the multiple screens may further include: the judging module is used for judging whether the current single-screen testing stage is adopted; and the multi-screen display module is used for continuously executing the step of acquiring the multi-screen display picture from the first partition when the judgment result is negative.
Optionally, when the determination result of the determining module is yes, the display device 60 for multiple screens may further include: the single-screen display picture acquisition module is used for acquiring a single-screen display picture from the second partition, and the single-screen display picture comprises a single target image unit; and the single-screen display module is used for displaying the target image unit in the single-screen display picture on one of the screens.
In one embodiment, the display device 60 of the plurality of screens may further include: the first updating instruction receiving module is used for receiving a first updating instruction; and the first updating module is used for updating the multi-screen display pictures stored in the first partition according to the first updating instruction.
In one embodiment, the display device 60 of the plurality of screens may further include: the second updating instruction receiving module is used for receiving a second updating instruction; and the second updating module is used for updating the multi-screen display pictures stored in the first partition and the single-screen display pictures stored in the second partition according to the second updating instruction.
In one embodiment, the display device 60 of the plurality of screens may further include: the third updating instruction receiving module is used for receiving a third updating instruction; a third updating module, configured to update one of the multi-screen display pictures stored in the first partition and the single-screen display pictures stored in the second partition according to the third updating instruction; the mapping relation acquisition module is used for acquiring the mapping relation between the multi-screen display pictures and the single-screen display pictures; and the linkage updating module is used for updating the other one of the multi-screen display pictures stored in the first subarea and the single-screen display pictures stored in the second subarea according to the mapping relation, wherein the first subarea is different from the second subarea.
For more details of the operation principle and the operation mode of the display device 60 with multiple screens, reference may be made to fig. 1 to 5 for the description of the display method with multiple screens, which is not repeated here.
In a specific implementation, the display device 60 with multiple screens may correspond to a Chip with a display function of multiple screens in a terminal, or correspond to a Chip with a data processing function, such as a System-On-a-Chip (SOC); or the terminal comprises a chip module of a display function chip with a plurality of screens; or to a chip module having a chip with a data processing function, or to a terminal.
Each module/unit included in each apparatus and product described in the above embodiments may be a software module/unit, or may also be a hardware module/unit, or may also be a part of a software module/unit and a part of a hardware module/unit. For example, for each device or product applied to or integrated into a chip, each module/unit included in the device or product may be implemented by hardware such as a circuit, or at least a part of the module/unit may be implemented by a software program running on a processor integrated within the chip, and the rest (if any) part of the module/unit may be implemented by hardware such as a circuit; for each device or product applied to or integrated with the chip module, each module/unit included in the device or product may be implemented by using hardware such as a circuit, and different modules/units may be located in the same component (e.g., a chip, a circuit module, etc.) or different components of the chip module, or at least some of the modules/units may be implemented by using a software program running on a processor integrated within the chip module, and the rest (if any) of the modules/units may be implemented by using hardware such as a circuit; for each device and product applied to or integrated in the terminal, each module/unit included in the device and product may be implemented by using hardware such as a circuit, and different modules/units may be located in the same component (e.g., a chip, a circuit module, etc.) or different components in the terminal, or at least part of the modules/units may be implemented by using a software program running on a processor integrated in the terminal, and the rest (if any) part of the modules/units may be implemented by using hardware such as a circuit.
An embodiment of the present invention further provides a storage medium, on which a computer program is stored, where the computer program, when executed by a processor, performs the steps of the method for displaying the multiple screens shown in any one of fig. 1 to 5. The storage medium may be a computer-readable storage medium, and may include, for example, a non-volatile (non-volatile) or non-transitory (non-transitory) memory, and may further include an optical disc, a mechanical hard disk, a solid state hard disk, and the like.
The embodiment of the invention also provides a terminal, which comprises a memory and a processor, wherein the memory is stored with a computer program capable of running on the processor, and the processor executes the steps of the display method of the plurality of screens shown in any one of fig. 1 to 5 when running the computer program. Alternatively, the terminal may include the display device 60 of the plurality of screens shown in fig. 6 described above.
It should be understood that the term "and/or" herein is merely one type of association relationship that describes an associated object, meaning that three relationships may exist, e.g., a and/or B may mean: a exists alone, A and B exist simultaneously, and B exists alone. In addition, the character "/" in this document indicates that the former and latter related objects are in an "or" relationship.
The "plurality" appearing in the embodiments of the present application means two or more.
The descriptions of the first, second, etc. appearing in the embodiments of the present application are only for illustrating and differentiating the objects, and do not represent the order or the particular limitation of the number of the devices in the embodiments of the present application, and do not constitute any limitation to the embodiments of the present application.
The term "connect" in the embodiments of the present application refers to various connection manners such as direct connection or indirect connection, so as to display multiple screens between devices.
It should be understood that, in the embodiment of the present application, the processor may be a Central Processing Unit (CPU), and the processor may also be other general-purpose processors, Digital Signal Processors (DSPs), Application Specific Integrated Circuits (ASICs), Field Programmable Gate Arrays (FPGAs) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, and the like. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
The above embodiments may be implemented in whole or in part by software, hardware, firmware, or any combination thereof. When implemented in software, the above-described embodiments may be implemented in whole or in part in the form of a computer program product. The computer program product comprises one or more computer instructions or computer programs. The procedures or functions according to the embodiments of the present application are wholly or partially generated when the computer instructions or the computer program are loaded or executed on a computer. The computer may be a general purpose computer, a special purpose computer, a network of computers, or other programmable device. The computer instructions may be stored in a computer readable storage medium or transmitted from one computer readable storage medium to another computer readable storage medium, for example, the computer instructions may be transmitted from one website, computer, server, or data center to another website, computer, server, or data center by wire or wirelessly. It should be understood that, in the various embodiments of the present application, the sequence numbers of the above-mentioned processes do not mean the execution sequence, and the execution sequence of each process should be determined by its function and inherent logic, and should not constitute any limitation to the implementation process of the embodiments of the present application.
In the several embodiments provided in the present application, it should be understood that the disclosed method, apparatus and system may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative; for example, the division of the unit is only a logic function division, and there may be another division manner in actual implementation; for example, various elements or components may be combined or may be integrated into another system, or some features may be omitted, or not implemented. In addition, the coupling or direct coupling between the screens or the display connection of the screens shown or discussed may be through some interfaces, an indirect coupling of devices or units or a display connection of the screens, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may be physically included alone, or two or more units may be integrated into one unit. The integrated unit can be realized in a form of hardware, or in a form of hardware plus a software functional unit.
The integrated unit implemented in the form of a software functional unit may be stored in a computer readable storage medium. The software functional unit is stored in a storage medium and includes several instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute some steps of the methods according to the embodiments of the present invention.
Although the present invention is disclosed above, the present invention is not limited thereto. Various changes and modifications may be effected therein by one skilled in the art without departing from the spirit and scope of the invention as defined in the appended claims.

Claims (11)

1. A method for displaying a plurality of screens, the method comprising:
acquiring a multi-screen display picture from a first partition, wherein the multi-screen display picture comprises a plurality of target image units, and the target image units correspond to screens one by one;
segmenting a plurality of target image units from the multi-screen display picture;
and displaying each target image unit obtained by segmentation on a corresponding screen.
2. The method of claim 1, wherein the target image elements are the same size, and wherein after segmenting the target image elements from the multi-screen display picture, the method further comprises:
processing each target image unit obtained by segmentation according to the size of the corresponding screen to obtain a target image unit for display, wherein the processing comprises one or more of zooming in, zooming out and line-row conversion;
the step of displaying each target image unit obtained by segmentation on a corresponding screen comprises the following steps:
and displaying the target image unit for display on a corresponding screen.
3. The method of claim 1, wherein the method is performed by a SOC, wherein the SOC is coupled to the plurality of screens, or wherein the SOC is coupled to the plurality of screens via an FPGA.
4. The method according to any one of claims 1 to 3, wherein before the obtaining the multi-screen display picture from the first partition, the method further comprises:
and judging whether the current single-screen testing stage is achieved, and if the judging result is negative, continuing to execute the step of obtaining the multi-screen display picture from the first partition.
5. The method of claim 4, wherein the determining whether the current screen test phase is after the single-screen test phase further comprises:
if so, acquiring a single-screen display picture from the second partition, wherein the single-screen display picture comprises a single target image unit;
and displaying the target image unit in the single-screen display picture on one of the screens.
6. The method of any of claims 1 to 3, further comprising:
receiving a first updating instruction;
and updating the multi-screen display pictures stored in the first partition according to the first updating instruction.
7. The method of claim 5, further comprising:
receiving a second updating instruction;
and updating the multi-screen display pictures stored in the first partition and the single-screen display pictures stored in the second partition according to the second updating instruction.
8. The method of claim 5, further comprising:
receiving a third updating instruction;
updating one of the multi-screen display pictures stored in the first partition and the single-screen display pictures stored in the second partition according to the third updating instruction;
acquiring a mapping relation between a multi-screen display picture and the single-screen display picture;
updating the other one of the multi-screen display picture stored in the first partition and the single-screen display picture stored in the second partition according to the mapping relation;
wherein the first partition is different from the second partition.
9. A multi-screen display apparatus, comprising:
the multi-screen display image acquisition module is used for acquiring a multi-screen display image from a first partition, wherein the multi-screen display image comprises a plurality of target image units, and the target image units correspond to screens one by one;
the segmentation unit is used for segmenting a plurality of target image units from the multi-screen display picture; and the display module is used for displaying each target image unit obtained by segmentation on a corresponding screen.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method according to any one of claims 1 to 8.
11. A terminal comprising the apparatus of claim 9 or comprising a memory and a processor, the memory having stored thereon a computer program operable on the processor, wherein the processor, when executing the computer program, performs the steps of the method of any of claims 1 to 8.
CN202110931056.9A 2021-08-13 2021-08-13 Method and device for displaying multiple screens, computer readable storage medium and terminal Active CN113645369B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN202110931056.9A CN113645369B (en) 2021-08-13 2021-08-13 Method and device for displaying multiple screens, computer readable storage medium and terminal
PCT/CN2022/112159 WO2023016553A1 (en) 2021-08-13 2022-08-12 Multi-screen display method and device, computer readable storage medium and terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110931056.9A CN113645369B (en) 2021-08-13 2021-08-13 Method and device for displaying multiple screens, computer readable storage medium and terminal

Publications (2)

Publication Number Publication Date
CN113645369A true CN113645369A (en) 2021-11-12
CN113645369B CN113645369B (en) 2022-11-18

Family

ID=78421494

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110931056.9A Active CN113645369B (en) 2021-08-13 2021-08-13 Method and device for displaying multiple screens, computer readable storage medium and terminal

Country Status (2)

Country Link
CN (1) CN113645369B (en)
WO (1) WO2023016553A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023016553A1 (en) * 2021-08-13 2023-02-16 展讯通信(上海)有限公司 Multi-screen display method and device, computer readable storage medium and terminal
WO2023198190A1 (en) * 2022-04-16 2023-10-19 展讯半导体(成都)有限公司 Image display method and apparatus, and terminal device and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101587431A (en) * 2009-04-08 2009-11-25 广东威创视讯科技股份有限公司 Method for realizing multi-screen playing video
CN101697114A (en) * 2009-10-23 2010-04-21 广东威创视讯科技股份有限公司 Method and device for processing multi-screen splicing display
CN102857738A (en) * 2012-08-09 2013-01-02 杭州海康威视数字技术股份有限公司 Multi-screen control image display system, multi-screen control method and multi-screen control device
CN105786431A (en) * 2016-03-04 2016-07-20 京东方科技集团股份有限公司 Jointing screen and method and device for achieving automatic distribution of display content of jointing screen

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108694029A (en) * 2017-04-05 2018-10-23 博彦科技股份有限公司 Terminal screen display processing method, device and storage medium
KR102478607B1 (en) * 2018-03-27 2022-12-16 삼성전자주식회사 Electronic appratus and operating method for the same
CN109656503A (en) * 2018-12-11 2019-04-19 惠科股份有限公司 A kind of distribution method, distributor and mosaic screen that splicing screen image is shown
CN110457963B (en) * 2019-08-20 2021-07-09 Oppo(重庆)智能科技有限公司 Display control method, display control device, mobile terminal and computer-readable storage medium
CN113645369B (en) * 2021-08-13 2022-11-18 展讯通信(上海)有限公司 Method and device for displaying multiple screens, computer readable storage medium and terminal

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101587431A (en) * 2009-04-08 2009-11-25 广东威创视讯科技股份有限公司 Method for realizing multi-screen playing video
CN101697114A (en) * 2009-10-23 2010-04-21 广东威创视讯科技股份有限公司 Method and device for processing multi-screen splicing display
CN102857738A (en) * 2012-08-09 2013-01-02 杭州海康威视数字技术股份有限公司 Multi-screen control image display system, multi-screen control method and multi-screen control device
CN105786431A (en) * 2016-03-04 2016-07-20 京东方科技集团股份有限公司 Jointing screen and method and device for achieving automatic distribution of display content of jointing screen

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023016553A1 (en) * 2021-08-13 2023-02-16 展讯通信(上海)有限公司 Multi-screen display method and device, computer readable storage medium and terminal
WO2023198190A1 (en) * 2022-04-16 2023-10-19 展讯半导体(成都)有限公司 Image display method and apparatus, and terminal device and storage medium

Also Published As

Publication number Publication date
CN113645369B (en) 2022-11-18
WO2023016553A1 (en) 2023-02-16

Similar Documents

Publication Publication Date Title
US8362971B1 (en) Independent views generated for multiple display devices by a software application
CN113645369B (en) Method and device for displaying multiple screens, computer readable storage medium and terminal
CN102053871B (en) Application program image display method and device
CN111976482A (en) Double-screen interaction system and method for vehicle-mounted instrument screen and central control entertainment screen
US20220100490A1 (en) Firmware updating method, and electronic apparatus and storage media for same
US20180101392A1 (en) Auto-configurable host pluggable computing
US11347538B2 (en) Method for controlling execution of heterogeneous operating systems and electronic device and storage medium therefor
CN109936716B (en) Display driving realization method and system
US9984651B2 (en) Method and apparatus for displaying composition screen image by composing screen images of operating systems (OSs)
CN112579187A (en) Optimization method and device for cold start of application program
CN107888876B (en) Vehicle-mounted information entertainment system and early image display method thereof
US10613874B2 (en) Application execution apparatus and application execution method
EP2326076A1 (en) Display apparatus and control method thereof
CN111309406A (en) Event processing method and device of application program and electronic equipment
CN114092590B (en) Electronic device and evaluation method and medium for image rendering performance of electronic device
CN111752623A (en) Display configuration method and device, electronic equipment and readable storage medium
CN110442342B (en) Interface generation method and device, storage medium and computer equipment
CN114090938A (en) Page processing method and equipment
CN112100409A (en) Multimedia information display method and device, storage medium and terminal
CN112988357A (en) Panoramic image display method, computer storage medium and electronic device
CN111414211A (en) Method, device, equipment and storage medium for displaying image in system starting phase
CN110609728A (en) Page generation method and device and electronic equipment
KR102281437B1 (en) Apparatus and method for controlling screen of AVN system
CN114268826B (en) Application display method and device
CN117311653A (en) Screen sharing method and device and electronic equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant