Skip to content
H.J.P edited this page Apr 28, 2017 · 18 revisions

Update 1.1.0.0

  • Spitfire added (Beta)

Update 0.9945

  • Kneeboard, for bmpmaps (png/jpg - files)
  • Zoom in / out, rotate clockwise / anti clockwise and move the bmap up, down, left and right.

Update 0.9940

The bitmap size and the contour now define the following controls:

  • Button
  • ButtonOffOn
  • ButtonPanelOffOn
  • ButtonWithRelease
  • ButtonWithRepeat
  • SwitchOff_On
  • SwitchOffOn
  • SwitchPanelOffOn
  • SwitchOn_OffOn
  • SwitchOn_Off_On
  • SwitchOnOffOn
  • LampOnOff
  • Label

For displays please use the new generic DisplayDefault, Display7Segment or DisplayDotMatrix class.

  • Input field: The color of displayed characters ( 95E298 for green )
  • Output field: The number of displayed characters

Please look at our examples.

The following classes are no longer supported:

  • Button45x45
  • Button70x70

Please use the generic class Button.

  • Label200x100
  • Label200x200
  • Label300x100
  • Label300x200
  • Label400x400

Please use the generic class Label.

  • LampOnOff100x40
  • LampOnOff200x80
  • LampOnOff30x30
  • LampOnOff70x70
  • LampOnOff80x200

Please use the generic class LampOnOff.