Package ilcd
Class DeviceInfo

Public Method getILCDControllerName

String getILCDControllerName()

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Returns Description
iLCDControllerName controller name

The getILCDControllerName() method returns the name of the iLCD controllerJoC of the module as a string.
Example string which is returned by this method: DPC3090

Example

DeviceInfo deviceInfo = General.getDeviceInfo();

Draw.writeText(deviceInfo.getILCDControllerName());

See also:

General.getDeviceInfo()