Package ilcd
Class DeviceInfo
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:
Copyright © demmel products gmbh. All rights reserved.