|
|
Line 1: |
Line 1: |
− | {{itembox
| |
− | | item = Corner LCD
| |
− | | description =
| |
− | | tool = no
| |
− | | largeship = yes
| |
− | | smallship = yes
| |
− | | component = no
| |
− | | rawmaterial = no
| |
− | | material = no
| |
− |
| |
− | | lbuildtime = 4
| |
− | | lpowerconsumption = 0.00006
| |
− | | lairtightness = No
| |
− | | lresourcesinkgroup = Utility
| |
− | | lcomponentstructure = 2
| |
− | | lcomponent1 = Display
| |
− | | lcomponent1amt = 1
| |
− | | lcomponent2 = Computer
| |
− | | lcomponent2amt = 3
| |
− | | lcomponent3 = Construction Component
| |
− | | lcomponent3amt = 5
| |
− | | lwidth = 1
| |
− | | lheight = 1
| |
− | | ldepth = 1
| |
− |
| |
− | | sbuildtime = 4
| |
− | | spowerconsumption = 0.00006
| |
− | | sairtightness = no
| |
− | | sresourcesinkgroup = Utility
| |
− | | scomponentstructure = 2
| |
− | | scomponent1 = Display
| |
− | | scomponent1amt = 1
| |
− | | scomponent2 = Computer
| |
− | | scomponent2amt = 2
| |
− | | scomponent3 = Construction Component
| |
− | | scomponent3amt = 3
| |
− | | swidth = 1
| |
− | | sheight = 1
| |
− | | sdepth = 1
| |
− |
| |
− | | version = 01.177
| |
− | }}
| |
− |
| |
| == Overview == | | == Overview == |
| The Corner LCD is a thin panel that takes an entire block face and can display a variety of messages and textures that can be displayed constantly or triggered by the [[Programmable Block]], [[Sensor]], [[Timer Block]], or any other block capable of triggering. | | The Corner LCD is a thin panel that takes an entire block face and can display a variety of messages and textures that can be displayed constantly or triggered by the [[Programmable Block]], [[Sensor]], [[Timer Block]], or any other block capable of triggering. |
| | | |
− | == Usage ==
| + | These four variants of the block are: |
− | To access its settings, select it and pressing the 'T' or 'K' key. Selecting it and pressing "K", the "K-menu" is entered. The panel's title and text can be made public, private, or a combination of both. Textures applied can be selected from a list or custom textures can be selected. Textures can be set to rotate on a timer, changing from one to the next. GPS coordinates shown in the GPS format in the text panel will appear in the GPS and can be activated (=shown on HUD).
| + | *[[Corner LCD Top]] |
− | | + | *[[Corner LCD Bottom]] |
− | === Settings ===
| |
− | ----
| |
− | * '''Public title''' - Title that will appear on top of the screen. Visible to everyone
| |
− | * '''Public text''' - Text that appears under title. Visible to everyone
| |
− | * '''Private title''' - Text title will appear on top of the screen. Isn't shown publicly unless changed
| |
− | * '''Private text''' - text that appears under title. Isn't shown publicly unless changed
| |
− | * '''Access type''' - Who has permission to read & write information on the screen
| |
− | * '''Show text on screen''' - Adjust who can view which text on the screen
| |
− | * '''Font size''' - Changes the size of all the text on the screen
| |
− | | |
− | === Colour ===
| |
− | ----
| |
− | * '''Font''' - Changes the colour of the text on the screen
| |
− | * '''Background''' - Changes the colour behind the text on the screen
| |
− | | |
− | === Textures ===
| |
− | ----
| |
− | * '''Loaded textures''' - Available textures that can be used on the screen (and downloaded from the workshop) will appear here.
| |
− | * '''Add to selection''' - Any textures selected from the above can be added using this button. They will then appear below in "Selected".
| |
− | * '''Image change interval''' - Changes the speed (in seconds) how quickly the textures change.
| |
− | * '''Selected textures''' - Any textures that were added, will be displayed here. The order in which they are placed effects which image is displayed first (top of the list is displayed first).
| |
− | * '''Remove selected''' - any selected image in "Selected" can be removed by pressing this button.
| |
− | | |
− | == Media ==
| |
− | {| class="wikitable"
| |
− | | |
− | |}
| |
− | == Tips ==
| |
− | * The LCD needs to be powered in order to work, otherwise it'll display as <span style="color:#ff0000"> "Offline" </span>
| |
− | * If you're using a programmable block with the LCD, be sure to check that both are under the same [[Factions#Ownership|Ownership]]
| |
− | == Known Issues ==
| |
− | | |
− | == Related Items ==
| |
− | *[[Text Panel]]
| |
− | *[[LCD Panel]] | |
− | *[[Wide LCD Panel]] | |
| *[[Corner LCD Flat Top]] | | *[[Corner LCD Flat Top]] |
| *[[Corner LCD Flat Bottom]] | | *[[Corner LCD Flat Bottom]] |
− | *[[Corner LCD 2]]
| |
− |
| |
− | == Programming ==
| |
− | The LCD Panel could be accessed with the programmable block as <code>IMyTextPanel</code>. It could work in ´Texture Mode´ in which the selected textures are shown or the ´Text Mode´ in which the text is shown. The following methods are available:<ref>http://www.reddit.com/r/spaceengineers/comments/2y8for/call_a_lcd_screen_with_programmable_block/cp77do6</ref>
| |
− |
| |
− | {| class="wikitable"
| |
− | |-
| |
− | ! Method !! Description
| |
− | |-
| |
− | | <code>bool WritePublicText(String value, bool append = false)</code>
| |
− | | Writes ''value'' to the public text field. If append is ''true'' then the ''value'' is appended to the end of the current text.
| |
− | |-
| |
− | | <code>String GetPublicText()</code>
| |
− | | Returns the current content of the public text field.
| |
− | |-
| |
− | | <code>bool WritePublicTitle(String value, bool append = false)</code>
| |
− | | Sets the public title to ''value''. If append is ''true'' then the ''value'' is appended to the end of the current title.
| |
− | |-
| |
− | | <code>String GetPublicTitle()</code>
| |
− | | Returns the current public title.
| |
− | |-
| |
− | | <code>void AddImageToSelection(String id)</code>
| |
− | | Adds an image/texture to the end of the list of selected textures. If no image/texture with the name ''id'' exists the texture ´Offline´ is added instead.
| |
− | |-
| |
− | | <code>void AddImagesToSelection(List<String> ids)</code>
| |
− | | Adds the images/textures to the end of the list of selected textures. If no image/texture with the name ''id'' exists the texture ´Offline´ is added instead.
| |
− | |-
| |
− | | <code>void ShowPublicTextOnScreen()</code>
| |
− | | Enables the text to be shown.
| |
− | |-
| |
− | | <code>void ShowTextureOnScreen()</code>
| |
− | | Enables the textures to be shown.
| |
− | |}
| |
− |
| |
− | == References ==
| |
− | <references />
| |
− |
| |
− | == Update History ==
| |
− | <div style="-webkit-border-image: none;-webkit-box-shadow: rgba(0, 0, 0, 0.046875) 0px 1px 1px 0px inset;background-color: #eeeeee;border-bottom-color: #AFAFAF;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;border-bottom-style: solid;border-bottom-width: 1px;border-left-color: #AFAFAF;border-left-style: solid;border-left-width: 1px;border-right-color: #AFAFAF;border-right-style: solid;border-right-width: 1px;border-top-color: #AFAFAF;border-top-left-radius: 3px;border-top-right-radius: 3px;border-top-style: solid;border-top-width: 1px;box-shadow: rgba(0, 0, 0, 0.046875) 0px 1px 1px 0px inset;color: #333;display: block;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size: 1em;height: auto;line-height: 20px;margin-bottom: 5px;margin-left: 8px;margin-right: 8px;margin-top: 0px;min-height: 20px;padding-bottom: 4px;padding-left: 4px;padding-right: 4px;padding-top: 4px;width: auto;">
| |
− | {| class="wikitable" style="width: 100%"
| |
− | |style="text-align: left;width: 8%"| [[Update 01.165]] ||style="padding-left: 10px;padding-right: 10px;"|
| |
− | Corner LCD introduced.
| |
− | |}
| |
− |
| |
− | </div>
| |
− | [[Category:Miscellaneous Blocks]]
| |
The Corner LCD is a thin panel that takes an entire block face and can display a variety of messages and textures that can be displayed constantly or triggered by the Programmable Block, Sensor, Timer Block, or any other block capable of triggering.