aboutsummaryrefslogtreecommitdiffstats
path: root/lib/lufa/Projects/AVRISP-MKII/Config
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lufa/Projects/AVRISP-MKII/Config')
0 files changed, 0 insertions, 0 deletions
='n74' href='#n74'>74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152
/* 
 * vt102_charset.c:
 *
 * Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>,
 * All rights reserved.
 *
 */

static char rcsid[] =
  "$Id$";

/* 
 * $Log$
 * Revision 1.5  2008/03/07 12:37:04  james
 * *** empty log message ***
 *
 * Revision 1.4  2008/02/27 00:54:16  james
 * *** empty log message ***
 *
 * Revision 1.3  2008/02/27 00:27:22  james
 * *** empty log message ***
 *
 * Revision 1.2  2008/02/26 23:56:12  james
 * *** empty log message ***
 *
 * Revision 1.1  2008/02/26 23:23:17  james
 * *** empty log message ***
 *
 */

#include "project.h"

uint32_t vt102_charset_c0[VT102_CHARSET_SIZE] = {
  [0x00] = 0x2400,
  [0x01] = 0x2401,
  [0x02] = 0x2402,
  [0x03] = 0x2403,
  [0x04] = 0x2404,
  [0x05] = 0x2405,
  [0x06] = 0x2406,
  [0x07] = 0x2407,
  [0x08] = 0x2408,
  [0x09] = 0x2409,
  [0x0a] = 0x240a,
  [0x0b] = 0x240b,
  [0x0c] = 0x240c,
  [0x0d] = 0x240d,
  [0x0e] = 0x240e,
  [0x0f] = 0x240f,
  [0x10] = 0x2410,
  [0x11] = 0x2411,
  [0x12] = 0x2412,
  [0x13] = 0x2413,
  [0x14] = 0x2414,
  [0x15] = 0x2415,
  [0x16] = 0x2416,
  [0x17] = 0x2417,
  [0x18] = 0x2418,
  [0x19] = 0x2419,
  [0x1a] = 0x241a,
  [0x1b] = 0x241b,
  [0x1c] = 0x241c,
  [0x1d] = 0x241d,
  [0x1e] = 0x241e,
  [0x1f] = 0x241f,
  [0x7f] = 0x2421,
};

uint32_t vt102_charset_us[VT102_CHARSET_SIZE] = { 0 };

uint32_t vt102_charset_uk[VT102_CHARSET_SIZE] = {
  [0x23] = 0x00a3,
};

uint32_t vt102_charset_vt52[VT102_CHARSET_SIZE] = {
  [0x5f] = 0x25ae,
  [0x60] = 0x25ae,
  [0x61] = 0x25ae,
  [0x62] = 0x215f,
  [0x63] = '3',                 // 3/
  [0x64] = '5',                 // 5/
  [0x65] = '7',                 // 7/
  [0x66] = 0x00b0,
  [0x67] = 0x00b1,
  [0x68] = 0x2192,
  [0x69] = 0x2026,
  [0x6a] = 0x00f7,
  [0x6b] = 0x2193,
  [0x6c] = 0x23ba,              // bar scan 0
  [0x6d] = 0x23ba,
  [0x6e] = 0x23bb,              // bar scan 2
  [0x6f] = 0x23bb,
  [0x70] = 0x2500,              // bar scan 4
  [0x71] = 0x23bc,
  [0x72] = 0x23bd,              // bar scan 6