Methods and functions:
| Method | Description |
|---|---|
| [SetupDisplay] | Set display on/off, brightness |
| [ShowDig] | show single digit on position |
| [ClearDig] | clear single digit on position |
| [ShowLed] | Controls a LED |
| [ShowLeds] | Set all the LEDs |
| [ShowHexNumber] | Show HEX number on display |
| [ShowDecNumber] | |
| [ShowSignedDecNumber] | |
| [ShowString] | Show String on display (example "HELLO!") |
| [DisplayClean] | clean all display |
| [GetKey] | Returns the pressed buttons as a bit set (left to right). |
| [ShowError] | Set "Error" message |
perspective:
ShowBinNumber
ShowLedsByte(), or ShowAllLeds()
Version history:
1.6.5 22 August 2012
1.6.0 28 June 2012
1.3.0 27 June 2012
1.2.5 26 June 2012
1.2.1 25 June 2012
Optimization:
v1.0.1 24 June 2012 added GetKey function;
v1.0.0 22 June 2012 First Public RC.
Wiki: ClearDig
Wiki: DisplayClean
Wiki: GetKey
Wiki: SetupDisplay
Wiki: ShowDecNumber
Wiki: ShowDig
Wiki: ShowError
Wiki: ShowHexNumber
Wiki: ShowLed
Wiki: ShowLeds
Wiki: ShowSignedDecNumber
Wiki: ShowString