Package hw
The iLCD controllerJoCs allow most port pins to be assigned as digital or analog inputs, outputs (pull down or push/pull) or keyboard columns via iLCD Manager XEJoC Manager. All port pin methods below refer to the logical port name, not the physical port pin name.
This means the physical port pin "Keyboard column 3" may have e.g. the logical name "Output #9", so turning on this pin (= setting it to high when it is defined as a push/pull pin) can be done via the IO.setOutput(int, int) method.
When using the same port as a pull-down output port by using the IO.setOutput(int, int) method pulls the pin to low (making it "active"). Note that the Color iLCD controllerJoCs can only source/sink 4mA. Please check the documentation for your particular board.
_INSERT_CONSTRUCTOR_ENTRY_HERE_
Public Methods
Methods inherited from java.lang.Object
_INSERT_INHERITED_METHOD_ENTRY_HERE_
Public Fields
_INSERT_FIELDS_ENTRY_HERE_
Copyright © demmel products gmbh. All rights reserved.