Package ilcd
Class DeviceInfo

Public Method getFirmwareInfo

String getFirmwareInfo()

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Returns Description
firmwareInfo firmware information

The getFirmwareInfo() method returns a string with information about the actual firmware.
Example string which is returned by this method: iLCD Firmware V5.00 (c) by demmel products

Example

DeviceInfo deviceInfo = General.getDeviceInfo();

Draw.writeText(deviceInfo.getFirmwareInfo());

See also:

General.getDeviceInfo()