Display Arrangement Utilizing Internal Display Screen Tower Surrounded by External Display Screen Sides
20190253698 ยท 2019-08-15
Inventors
Cpc classification
H04N13/395
ELECTRICITY
H04N5/64
ELECTRICITY
G09F27/00
PHYSICS
G09F19/22
PHYSICS
G06F3/1423
PHYSICS
G09G2300/026
PHYSICS
G09F9/3026
PHYSICS
International classification
H04N13/395
ELECTRICITY
G09F27/00
PHYSICS
G06F3/14
PHYSICS
G09G3/00
PHYSICS
G09F15/00
PHYSICS
G09F19/22
PHYSICS
Abstract
A display arrangement suitable for stadiums, shopping malls, or other locations with open areas includes an upstanding support structure having a plurality of support structure sides on which stacked display screen arrangements are disposed. An enclosure surrounds all sides of the upstanding support structure, and has a plurality of enclosure sides on which stacked display screen arrangements are arrayed. The display arrangement utilizes at least one processor by which the stacked display screen arrangements on the enclosure sides allow for integrated foreground, middle ground, and background movements. At least one of the upstanding support structure and the enclosure includes a particularly adapted cooling arrangement.
Claims
1. A display arrangement comprising: an upstanding support structure having a plurality of external support structure sides,. each of the external support structure sides including a pair of stacked display screen arrangements; and an enclosure surrounding all support structure sides of the upstanding support structure, the enclosure having a plurality of external enclosure sides, each of the external enclosure sides including stacked rows of multiple display screen arrangements.
2. The display arrangement according to claim 1, further comprising at least one processor by which the stacked display screen arrangements and the stacked rows of multiple display screen arrangements allow for integrated foreground, middle ground, and background movements.
3. The display arrangement according to claim 1, wherein at least one of the upstanding support structure and the enclosure includes a cooling arrangement.
4. The display arrangement according to claim 1, wherein screens of the pair of stacked display screen arrangements are LED screens.
5. The display arrangement according to claim 4, wherein the stacked rows of multiple display screen arrangements include any of painted glass panels, TOLEDs, LEDs, and televisions.
6. The display arrangement according to claim 4, wherein the stacked rows of multiple display screen arrangements include painted glass panels and any of TOLEDs, LEDs, and televisions.
7. The display arrangement according to claim 2, wherein the processor is formed by a PC with a HDMI connection.
8. The display arrangement according to claim 1, wherein the enclosure includes an interior frame having a shape approximating a cube.
9. The display arrangement according to claim 8, wherein the frame is formed at least primarily of steel.
10. The display arrangement according to claim 3, wherein the cooling arrangement includes a plurality of cooling devices mounted to the upstanding support structure.
11. The display arrangement according to claim 10, wherein the upstanding support structure includes a frame and flanges located at a top of the frame with openings or cutouts to receive the cooling devices.
12. The display arrangement according to claim 10, further comprising hinged doors or panels carrying the display screen arrangements disposed on the sides of the upstanding support structure.
13. The display arrangement according to claim 12, wherein the upstanding support structure includes back panels relative to which the hinged doors or panels are pivotable.
14. The display arrangement according to claim 2, wherein at least one of the external enclosure sides has six of said display screen arrangements arrayed thereon, and wherein said six display screen arrangements are all controlled by a single PC with a HDMI connection.
15. The display arrangement according to claim 13, wherein the back panels further include ventilation openings.
16. The display arrangement according to claim 1, further comprising flanged divider elements separating adjacent stacked display screen arrangements arrayed on said external enclosure sides from one another.
17. The display arrangement according to claim 16, wherein the flanged divider elements include exposed outer ends forming parts of the enclosure sides.
18. The display arrangement according to claim 16, further comprising bonding and cushioning material interposed between the divider elements and the adjacent stacked display screen arrangements.
19. The display arrangement according to claim 1, wherein each of the stacked screen arrangements in at least one of the stacked rows is disposed between L-shaped guides, permitting lateral insertion of the stacked screen arrangements in said at least one of the stacked rows.
20. The display arrangement according to claim 8, further comprising a polished decorative covering overlying edges of the enclosure.
Description
BRIEF DESCRIPTION OF THE DRAWINGS
[0011]
[0012]
[0013]
[0014]
[0015]
[0016]
[0017]
[0018]
[0019]
[0020]
[0021]
[0022]
[0023]
[0024]
[0025]
[0026]
[0027]
[0028]
[0029]
[0030]
[0031]
[0032]
[0033]
[0034]
[0035]
[0036]
DETAILED DESCRIPTION OF THE INVENTION
[0037]
[0038]
[0039]
[0040] In the plan view of the cube corner provided by
[0041]
[0042]
[0043]
[0044]
[0045]
[0046] The external cube and central pillar, together, thus form a display arrangement having the pillar as an upstanding support structure with a plurality of support structure sides on which stacked display screen arrangements formed by the screens 42 are disposed, and an enclosure for that upstanding support structure. This enclosure, formed by the external cube, surrounds all support structure sides of the upstanding support structure, and has a plurality of enclosure sides on which stacked display screen arrangements, formed by painted glass panels G, TOLEDs, LEDs, and/or televisions as appropriate, are arrayed.
[0047] Passersby are able to interact with a PC, CPU, or other suitable control device in several ways, including via a touch screen that could be separate from or incorporated into one or more of the TOLEDs, via infrared sensors or sensors of other types associated with the bezel formed by the polished chrome exoskeleton 10, an infrared sensing device located at the base of the exterior cube. Other forms of communication, such as Wi-Fi, Bluetooth wireless technology, and so on, are also contemplated.
[0048] Returning now to the cube, cube software architecture is configured as set out in the following discussion.
[0049] The cube has one PC per side, and each PC runs custom software. The cube platform is a cloud based architecture, which consists of a NOC (Network Operations Center) and Agent software on each machine.
The Cube AgentSoftware Architecture
[0050] Every PC has an agent that monitors the cloud platform; this agent is the NOC.
[0051] The agent is a piece of software written in NODE.js with a local postgres database. The Agent boots upon startup and contacts the NOC to register and ascertain which commands to run, e.g., create app, update app, run app, remove app, make app x main app, get app, get file, set file. HANA designates optional, commercially available software, developed and owned by SAP, that is utilized in certain architecture versions.
[0052] In the illustrated embodiments, Apps are software applications written in Unity or Web Tech (HTMLS, JS, NODE); however, any other suitable coding language may be used. In the embodiments presented herein, each app is added to a git repository with vStream SSH credentials. Once the repository URL is shared with the NOC, all content for the app can be deployed to the relevant machine. The flow is as follows:
[0053] When an app is run, its PID (process ID) is stored in the local Postgres database. If a new app is instigated via the run app command, the currently running app's ID is retrieved from the database and the process is killed, allowing the new app to run.
The Cube NOC Architecture
[0054] The cube NOC (Network Operations Center) manages all cube installations and facilitates deployment and scheduling of running apps on each cube and pillar. At a simple level, NOC is a web server running on an Amazon Web Server (AWS), for instance, which is a node.js application which manages the communications with the user interface (UI) and each machine.
[0055] Each machine has a description, which takes the format Installation name>Description>Machine name (e.g. Levis Stadium>cube>Side 1). Each machine registers itself with the NOC using the unique details. Also included in the representation above are the virtual private cloud (VPC) and the relational database service (RDS) utilized in this particular architecture. Once registered, the NOC web server can then send commands to the machine, listed below.
[0056] Load balancing and scalability is handled using AWS services. Elastic Balancer is Amazon's infrastructure to manage the load and number of servers. Elastic beanstalk deploys the server code from a local development machine to the cloud server.
[0057] Below is the UI for the NOC
[0058] Below is the UI showing available commands
[0059] Below is the UI showing the available apps on a specific machine
Cube PC Screen Configuration
[0060] The cube PC has 6 screens attached, all controlled by a single PC with a HDMI connection. The bottom two screens are LED, the top four are TOLED. The top two screens are fixed to the frame upside down, which poses an issue as the screens do not have the ability to invert the content. Therefore it was necessary to facilitate this through software. The two top TOLED screens are inverted with the graphics card by altering the NVIDIA graphics card driver. The desktop is warped. It rewrites the position of the pixels using a matrix so as to display the content on screen 1 and 2 (below).
TABLE-US-00001 Screen 1-TOLED Screen 2-TOLED Content inverted Content inverted Screen 3-TOLED Screen 4-TOLED Content normal Content normal Screen 5-LED Screen 6-LED Content normal Content normal
[0061] The overall display arrangement, with the processor formed by the PC and the HDMI connection mentioned, thus allow the stacked TOLED and/or LED display screen arrangements on sides of the cube to provide the integrated foreground, middle ground, and background movements mentioned at the outset.
[0062] The foregoing disclosure has been set forth merely to illustrate the invention and is not intended to be limiting. Since modifications of the disclosed embodiments incorporating the spirit and substance of the invention may occur to persons skilled in the art, the invention should be construed to include everything within the scope of any ultimately issued claims and equivalents thereof.