Package ilcd
Class DeviceInfo

Public Method getFirmwareVersion

String getFirmwareVersion()

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Returns Description
firmwareVersion firmware version

The getFirmwareVersion() method returns the firmware version as major and minor version separated by a dot within one single string.
Example string which is returned by this method: 5.00


Example

DeviceInfo deviceInfo = General.getDeviceInfo();

Draw.writeText(deviceInfo.getFirmwareVersion());

See also:

General.getDeviceInfo()