Package ilcd
Class DeviceInfo

Public Method getHardwareRevision

String getHardwareRevision()

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Returns Description
hardwareRevision hardware revision

The getHardwareRevision() method returns a text string containing the hardware revision of the iLCD panelJoC board.
Example string which is returned by this method: 3.0

Example

DeviceInfo deviceInfo = General.getDeviceInfo();

Draw.writeText(deviceInfo.getHardwareRevision());

See also:

General.getDeviceInfo()