wiki:GaugesCounter

Counter

Role

  • Display a list of values like a counter

Items

  • background : background of the item
  • main : Represents the pointer (object that will be displayed and will move ). It MUST BE at vertical position on SVG file.
    • request : Value requested to LoPlug? for this object
    • array : Array of displayed values ex: array=["0","1", "2","#"]
    • margin_h: Horizontal margin
    • margin_v: Vertical margin
    • background_color: background color, can be name (background_color="blue") or values (background_color="#ffffff")
    • font_color : color of the font
    • font_name : name of the font ex font_name = "Arial"
    • font_size : size of the font ex font_size = 10
    • value_min : minimum value that corresponding of first item in array
    • value_max : maximum value that corresponding of last item in array
    • slot : if slot = True counter work with slot, otherwise it will display with continue