Sha256: f3b4c63d88457be462859d955bf011fbf2384ddc87f5be354a73d2131b1aff5a

Contents?: true

Size: 840 Bytes

Versions: 9

Compression:

Stored size: 840 Bytes

Contents

SCREEN 500 200 1.0

SCROLLWINDOW 200

  # Change the title font to 10 pt courier without bold and make it italic
  TITLE "<%= target_name %> Other Widget Examples" courier 10 normal true

  HORIZONTAL
    LABEL "TestText œ © ®" # Throw in some UTF-8 chars
    LABEL "TestText" nil 20 # Only change the font size
    LABEL "TestText" nil nil BOLD # Only change make it bold
    LABEL "TestText" nil nil nil true # Only make it italic
    SPACER 32 24
    LABEL "TestText" Arial nil BOLD # Bold arial with default size
    LABEL "TestText" Arial nil nil true # Italic arial with default size
    LABEL "TestText" Courier 14 # 14pt courier
  END

  LABELVALUEDESC <%= target_name %> HEALTH_STATUS TEMP1
  LABELVALUEDESC <%= target_name %> HEALTH_STATUS TEMP1 "Description"
  TEXTBOX <%= target_name %> ADCS PACKET_TIMEFORMATTED 400 100
END

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
openc3-cosmos-demo-6.2.1 targets/INST/screens/other.txt
openc3-cosmos-demo-6.2.0 targets/INST/screens/other.txt
openc3-cosmos-demo-6.1.0 targets/INST/screens/other.txt
openc3-cosmos-demo-6.0.2 targets/INST/screens/other.txt
openc3-cosmos-demo-6.0.1 targets/INST/screens/other.txt
openc3-cosmos-demo-6.0.0 targets/INST/screens/other.txt
openc3-cosmos-demo-5.20.0 targets/INST/screens/other.txt
openc3-cosmos-demo-5.19.0 targets/INST/screens/other.txt
openc3-cosmos-demo-5.18.0 targets/INST/screens/other.txt