Stormworks: Build and Rescue

Stormworks: Build and Rescue

72 ratings
Customizable Display Interface
   
Award
Favorite
Favorited
Unfavorite
Vehicles: Air, Sea, Land
Tags: v0.8.7
File Size
Posted
Updated
51.174 KB
6 Aug, 2019 @ 4:00am
6 Aug, 2019 @ 5:12am
4 Change Notes ( view )

Subscribe to download
Customizable Display Interface

In 1 collection by Firyst
Firyst's microcontrollers
8 items
Description
This chip draws interface with four pages: three you can customize as you want, fourth is map.

Specs:
  • Inputs: 1-12
  • Pages: 4
  • Size: 2*2
  • Customizable text
  • Customizable units of measurement
  • Numbers after the decimal point: 1-4
  • Themes: dark/light
  • Map zoom: 0,1 - 50
  • Map modes: with/without transparency
  • Can be drawn over another image
  • Recommended displays: 2*2, 5*3, Large HUD
  • Code symbols: 3,9K
Installation:
  1. Place chip
  2. Connect output video to monitor (video)
  3. Connect touch output from monitor to touch input at chip (composite)
  4. Customise:
    • Categories are shown on the bottom part; inputs are shown inside categories.
    • Name is what will be shown, for instance "Speed" or "Temperature".
    • Units - what is shown on the right of number, for example: "km/h", "liters".
    • Decimal: numbers after the decimal point.
    • Water on map - if water will be visible
    • Default map zoom - at what zoom map will spawn.
  5. Make input composite: 1-12 are inputs, 13-14 are x and y for the map, 15 is on/off for themes switch.
  6. Connect composite to values input on the chip.

If you use this in your workshop product, please mention me!

Bugs/features can be reported in comments below.
33 Comments
Anthony John Soprano 16 Jul, 2022 @ 8:13pm 
how do I get a number to go down each time I click a button using the screen..
Lora hart 17 Nov, 2021 @ 11:36pm 
how do i separate the composite values when connecting to the micro
Arbalest 1 Jul, 2021 @ 8:14am 
он не появляется в "инвентаре"
Firyst  [author] 29 Jun, 2021 @ 1:18am 
@Loooser there is decimal slider
flycatNZ 28 Jun, 2021 @ 3:57am 
Where about's would you change decimals or get rid of
Willy 12 Apr, 2021 @ 1:50pm 
It worked! Much appreciated.
Willy 11 Apr, 2021 @ 3:45pm 
I'll be trying, thanks!
Firyst  [author] 11 Apr, 2021 @ 1:50am 
@Willy try using tostring(number)..unit
Willy 10 Apr, 2021 @ 8:02pm 
Hi!, I'm making a micro and I need help as I'm a begginer, the problem is that I'm trying to make a diplay with the text to display, the number, and its corresponding unit, I can putt the text and the number, but when I try to get number and unit in the same text box, I get errors.(because I'm making all this with text boxes). Please help!
Firyst  [author] 30 Sep, 2020 @ 11:23am 
@Lyxlax you should use "composite write number" node wth index from 1 to 12. (1-4: first page, 5 - 8: second, etc.) So you get your value from sensor, process it with your function, and then write into composite signal.