CN113791858A - Display method, device, equipment and storage medium - Google Patents

Display method, device, equipment and storage medium Download PDF

Info

Publication number
CN113791858A
CN113791858A CN202111060097.1A CN202111060097A CN113791858A CN 113791858 A CN113791858 A CN 113791858A CN 202111060097 A CN202111060097 A CN 202111060097A CN 113791858 A CN113791858 A CN 113791858A
Authority
CN
China
Prior art keywords
displayed
data
screens
frame buffer
display
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
CN202111060097.1A
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.)
FAW Group Corp
Original Assignee
FAW Group Corp
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 FAW Group Corp filed Critical FAW Group Corp
Priority to CN202111060097.1A priority Critical patent/CN113791858A/en
Publication of CN113791858A publication Critical patent/CN113791858A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • 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/451Execution arrangements for user interfaces
    • 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/1438Digital 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 more than one graphics controller

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Graphics (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses a display method, a display device, display equipment and a storage medium. The method comprises the following steps: creating a target frame buffer area, wherein the target frame buffer area stores data to be displayed; splitting the data to be displayed in the target frame buffer area according to a preset rule; the split data to be displayed is sent to the frame buffer areas of the at least two screens, so that the at least two screens can carry out associated display according to the split data to be displayed.

Description

Display method, device, equipment and storage medium
Technical Field
The embodiment of the invention relates to the technical field of computers, in particular to a display method, a display device, display equipment and a storage medium.
Background
At present, the screen content of the intelligent terminal is the drawing of the content by the independent framebuffs corresponding to the screens. However, if there are multiple screens and the display content is desired to generate logical association between the multiple screens, it is not easy to implement, for example, it is desired to present the effect that one card flies from one screen to another screen to the user, and it is generally required that the framebuff of each screen considers the drawing of the card moving process during the drawing, and it is also required to consider the time synchronization of the display content of the multiple screens. The method is time-consuming and labor-consuming, and the effect is not necessarily good.
Disclosure of Invention
Embodiments of the present invention provide a display method, an apparatus, a device, and a storage medium, so as to establish a large virtual target buffer area including the sizes of all the display areas of the actual physical screens, and cut data to be displayed stored in the target buffer area as needed, thereby solving the problems in the prior art, enabling display content to generate logical association among multiple screens, and improving the user experience.
In a first aspect, an embodiment of the present invention provides a display method, including:
creating a target frame buffer area, wherein the target frame buffer area stores data to be displayed;
splitting the data to be displayed in the target frame buffer area according to a preset rule;
and sending the split data to be displayed to frame buffer areas of at least two screens, so that the at least two screens perform associated display according to the split data to be displayed.
Further, splitting the data to be displayed in the target frame buffer area according to a preset rule includes:
acquiring screen parameters and/or characteristic information of data to be displayed, wherein the screen parameters comprise: at least one of a size of the at least two screens, a position of the at least two screens, and a distance between the at least two screens;
and splitting the data to be displayed according to the screen parameters and/or the characteristic information of the data to be displayed.
Further, sending the split data to be displayed to a frame buffer area of at least two screens, so that the at least two screens perform associated display according to the split data to be displayed includes:
and sending the split data to be displayed to frame buffer areas of at least two screens, so that the at least two screens can display the split data to be displayed in an associated manner.
Further, sending the split data to be displayed to a frame buffer area of at least two screens, so that the at least two screens perform associated display according to the split data to be displayed includes:
and sending the split data to be displayed to frame buffer areas of at least two screens so as to enable the at least two screens to display target data in an associated manner, wherein the target data is obtained by overlapping the split data to be displayed and the original data stored in the frame buffer areas of the at least two screens.
In a second aspect, an embodiment of the present invention further provides a display device, where the display device includes:
the system comprises a creating module, a display module and a display module, wherein the creating module is used for creating a target frame buffer area, and the target frame buffer area stores data to be displayed;
the splitting module is used for splitting the data to be displayed in the target frame buffer area according to a preset rule;
and the display module is used for sending the split data to be displayed to the frame buffer areas of the at least two screens so as to enable the at least two screens to perform associated display according to the split data to be displayed.
Further, the splitting module is specifically configured to:
acquiring screen parameters and/or characteristic information of data to be displayed, wherein the screen parameters comprise: at least one of a size of the at least two screens, a position of the at least two screens, and a distance between the at least two screens;
and splitting the data to be displayed according to the screen parameters and/or the characteristic information of the data to be displayed.
Further, the display module is specifically configured to:
and sending the split data to be displayed to frame buffer areas of at least two screens, so that the at least two screens can display the split data to be displayed in an associated manner.
Further, the display module is specifically configured to:
and sending the split data to be displayed to frame buffer areas of at least two screens so as to enable the at least two screens to display target data in an associated manner, wherein the target data is obtained by overlapping the split data to be displayed and the original data stored in the frame buffer areas of the at least two screens.
In a third aspect, an embodiment of the present invention further provides a computer device, including a memory, a processor, and a computer program stored in the memory and executable on the processor, where the processor executes the computer program to implement the display method according to any one of the embodiments of the present invention.
In a fourth aspect, the embodiment of the present invention further provides a computer-readable storage medium, on which a computer program is stored, and the computer program, when executed by a processor, implements the display method according to any one of the embodiments of the present invention.
The method comprises the steps of creating a target frame buffer area, wherein data to be displayed are stored in the target frame buffer area; splitting the data to be displayed in the target frame buffer area according to a preset rule; the split data to be displayed is sent to the frame buffer areas of the at least two screens, so that the at least two screens can be associated and displayed according to the split data to be displayed, the problems in the prior art are solved, the display content can be logically associated among the screens, and the use experience of a user is improved.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the embodiments will be briefly described below, it should be understood that the following drawings only illustrate some embodiments of the present invention and therefore should not be considered as limiting the scope, and for those skilled in the art, other related drawings can be obtained according to the drawings without inventive efforts.
FIG. 1 is a flow chart of a display method in an embodiment of the invention;
FIG. 1a is a diagram of the correspondence between a screen and a framebuff in the prior art;
FIG. 1b is a diagram illustrating the correspondence between a screen and a framebuff in an embodiment of the present invention;
FIG. 1c is a diagram of a screen association display in an embodiment of the present invention;
FIG. 2 is a schematic structural diagram of a display device according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of an electronic device in an embodiment of the present invention;
fig. 4 is a schematic structural diagram of a computer-readable storage medium containing a computer program in an embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures. In addition, the embodiments and features of the embodiments in the present invention may be combined with each other without conflict.
Before discussing exemplary embodiments in more detail, it should be noted that some exemplary embodiments are described as processes or methods depicted as flowcharts. Although a flowchart may describe the operations (or steps) as a sequential process, many of the operations can be performed in parallel, concurrently or simultaneously. In addition, the order of the operations may be re-arranged. The process may be terminated when its operations are completed, but may have additional steps not included in the figure. The processes may correspond to methods, functions, procedures, subroutines, and the like. In addition, the embodiments and features of the embodiments in the present invention may be combined with each other without conflict.
The term "include" and variations thereof as used herein are intended to be open-ended, i.e., "including but not limited to". The term "based on" is "based, at least in part, on". The term "one embodiment" means "at least one embodiment".
It should be noted that: like reference numbers and letters refer to like items in the following figures, and thus, once an item is defined in one figure, it need not be further defined and explained in subsequent figures. Meanwhile, in the description of the present invention, the terms "first", "second", and the like are used only for distinguishing the description, and are not to be construed as indicating or implying relative importance.
Fig. 1 is a flowchart of a reminding method provided in an embodiment of the present invention, where the present embodiment is applicable to a reminding situation, the method may be executed by a reminding device in an embodiment of the present invention, and the device may be implemented in a software and/or hardware manner, as shown in fig. 1, the method specifically includes the following steps:
s110, a target frame buffer area is created, wherein the target frame buffer area stores data to be displayed.
The target frame buffer area may be a framebuff of a super virtual screen including all screen areas, or may be other storage areas, which is not limited in this embodiment of the present invention.
Wherein the target frame buffer area stores data to be displayed. The data to be displayed may be complete final display data, or may also be display data that needs to be superimposed on data stored in the framebuff corresponding to each screen, which is not limited in this embodiment of the present invention.
And S120, splitting the data to be displayed in the target frame buffer area according to a preset rule.
Specifically, the manner of splitting the data to be displayed in the target frame buffer area according to the preset rule may be: acquiring screen parameters, wherein the screen parameters comprise: at least one of a size of the at least two screens, a position of the at least two screens, and a distance between the at least two screens; and splitting the data to be displayed according to the screen parameters. The method for splitting the data to be displayed in the target frame buffer area according to the preset rule may further be: acquiring the characteristic information of the data to be displayed, and splitting the data to be displayed according to the characteristic information of the data to be displayed. The method for splitting the data to be displayed in the target frame buffer area according to the preset rule may further be: acquiring screen parameters and characteristic information of data to be displayed, wherein the screen parameters comprise: at least one of a size of the at least two screens, a position of the at least two screens, and a distance between the at least two screens; and splitting the data to be displayed according to the screen parameters and the characteristic information of the data to be displayed. The embodiments of the present invention are not limited in this regard.
In a specific example, the target frame buffer area stores a full picture or displays a video where a bird is flying from the right to the left. And cutting part of the content of the data to be displayed stored in the target frame buffer area according to actual needs.
S130, sending the split data to be displayed to frame buffer areas of at least two screens, so that the at least two screens perform associated display according to the split data to be displayed.
Specifically, the manner of sending the split data to be displayed to the frame buffer areas of the at least two screens so that the at least two screens perform associated display according to the split data to be displayed may be: sending the split data to be displayed to frame buffer areas of at least two screens, wherein the at least two screens directly display the received split data to be displayed; the method for sending the split data to be displayed to the frame buffer areas of the at least two screens so that the at least two screens perform associated display according to the split data to be displayed may further include: the split data to be displayed is sent to the frame buffer areas of the at least two screens, and the at least two screens display the received split data to be displayed and the data obtained by superimposing the original data stored in the frame buffer areas of the screens.
Optionally, splitting the data to be displayed in the target frame buffer area according to a preset rule includes:
acquiring screen parameters and/or characteristic information of data to be displayed, wherein the screen parameters comprise: at least one of a size of the at least two screens, a position of the at least two screens, and a distance between the at least two screens;
and splitting the data to be displayed according to the screen parameters and/or the characteristic information of the data to be displayed.
The distance between at least two screens is obtained, for example, if there is screen a, screen B and screen C, and if screen B is located between screen a and screen C, the distance between screen a and screen B and the distance between screen B and screen C are obtained.
The characteristic information of the data to be displayed may be: if data corresponding to the moving object exists in the data to be displayed, splitting the data to be displayed according to the distance between at least two screens, for example, if a bird exists in the data to be displayed, a screen a, a screen B and a screen C exist, if the screen B is located between the screen a and the screen C, acquiring the distance between the screen a and the screen B and the distance between the screen B and the screen C, determining the position of the corresponding bird in the screen B according to the distance between the screen a and the screen B, determining the position of the corresponding bird in the screen C according to the distance between the screen B and the screen C, and splitting the data to be displayed according to the position of the bird in the screen a, the position of the bird in the screen B and the position of the bird in the screen C.
Optionally, sending the split data to be displayed to frame buffer areas of at least two screens, so that performing associated display on the at least two screens according to the split data to be displayed includes:
and sending the split data to be displayed to frame buffer areas of at least two screens, so that the at least two screens can display the split data to be displayed in an associated manner.
Specifically, the manner of sending the split data to be displayed to the frame buffer areas of the at least two screens may be: sending the split data to be displayed to a frame buffer area of a corresponding screen, for example, if there are birds in the data to be displayed, there are a screen a, a screen B and a screen C, if the screen B is located between the screen a and the screen C, obtaining a distance between the screen a and the screen B and a distance between the screen B and the screen C, determining a position of the corresponding bird in the screen B according to the distance between the screen a and the screen B, determining a position of the corresponding bird in the screen C according to the distance between the screen B and the screen C, splitting the data to be displayed according to the position of the bird in the screen a, the position of the bird in the screen B and the position of the bird in the screen C to obtain the data to be displayed corresponding to the screen a, the data to be displayed corresponding to the screen B and the data to be displayed corresponding to the screen C, sending the data to be displayed corresponding to the screen a to the frame buffer area of the screen a, and sending the data to be displayed corresponding to the screen B to a frame buffer area of the screen B, and sending the data to be displayed of the screen C to the frame buffer area of the screen C.
Optionally, sending the split data to be displayed to frame buffer areas of at least two screens, so that performing associated display on the at least two screens according to the split data to be displayed includes:
and sending the split data to be displayed to frame buffer areas of at least two screens so as to enable the at least two screens to display target data in an associated manner, wherein the target data is obtained by overlapping the split data to be displayed and the original data stored in the frame buffer areas of the at least two screens.
In a specific example, in the prior art solution of the smart terminal, each physical screen usually has a proprietary framebuff for drawing the content to be displayed, as shown in fig. 1a, the content between multiple screens has no logical association from the display perspective, and each screen displays its own independent content. If the display content between a plurality of screens is expected to generate logic correlation, the contents of the framebuff of each screen need to be pieced together, and meanwhile, the synchronization of the frames is considered, so that the correlation effect of the displayed contents is generated. The piecing up of the display data stored in the individual framebuffs corresponding to each screen is very complicated, not only time-consuming, but also error-prone, so the embodiment of the present invention proposes a display method, as shown in fig. 1b, creating a super virtual screen framebuff (which may also be a super display view) that includes all screen regions, and drawing the framebuff content of the super virtual screen that spans a single physical screen in the data of the display content of the virtual screen, for example, a whole picture, or displaying a video that a flying bird flies from right to left. Then, the contents of the framebuff of the super virtual screen are cut and cut according to actual needs, and are overlapped with the framebuff display content data of a specific physical screen, so that the contents are displayed on each specific physical screen.
In another specific example, as shown in fig. 1c, the virtual screen includes a large complete image, and the content of the image is cut and displayed on each small physical screen according to the physical size and position of the physical screen to be displayed, so that the display content of each screen has a logical relationship, that is, the content displayed on each screen is a part of the whole image, for example, the screen at the upper left corner displays the upper left part of the whole image, and the screen at the right corner displays the right part of the whole image. All the contents displayed by the physical display screens are combined to form a complete image.
The embodiment of the invention provides a concept of a super virtual screen containing all physical screen display contents; the method has the advantages that the content of the super virtual screen is cut, so that a part of the whole logic display content is presented for a single physical screen, and the implementation mode of the logic relevance of the display contents of a plurality of screens is simplified.
According to the technical scheme of the embodiment, a target frame buffer area is created, wherein the target frame buffer area stores data to be displayed; splitting the data to be displayed in the target frame buffer area according to a preset rule; the split data to be displayed is sent to the frame buffer areas of the at least two screens, so that the at least two screens can be associated and displayed according to the split data to be displayed, the problems in the prior art are solved, the display content can be logically associated among the screens, and the use experience of a user is improved.
Fig. 2 is a schematic structural diagram of a display device according to an embodiment of the present invention. The present embodiment may be applicable to the case of at least two screens associated with each other, the apparatus may be implemented in a software and/or hardware manner, and the apparatus may be integrated into any device providing a display function, as shown in fig. 2, where the display apparatus specifically includes: a creation module 210, a splitting module 220, and a display module 230.
The system comprises a creating module, a display module and a display module, wherein the creating module is used for creating a target frame buffer area, and the target frame buffer area stores data to be displayed;
the splitting module is used for splitting the data to be displayed in the target frame buffer area according to a preset rule;
and the display module is used for sending the split data to be displayed to the frame buffer areas of the at least two screens so as to enable the at least two screens to perform associated display according to the split data to be displayed.
Optionally, the splitting module is specifically configured to:
acquiring screen parameters and/or characteristic information of data to be displayed, wherein the screen parameters comprise: at least one of a size of the at least two screens, a position of the at least two screens, and a distance between the at least two screens;
and splitting the data to be displayed according to the screen parameters and/or the characteristic information of the data to be displayed.
Optionally, the display module is specifically configured to:
and sending the split data to be displayed to frame buffer areas of at least two screens, so that the at least two screens can display the split data to be displayed in an associated manner.
Optionally, the display module is specifically configured to:
and sending the split data to be displayed to frame buffer areas of at least two screens so as to enable the at least two screens to display target data in an associated manner, wherein the target data is obtained by overlapping the split data to be displayed and the original data stored in the frame buffer areas of the at least two screens.
The product can execute the method provided by any embodiment of the invention, and has corresponding functional modules and beneficial effects of the execution method.
According to the technical scheme of the embodiment, a target frame buffer area is created, wherein the target frame buffer area stores data to be displayed; splitting the data to be displayed in the target frame buffer area according to a preset rule; the split data to be displayed is sent to the frame buffer areas of the at least two screens, so that the at least two screens can be associated and displayed according to the split data to be displayed, the problems in the prior art are solved, the display content can be logically associated among the screens, and the use experience of a user is improved.
Fig. 3 is a schematic structural diagram of an electronic device in an embodiment of the present invention. FIG. 3 illustrates a block diagram of an exemplary electronic device 12 suitable for use in implementing embodiments of the present invention. The electronic device 12 shown in fig. 3 is only an example and should not bring any limitations to the function and scope of use of the embodiments of the present invention.
As shown in FIG. 3, electronic device 12 is embodied in the form of a general purpose computing device. The components of electronic device 12 may include, but are not limited to: one or more processors or processing units 16, a system memory 28, and a bus 18 that couples various system components including the system memory 28 and the processing unit 16.
Bus 18 represents one or more of any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, and a processor or local bus using any of a variety of bus architectures. By way of example, such architectures include, but are not limited to, an Industry Standard Architecture (ISA) bus, a Micro Channel Architecture (MCA) bus, an enhanced ISA bus, a Video Electronics Standards Association (VESA) local bus, and a Peripheral Component Interconnect (PCI) bus.
Electronic device 12 typically includes a variety of computer system readable media. Such media may be any available media that is accessible by electronic device 12 and includes both volatile and nonvolatile media, removable and non-removable media.
The system Memory 28 may include computer system readable media in the form of volatile Memory, such as Random Access Memory (RAM) 30 and/or cache Memory 32. The electronic device 12 may further include other removable/non-removable, volatile/nonvolatile computer system storage media. By way of example only, storage system 34 may be used to read from and write to non-removable, nonvolatile magnetic media (not shown in FIG. 3, and commonly referred to as a "hard drive"). Although not shown in FIG. 3, a magnetic disk drive for reading from and writing to a removable, nonvolatile magnetic disk (e.g., a "floppy disk") and an optical disk drive for reading from or writing to a removable, nonvolatile optical disk (a Compact disk-Read Only Memory (CD-ROM)), Digital Video disk (DVD-ROM), or other optical media may be provided. In these cases, each drive may be connected to bus 18 by one or more data media interfaces. System memory 28 may include at least one program product having a set (e.g., at least one) of program modules that are configured to carry out the functions of embodiments of the invention.
A program/utility 40 having a set (at least one) of program modules 42 may be stored, for example, in system memory 28, such program modules 42 including, but not limited to, an operating system, one or more application programs, other program modules, and program data, each of which examples or some combination thereof may comprise an implementation of a network environment. Program modules 42 generally carry out the functions and/or methodologies of the described embodiments of the invention.
Electronic device 12 may also communicate with one or more external devices 14 (e.g., keyboard, pointing device, display 24, etc.), with one or more devices that enable a user to interact with electronic device 12, and/or with any devices (e.g., network card, modem, etc.) that enable electronic device 12 to communicate with one or more other computing devices. Such communication may be through an input/output (I/O) interface 22. In the electronic device 12 of the present embodiment, the display 24 is not provided as a separate body but is embedded in the mirror surface, and when the display surface of the display 24 is not displayed, the display surface of the display 24 and the mirror surface are visually integrated. Also, the electronic device 12 may communicate with one or more networks (e.g., a Local Area Network (LAN), Wide Area Network (WAN), and/or a public Network such as the internet) via the Network adapter 20. As shown, the network adapter 20 communicates with other modules of the electronic device 12 via the bus 18. It should be understood that although not shown in the figures, other hardware and/or software modules may be used in conjunction with electronic device 12, including but not limited to: microcode, device drivers, Redundant processing units, external disk drive Arrays, disk array (RAID) systems, tape drives, and data backup storage systems, to name a few.
The processing unit 16 executes various functional applications and data processing by executing programs stored in the system memory 28, for example, to implement the display method provided by the embodiment of the present invention:
creating a target frame buffer area, wherein the target frame buffer area stores data to be displayed;
splitting the data to be displayed in the target frame buffer area according to a preset rule;
and sending the split data to be displayed to frame buffer areas of at least two screens, so that the at least two screens perform associated display according to the split data to be displayed.
Fig. 4 is a schematic structural diagram of a computer-readable storage medium containing a computer program according to an embodiment of the present invention. Embodiments of the present invention provide a computer-readable storage medium 61, on which a computer program 610 is stored, which when executed by one or more processors implements the display method as provided by all inventive embodiments of the present application:
creating a target frame buffer area, wherein the target frame buffer area stores data to be displayed;
splitting the data to be displayed in the target frame buffer area according to a preset rule;
and sending the split data to be displayed to frame buffer areas of at least two screens, so that the at least two screens perform associated display according to the split data to be displayed.
Any combination of one or more computer-readable media may be employed. The computer readable medium may be a computer readable signal medium or a computer readable storage medium or any combination of the two. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this document, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
A computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
In some embodiments, the clients, servers may communicate using any currently known or future developed network Protocol, such as HTTP (Hyper Text Transfer Protocol), and may interconnect with any form or medium of digital data communication (e.g., a communications network). Examples of communication networks include a local area network ("LAN"), a wide area network ("WAN"), the Internet (e.g., the Internet), and peer-to-peer networks (e.g., ad hoc peer-to-peer networks), as well as any currently known or future developed network.
The computer readable medium may be embodied in the electronic device; or may exist separately without being assembled into the electronic device.
Computer program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C + +, or the like, as well as conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present disclosure. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The units described in the embodiments of the present disclosure may be implemented by software or hardware. Where the name of an element does not in some cases constitute a limitation on the element itself.
The functions described herein above may be performed, at least in part, by one or more hardware logic components. For example, without limitation, exemplary types of hardware logic components that may be used include: field Programmable Gate Arrays (FPGAs), Application Specific Integrated Circuits (ASICs), Application Specific Standard Products (ASSPs), systems on a chip (SOCs), Complex Programmable Logic Devices (CPLDs), and the like.
In the context of this disclosure, a machine-readable medium may be a tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. The machine-readable medium may be a machine-readable signal medium or a machine-readable storage medium. A machine-readable medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. More specific examples of a machine-readable storage medium would include an electrical connection based on one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (10)

1. A display method, comprising:
creating a target frame buffer area, wherein the target frame buffer area stores data to be displayed;
splitting the data to be displayed in the target frame buffer area according to a preset rule;
and sending the split data to be displayed to frame buffer areas of at least two screens, so that the at least two screens perform associated display according to the split data to be displayed.
2. The method of claim 1, wherein splitting the data to be displayed in the target frame buffer area according to a preset rule comprises:
acquiring screen parameters and/or characteristic information of data to be displayed, wherein the screen parameters comprise: at least one of a size of the at least two screens, a position of the at least two screens, and a distance between the at least two screens;
and splitting the data to be displayed according to the screen parameters and/or the characteristic information of the data to be displayed.
3. The method of claim 1, wherein sending the split data to be displayed to a frame buffer area of at least two screens, so that the at least two screens perform associated display according to the split data to be displayed comprises:
and sending the split data to be displayed to frame buffer areas of at least two screens, so that the at least two screens can display the split data to be displayed in an associated manner.
4. The method of claim 1, wherein sending the split data to be displayed to a frame buffer area of at least two screens, so that the at least two screens perform associated display according to the split data to be displayed comprises:
and sending the split data to be displayed to frame buffer areas of at least two screens so as to enable the at least two screens to display target data in an associated manner, wherein the target data is obtained by overlapping the split data to be displayed and the original data stored in the frame buffer areas of the at least two screens.
5. A display device, comprising:
the system comprises a creating module, a display module and a display module, wherein the creating module is used for creating a target frame buffer area, and the target frame buffer area stores data to be displayed;
the splitting module is used for splitting the data to be displayed in the target frame buffer area according to a preset rule;
and the display module is used for sending the split data to be displayed to the frame buffer areas of the at least two screens so as to enable the at least two screens to perform associated display according to the split data to be displayed.
6. The apparatus of claim 5, wherein the splitting module is specifically configured to:
acquiring screen parameters and/or characteristic information of data to be displayed, wherein the screen parameters comprise: at least one of a size of the at least two screens, a position of the at least two screens, and a distance between the at least two screens;
and splitting the data to be displayed according to the screen parameters and/or the characteristic information of the data to be displayed.
7. The apparatus of claim 5, wherein the display module is specifically configured to:
and sending the split data to be displayed to frame buffer areas of at least two screens, so that the at least two screens can display the split data to be displayed in an associated manner.
8. The apparatus of claim 5, wherein the display module is specifically configured to:
and sending the split data to be displayed to frame buffer areas of at least two screens so as to enable the at least two screens to display target data in an associated manner, wherein the target data is obtained by overlapping the split data to be displayed and the original data stored in the frame buffer areas of the at least two screens.
9. An electronic device, comprising:
one or more processors;
a memory for storing one or more programs;
the one or more programs, when executed by the one or more processors, cause the processors to implement the method of any of claims 1-4.
10. A computer-readable storage medium containing a computer program, on which the computer program is stored, characterized in that the program, when executed by one or more processors, implements the method according to any one of claims 1-4.
CN202111060097.1A 2021-09-10 2021-09-10 Display method, device, equipment and storage medium Pending CN113791858A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111060097.1A CN113791858A (en) 2021-09-10 2021-09-10 Display method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111060097.1A CN113791858A (en) 2021-09-10 2021-09-10 Display method, device, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN113791858A true CN113791858A (en) 2021-12-14

Family

ID=78879893

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111060097.1A Pending CN113791858A (en) 2021-09-10 2021-09-10 Display method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN113791858A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023134133A1 (en) * 2022-01-17 2023-07-20 中国第一汽车股份有限公司 Method and apparatus for automatically acquiring carputer theme, and vehicle

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102047612A (en) * 2008-03-24 2011-05-04 惠普开发有限公司 Image-based remote access system
CN102685600A (en) * 2012-04-26 2012-09-19 青岛海信电器股份有限公司 Data overlaying display and synthesis method and system and display equipment
US20140152682A1 (en) * 2012-12-03 2014-06-05 Samsung Electronics Co., Ltd. Display device for displaying multiple screens and method for controlling the same
CN109416828A (en) * 2016-07-07 2019-03-01 华为技术有限公司 Frame buffering is mapped to the device and method of logic eye
CN109495697A (en) * 2017-09-11 2019-03-19 广州彩熠灯光有限公司 Multi-screen extended method, system, storage medium and terminal based on video cutting
US20190295210A1 (en) * 2016-07-02 2019-09-26 Intel Corporation A mechanism for providing multiple screen regions on a high resolution

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102047612A (en) * 2008-03-24 2011-05-04 惠普开发有限公司 Image-based remote access system
CN102685600A (en) * 2012-04-26 2012-09-19 青岛海信电器股份有限公司 Data overlaying display and synthesis method and system and display equipment
US20140152682A1 (en) * 2012-12-03 2014-06-05 Samsung Electronics Co., Ltd. Display device for displaying multiple screens and method for controlling the same
US20190295210A1 (en) * 2016-07-02 2019-09-26 Intel Corporation A mechanism for providing multiple screen regions on a high resolution
CN109416828A (en) * 2016-07-07 2019-03-01 华为技术有限公司 Frame buffering is mapped to the device and method of logic eye
CN109495697A (en) * 2017-09-11 2019-03-19 广州彩熠灯光有限公司 Multi-screen extended method, system, storage medium and terminal based on video cutting

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023134133A1 (en) * 2022-01-17 2023-07-20 中国第一汽车股份有限公司 Method and apparatus for automatically acquiring carputer theme, and vehicle

Similar Documents

Publication Publication Date Title
CN109947512B (en) Text adaptive display method, device, server and storage medium
CN110166810A (en) Video rendering engine switching method, device, equipment and readable storage medium storing program for executing
CN110619099B (en) Comment content display method, device, equipment and storage medium
CN111240769A (en) Page starting method, device, equipment and storage medium
CN113254136A (en) Information recommendation popup window display method, device, equipment and computer readable medium
US10154078B2 (en) Graphical user interface facilitating uploading of electronic documents to shared storage
US20170180293A1 (en) Contextual temporal synchronization markers
CN114330277B (en) Reading typesetting method, device, equipment and storage medium
US20190268553A1 (en) Dynamic and contextual data replacement in video content
CN113791858A (en) Display method, device, equipment and storage medium
US10169899B2 (en) Reactive overlays of multiple representations using augmented reality
CN107862035B (en) Network reading method and device for conference record, intelligent tablet and storage medium
CN113553123A (en) Data processing method and device, electronic equipment and storage medium
CN112256370A (en) Information display method and device and electronic equipment
CN112492399B (en) Information display method and device and electronic equipment
CN110147283B (en) Display content switching display method, device, equipment and medium
US20170249370A1 (en) Method and apparatus for data processing
US20150019595A1 (en) Interactive format manipulation and replication
CN114356475B (en) Display processing method, device, equipment and storage medium
CN111054072A (en) Role model trailing method, device, equipment and storage medium
CN112579218A (en) User interface display method and device, computer readable medium and electronic equipment
CN113656041A (en) Data processing method, device, equipment and storage medium
CN110083321B (en) Content display method and device, intelligent screen projection terminal and readable storage medium
CN114090938A (en) Page processing method and equipment
CN113891121A (en) Video subtitle processing method, video subtitle display method and device

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20211214