Stormworks: Build and Rescue

Stormworks: Build and Rescue

72 个评价
Customizable Display Interface
   
奖励
收藏
已收藏
取消收藏
Vehicles: Air, Sea, Land
标签: v0.8.7
文件大小
发表于
更新日期
51.174 KB
2019 年 8 月 6 日 上午 4:00
2019 年 8 月 6 日 上午 5:12
4 项改动说明 ( 查看 )

订阅以下载
Customizable Display Interface

在 Firyst 的 1 个合集中
Firyst's microcontrollers
8 件物品
描述
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 条留言
Anthony John Soprano 2022 年 7 月 16 日 下午 8:13 
how do I get a number to go down each time I click a button using the screen..
Lora hart 2021 年 11 月 17 日 下午 11:36 
how do i separate the composite values when connecting to the micro
Arbalest 2021 年 7 月 1 日 上午 8:14 
он не появляется в "инвентаре"
Firyst  [作者] 2021 年 6 月 29 日 上午 1:18 
@Loooser there is decimal slider
flycatNZ 2021 年 6 月 28 日 上午 3:57 
Where about's would you change decimals or get rid of
Willy 2021 年 4 月 12 日 下午 1:50 
It worked! Much appreciated.
Willy 2021 年 4 月 11 日 下午 3:45 
I'll be trying, thanks!
Firyst  [作者] 2021 年 4 月 11 日 上午 1:50 
@Willy try using tostring(number)..unit
Willy 2021 年 4 月 10 日 下午 8:02 
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  [作者] 2020 年 9 月 30 日 上午 11:23 
@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.