UNPKG

jvsdisplayotron

Version:

A lightweight but powerful module, that allows you to easily control a Display-O-Tron 3000 / HAT from Node.js

14 lines (11 loc) 547 B
<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. |