UNPKG

johnny-five-electron

Version:

Temporary fork to support Electron (to be deprecated)

121 lines (118 loc) 5.2 kB
// http://www.quinapalus.com/hd44780udg.html // http://www.darreltaylor.com/files/CustChar.htm module.exports = { DEFAULT: { "0": [0xe, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0xe], "1": [0x2, 0x6, 0xe, 0x6, 0x6, 0x6, 0x6], "2": [0xe, 0x1b, 0x3, 0x6, 0xc, 0x18, 0x1f], "3": [0xe, 0x1b, 0x3, 0xe, 0x3, 0x1b, 0xe], "4": [0x3, 0x7, 0xf, 0x1b, 0x1f, 0x3, 0x3], "5": [0x1f, 0x18, 0x1e, 0x3, 0x3, 0x1b, 0xe], "6": [0xe, 0x1b, 0x18, 0x1e, 0x1b, 0x1b, 0xe], "7": [0x1f, 0x3, 0x6, 0xc, 0xc, 0xc, 0xc], "8": [0xe, 0x1b, 0x1b, 0xe, 0x1b, 0x1b, 0xe], "9": [0xe, 0x1b, 0x1b, 0xf, 0x3, 0x1b, 0xe], "10": [0x17, 0x15, 0x15, 0x15, 0x17, 0x0, 0x1f], "11": [0xa, 0xa, 0xa, 0xa, 0xa, 0x0, 0x1f], "12": [0x17, 0x11, 0x17, 0x14, 0x17, 0x0, 0x1f], "13": [0x17, 0x11, 0x13, 0x11, 0x17, 0x0, 0x1f], "14": [0x15, 0x15, 0x17, 0x11, 0x11, 0x0, 0x1f], "15": [0x17, 0x14, 0x17, 0x11, 0x17, 0x0, 0x1f], "16": [0x17, 0x14, 0x17, 0x15, 0x17, 0x0, 0x1f], "17": [0x17, 0x11, 0x12, 0x12, 0x12, 0x0, 0x1f], "18": [0x17, 0x15, 0x17, 0x15, 0x17, 0x0, 0x1f], "19": [0x17, 0x15, 0x17, 0x11, 0x17, 0x0, 0x1f], circle: [0x0, 0xe, 0x11, 0x11, 0x11, 0xe, 0x0], cdot: [0x0, 0xe, 0x11, 0x15, 0x11, 0xe, 0x0], donut: [0x0, 0xe, 0x1f, 0x1b, 0x1f, 0xe, 0x0], ball: [0x0, 0xe, 0x1f, 0x1f, 0x1f, 0xe, 0x0], square: [0x0, 0x1f, 0x11, 0x11, 0x11, 0x1f, 0x0], sdot: [0x0, 0x1f, 0x11, 0x15, 0x11, 0x1f, 0x0], fbox: [0x0, 0x1f, 0x1f, 0x1f, 0x1f, 0x1f, 0x0], sbox: [0x0, 0x0, 0xe, 0xa, 0xe, 0x0, 0x0], sfbox: [0x0, 0x0, 0xe, 0xe, 0xe, 0x0, 0x0], bigpointerright: [0x8, 0xc, 0xa, 0x9, 0xa, 0xc, 0x8], bigpointerleft: [0x2, 0x6, 0xa, 0x12, 0xa, 0x6, 0x2], arrowright: [0x8, 0xc, 0xa, 0x9, 0xa, 0xc, 0x8], arrowleft: [0x2, 0x6, 0xa, 0x12, 0xa, 0x6, 0x2], ascprogress1: [0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10], ascprogress2: [0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18], ascprogress3: [0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c], ascprogress4: [0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e], fullprogress: [0x1f, 0x1f, 0x1f, 0x1f, 0x1f, 0x1f, 0x1f, 0x1f], descprogress1: [1, 1, 1, 1, 1, 1, 1, 1], descprogress2: [3, 3, 3, 3, 3, 3, 3, 3], descprogress3: [7, 7, 7, 7, 7, 7, 7, 7], descprogress4: [15, 15, 15, 15, 15, 15, 15, 15], ascchart1: [31, 0, 0, 0, 0, 0, 0, 0], ascchart2: [31, 31, 0, 0, 0, 0, 0, 0], ascchart3: [31, 31, 31, 0, 0, 0, 0, 0], ascchart4: [31, 31, 31, 31, 0, 0, 0, 0], ascchart5: [31, 31, 31, 31, 31, 0, 0, 0], ascchart6: [31, 31, 31, 31, 31, 31, 0, 0], ascchart7: [31, 31, 31, 31, 31, 31, 31, 0], descchart1: [0, 0, 0, 0, 0, 0, 0, 31], descchart2: [0, 0, 0, 0, 0, 0, 31, 31], descchart3: [0, 0, 0, 0, 0, 31, 31, 31], descchart4: [0, 0, 0, 0, 31, 31, 31, 31], descchart5: [0, 0, 0, 31, 31, 31, 31, 31], descchart6: [0, 0, 31, 31, 31, 31, 31, 31], descchart7: [0, 31, 31, 31, 31, 31, 31, 31], borderleft1: [1, 1, 1, 1, 1, 1, 1, 1], borderleft2: [3, 2, 2, 2, 2, 2, 2, 3], borderleft3: [7, 4, 4, 4, 4, 4, 4, 7], borderleft4: [15, 8, 8, 8, 8, 8, 8, 15], borderleft5: [31, 16, 16, 16, 16, 16, 16, 31], bordertopbottom5: [31, 0, 0, 0, 0, 0, 0, 31], borderright1: [16, 16, 16, 16, 16, 16, 16, 16], borderright2: [24, 8, 8, 8, 8, 8, 8, 24], borderright3: [28, 4, 4, 4, 4, 4, 4, 28], borderright4: [30, 2, 2, 2, 2, 2, 2, 30], borderright5: [31, 1, 1, 1, 1, 1, 1, 31], box1: [3, 3, 3, 0, 0, 0, 0], box2: [24, 24, 24, 0, 0, 0, 0], box3: [27, 27, 27, 0, 0, 0, 0], box4: [0, 0, 0, 0, 3, 3, 3], box5: [3, 3, 3, 0, 3, 3, 3], box6: [24, 24, 24, 0, 3, 3, 3], box7: [27, 27, 27, 0, 3, 3, 3], box8: [0, 0, 0, 0, 24, 24, 24], box9: [3, 3, 3, 0, 24, 24, 24], box10: [24, 24, 24, 0, 24, 24, 24], box11: [27, 27, 27, 0, 24, 24, 24], box12: [0, 0, 0, 0, 27, 27, 27], box13: [3, 3, 3, 0, 27, 27, 27], box14: [24, 24, 24, 0, 27, 27, 27], box15: [27, 27, 27, 0, 27, 27, 27], euro: [3, 4, 30, 8, 30, 8, 7], cent: [0, 0, 14, 17, 16, 21, 14, 8], speaker: [1, 3, 15, 15, 15, 3, 1], sound: [8, 16, 0, 24, 0, 16, 8], x: [0, 27, 14, 4, 14, 27, 0], target: [0, 10, 17, 21, 17, 10, 0], pointerright: [0, 8, 12, 14, 12, 8, 0], pointerup: [0, 0, 4, 14, 31, 0, 0], pointerleft: [0, 2, 6, 14, 6, 2, 0], pointerdown: [0, 0, 31, 14, 4, 0, 0], arrowne: [0, 15, 3, 5, 9, 16, 0], arrownw: [0, 30, 24, 20, 18, 1, 0], arrowsw: [0, 1, 18, 20, 24, 30, 0], arrowse: [0, 16, 9, 5, 3, 15, 0], dice1: [0, 0, 0, 4, 0, 0, 0], dice2: [0, 16, 0, 0, 0, 1, 0], dice3: [0, 16, 0, 4, 0, 1, 0], dice4: [0, 17, 0, 0, 0, 17, 0], dice5: [0, 17, 0, 4, 0, 17, 0], dice6: [0, 17, 0, 17, 0, 17, 0], bell: [4, 14, 14, 14, 31, 0, 4], smile: [0, 10, 0, 17, 14, 0, 0], note: [2, 3, 2, 14, 30, 12, 0], clock: [0, 14, 21, 23, 17, 14, 0], heart: [0, 10, 31, 31, 31, 14, 4, 0], duck: [0, 12, 29, 15, 15, 6, 0], check: [0, 1, 3, 22, 28, 8, 0], retarrow: [1, 1, 5, 9, 31, 8, 4], runninga: [6, 6, 5, 14, 20, 4, 10, 17], runningb: [6, 6, 4, 14, 14, 4, 10, 10] } };