<a name="LCDCharacter"></a>
## LCDCharacter
**Kind**: global class  
<a name="new_LCDCharacter_new"></a>
### new LCDCharacter(memoryPosition, map)
Creates a new `LCDCharacter` object.
Note: you should not instantiate this class directly. Instead, use the `createCharacter` function of an initialized `LCD` object.


| Param | Type | Description |
| --- | --- | --- |
| memoryPosition | <code>Number</code> | The Display-O-Tron memory position (should be between 0 and 7). |
| map | <code>Array</code> | An array containing eight 8-bit integers. |
