Skip to content

Instantly share code, notes, and snippets.

@oten
Created June 17, 2016 20:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oten/ba2e254c9aa33298e8541472955533cc to your computer and use it in GitHub Desktop.
Save oten/ba2e254c9aa33298e8541472955533cc to your computer and use it in GitHub Desktop.
static uint8_t def_plt[0x30] = {
0x07, 0x36, 0x42,
0xd3, 0x01, 0x02,
0x85, 0x99, 0x00,
0xb5, 0x89, 0x00,
0x26, 0x8b, 0xd2,
0xd3, 0x36, 0x82,
0x2a, 0xa1, 0x98,
0xee, 0xe8, 0xd5,
0x00, 0x2b, 0x36,
0xcb, 0x4b, 0x16,
0x58, 0x6e, 0x75,
0x65, 0x7b, 0x83,
0x83, 0x94, 0x96,
0x6c, 0x71, 0xc4,
0x93, 0xa1, 0xa1,
0xfd, 0xf6, 0xe3
};
#define DEF_FORE 0x0
#define DEF_BACK 0x7
static uint16_t def_mode = M_AUTOWRAP | M_AUTORPT | M_CURSORVIS;
static uint8_t def_attr = A_NORMAL;
static uint8_t def_pair = (DEF_FORE << 4) | DEF_BACK;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment