Subversion Repositories Projects

Rev

Rev 902 | Rev 1281 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 902 Rev 941
Line 31... Line 31...
31
 * easy char creation:
31
 * easy char creation:
32
 * http://www.mylifesucks.de/tools/max7456/
32
 * http://www.mylifesucks.de/tools/max7456/
33
 */
33
 */
34
// chars 0 - 255 with 54 byte per char
34
// chars 0 - 255 with 54 byte per char
35
// orginal filename: c-osd.mcm
35
// orginal filename: c-osd.mcm
36
// Wed, 02 Feb 2011 12:29:26 +0100
36
// Thu, 31 Mar 2011 11:55:52 +0200
Line 37... Line 37...
37
 
37
 
38
 
38
 
Line 3324... Line 3324...
3324
//              000000000011
3324
//              000000000011
3325
//              012345678901
3325
//              012345678901
3326
const char chr142[] PROGMEM = {0x55,0x56,0x55,0x55,0x58,0x95,0x55,0x58,0x95,0x55,0xa8,0x95,0x56,0x00,0x95,0x58,0xa8,0x95,0x58,0x98,0x95,0x58,0xa8,0x95,0x56,0x00,0x95,0x55,0xaa,0x55,0x65,0x55,0x59,0x89,0x55,0x62,0x89,0x14,0x62,0x88,0x82,0x22,0x82,0xaa,0x82,0x88,0x82,0x22,0x89,0x14,0x62,0x65,0x55,0x59};
3326
const char chr142[] PROGMEM = {0x55, 0x56, 0x55, 0x55, 0x58, 0x95, 0x55, 0x58, 0x95, 0x55, 0xa8, 0x95, 0x56, 0x00, 0x95, 0x58, 0xa8, 0x95, 0x58, 0x98, 0x95, 0x58, 0xa8, 0x95, 0x56, 0x00, 0x95, 0x55, 0xaa, 0x55, 0x65, 0x55, 0x59, 0x89, 0x55, 0x62, 0x89, 0x14, 0x62, 0x88, 0x82, 0x22, 0x82, 0xaa, 0x82, 0x88, 0x82, 0x22, 0x89, 0x14, 0x62, 0x65, 0x55, 0x59};
Line 3327... Line 3327...
3327
 
3327
 
3328
 
3328
 
3329
//       0      ------------
3329
//       0      ----    ----
3330
//       1      ------------
3330
//       1      ---- ## ----
3331
//       2      ------------
3331
//       2      ---- ## ----
3332
//       3      -------- ---
3332
//       3      ---- ## ----
3333
//       4      --------- --
3333
//       4           ##
3334
//       5      -------- ---
3334
//       5       ##########
3335
//       6      ------- ----
3335
//       6       #        #
3336
//       7      -----  -----
3336
//       7       # ##  ## #
3337
//       8      ---  -------
3337
//       8       #   ##   #
3338
//       9      -- ---------
3338
//       9       # #    # #
3339
//      10      -- ---------
3339
//      10       #  ####  #
3340
//      11      ---  -------
3340
//      11       ##########
3341
//      12      -----  -----
3341
//      12
3342
//      13      -------  ---
3342
//      13      - ###  ### -
3343
//      14      --------- --
3343
//      14      - #    #   -
3344
//      15      ---------- -
3344
//      15      - #    ## --
3345
//      16      ---------- -
3345
//      16      - ###  #  --
3346
//      17      ------------
3346
//      17      -        ---
3347
//              000000000011
3347
//              000000000011
Line 3348... Line 3348...
3348
//              012345678901
3348
//              012345678901
3349
const char chr143[] PROGMEM = {0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x95,0x55,0x55,0x65,0x55,0x55,0x95,0x55,0x56,0x55,0x55,0x69,0x55,0x56,0x95,0x55,0x59,0x55,0x55,0x59,0x55,0x55,0x56,0x95,0x55,0x55,0x69,0x55,0x55,0x56,0x95,0x55,0x55,0x65,0x55,0x55,0x59,0x55,0x55,0x59,0x55,0x55,0x55};
3349
const char chr143[] PROGMEM = {0x55, 0xaa, 0x55, 0x55, 0x82, 0x55, 0x55, 0x82, 0x55, 0x55, 0x82, 0x55, 0xaa, 0x82, 0xaa, 0x80, 0x00, 0x02, 0x8a, 0xaa, 0xa2, 0x88, 0x28, 0x22, 0x8a, 0x82, 0xa2, 0x88, 0xaa, 0x22, 0x8a, 0x00, 0xa2, 0x80, 0x00, 0x02, 0xaa, 0xaa, 0xaa, 0x60, 0x28, 0x09, 0x62, 0xa8, 0xa9, 0x62, 0xa8, 0x25, 0x60, 0x28, 0xa5, 0x6a, 0xaa, 0x95};
3350
 
3350