3、<data.c>
存放需要顯示的漢字字模
- char word[][2]=
- {
- 0x08,0x08,0x0b,0x30,0x08,0xc2,
- 0xff,0xff,0x08,0xc0,0x2b,0x30,
- 0x18,0x08,
- 0x00,0x00,
- 0x02,0x03,0xfa,0x7c,
- 0xaa,0x0c,0xab,0xfe,0xaa,0x63,
- 0xfa,0x63,0x02,0x01,0x00,0x01,//求是
- 0x00,0x00,
- 0x04,0x00,0x1b,0xff,0xe4,0x03,
- 0x33,0xc3,0x08,0x07,0x0f,0xf8,
- 0x00,0x02,0xff,0xff,
- 0x00,0x00,
- 0x32,0x48,0x2a,0x52,0xe7,0xff,
- 0x2a,0x50,0x32,0x48,0x0f,0xff,
- 0x12,0x00,0x23,0xff,0x42,0x00,//創新
- 0x00,0x00,0x00,0x00,0x00,0x00,
- 0x21,0x04,0xff,0xff,0x00,0x04,
- 0x3f,0xfa,0x65,0x12,0xa5,0x11,
- 0x3d,0xf1,
- 0x00,0x00,
- 0x00,0x01,0x08,0x08,
- 0x0b,0x30,0x08,0xc2,0xff,0xff,
- 0x08,0xc0,0x2b,0x30,0x18,0x08,//追求
- 0x00,0x00,
- 0x00,0x08,0x0f,0xc8,0x09,0x48,
- 0xf9,0x7f,0x49,0x48,0x4f,0xc8,
- 0x00,0x00,
- 0x02,0x0c,0x12,0x38,0xff,0xfc,
- 0x12,0x44,0x02,0x04,0x1f,0xfa,
- 0x10,0x92,0xff,0xe2,0x52,0x19,//卓越
- 0x00,0x00,0x00,0x00,0x00,0x00,
- 0x24,0x10,0x24,0x22,0x7f,0xff,
- 0x84,0x88,0x7f,0xf0,0x24,0x3e,
- 0x14,0xc3,
- 0x00,0x00,
- 0x08,0x00,0x3f,0xff,
- 0xc0,0x00,0x17,0xff,0x28,0x00,
- 0x20,0x00,0x20,0x02,0x3f,0xff,//我們
- 0x00,0x00,
- 0x02,0x03,0xfa,0x7c,
- 0xaa,0x0c,0xab,0xfe,0xaa,0x63,
- 0xfa,0x63,0x02,0x01,0x00,0x01,//是
- 0x00,0x00,
- 0xff,0xfe,0x83,0x80,0x82,0xe0,
- 0xfe,0x3e,0x00,0x00,0xff,0xfc,
- 0x00,0x06,0x00,0x06,0xff,0xfc,
- 0x00,0x00,0xff,0xfe,0x38,0x00,
- 0x07,0x80,0x00,0x78,0xff,0xfe,//RUN
- 0x00,0x00,0x00,0x00,
- 0x7f,0xfe,0x44,0x12,0x44,0x62,
- 0x44,0x8a,0x7f,0xfe,0x44,0x02,
- 0x7f,0xfe,0x00,0x00,0x7f,0xfe,
- 0x44,0x82,0x7b,0x0c,0x00,0x30,
- 0x7f,0xc0,0x00,0x30,0x00,0x0e,//團隊
- 0x00,0x00,0x00,0x00,0x00,0x00,
- 0x00,0x00,0x00,0x00,0x00,0x00,
- 0x00,0x00,0x00,0x00,0x00,0x00,
- 0x00,0x00,0x00,0x00,0x00,0x00,
- 0x00,0x00,0x00,0x00,0x00,0x00,
- };
復制代碼 |